summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authorphx <phx@NetBSD.org>2011-12-15 14:25:12 +0000
committerphx <phx@NetBSD.org>2011-12-15 14:25:12 +0000
commitde2e89deeedfe4788c0da95068620c22ea4cbb8e (patch)
treebba031493be6189266b0f960bcf8b9ad06299fce /sys/dev/wscons
parent05ead0ff6fff11aa9f8f221727a747575b8d703c (diff)
Amiga wscons/Xorg support, first phase.
Implemented wscons for CV64 and CV64/3D. Other graphics cards drivers are prepared for it, but will not be attempted before Xorg is not running. The wscons support is disabled by default. A GENERIC kernel should behave like always. Use WSCONS to try out a kernel with wscons support. Done by rkujawa@ and phx@.
Diffstat (limited to 'sys/dev/wscons')
-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 7dcc513cd3d..e7c2e33204b 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.100 2011/07/21 10:33:17 tsutsui Exp $ */
+/* $NetBSD: wsconsio.h,v 1.101 2011/12/15 14:25:13 phx Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -324,6 +324,7 @@ struct wsmouse_repeat {
#define WSDISPLAY_TYPE_DL 49 /* DisplayLink DL-1x0/DL-1x5 */
#define WSDISPLAY_TYPE_XVR1000 50 /* Sun XVR-1000 */
#define WSDISPLAY_TYPE_LUNA 51 /* OMRON SX-9100 LUNA */
+#define WSDISPLAY_TYPE_GRF 52 /* wsdisplay on top of grf(4) */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {