summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2005-01-17 04:19:41 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2005-01-17 04:19:41 +0000
commita516e99c37ba1c27e169c33635107cf91fbda519 (patch)
treedb0fb7a70d4b72f59ea56e87d76266bcf19043d4
parentbe9442caded4e563f664eb9d575fb87ab8f765a6 (diff)
Display driver for zaurus, PXALCD requested and ok miod@
-rw-r--r--sys/dev/wscons/wsconsio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h
index e3bc78931a7..95f4cdc7fb4 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsconsio.h,v 1.33 2005/01/14 22:39:33 miod Exp $ */
+/* $OpenBSD: wsconsio.h,v 1.34 2005/01/17 04:19:40 drahn Exp $ */
/* $NetBSD: wsconsio.h,v 1.31.2.1 2000/07/07 09:49:17 hannken Exp $ */
/*
@@ -281,6 +281,7 @@ struct wsmouse_calibcoords {
#define WSDISPLAY_TYPE_RBOX 45 /* HP Renaissance */
#define WSDISPLAY_TYPE_HYPERION 46 /* HP Hyperion */
#define WSDISPLAY_TYPE_TOPCAT 47 /* HP Topcat */
+#define WSDISPLAY_TYPE_PXALCD 48 /* PXALCD (Zaurus) */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {