Module Name:    src
Committed By:   macallan
Date:           Sat May  7 15:28:57 UTC 2016

Modified Files:
        src/sys/dev/sun: fbio.h

Log Message:
add FBTYPE_MGX


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/sun/fbio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/sun/fbio.h
diff -u src/sys/dev/sun/fbio.h:1.12 src/sys/dev/sun/fbio.h:1.13
--- src/sys/dev/sun/fbio.h:1.12	Sun Sep  6 06:01:01 2015
+++ src/sys/dev/sun/fbio.h	Sat May  7 15:28:57 2016
@@ -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

Reply via email to