Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/sun add FBTYPE_MGX
details: https://anonhg.NetBSD.org/src/rev/d90a2e037b02
branches: trunk
changeset: 345097:d90a2e037b02
user: macallan <macallan%NetBSD.org@localhost>
date: Sat May 07 15:28:57 2016 +0000
description:
add FBTYPE_MGX
diffstat:
sys/dev/sun/fbio.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 949057a05a9f -r d90a2e037b02 sys/dev/sun/fbio.h
--- a/sys/dev/sun/fbio.h Sat May 07 13:08:30 2016 +0000
+++ b/sys/dev/sun/fbio.h Sat May 07 15:28:57 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fbio.h,v 1.12 2015/09/06 06:01:01 dholland Exp $ */
+/* $NetBSD: fbio.h,v 1.13 2016/05/07 15:28:57 macallan Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@@ -76,8 +76,9 @@
#define FBTYPE_GENERIC_PCI 23 /* machfb, ofb and so on */
#define FBTYPE_AG10E 24 /* Fujitsu AG-10e */
#define FBTYPE_TCXCOLOR 25 /* Sun TCX, S24 */
+#define FBTYPE_MGX 26 /* Southland Media MGX */
-#define FBTYPE_LASTPLUSONE 26 /* max number of fbs (change as add) */
+#define FBTYPE_LASTPLUSONE 27 /* max number of fbs (change as add) */
/*
* XXX These really shouldn't be here, but this is what the pmax
Home |
Main Index |
Thread Index |
Old Index