diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-14 06:39:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-14 06:39:50 +0000 |
commit | 0f25815910e892fe948612375db775b2ca95fbf5 (patch) | |
tree | 5b8a4b7eeab3fdae7ac7d31b1ad0e16271086aa9 /sbin/wsconsctl/util.c | |
parent | 4e6f2b8c17bcd7e33b6f672fdd97badefaf2370e (diff) |
The ramdac's hater club is proud to present new yet another SBus frame
bufer driver, this time for the Southland Media Systems (now Quantum 3D)
MGX and MGXPlus cards.
Not complete, but a good start.
Diffstat (limited to 'sbin/wsconsctl/util.c')
-rw-r--r-- | sbin/wsconsctl/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c index 46ab1cfa3ab..a661a38c700 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.20 2003/03/28 02:59:31 jason Exp $ */ +/* $OpenBSD: util.c,v 1.21 2003/05/14 06:39:47 miod Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -124,6 +124,7 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_AGTEN, "agten" }, { WSDISPLAY_TYPE_XVIDEO, "xvideo" }, { WSDISPLAY_TYPE_SUNCG12, "suncg12" }, + { WSDISPLAY_TYPE_MGX, "mgx" }, }; static const struct nameint kbdenc_tab[] = { |