Module Name:    src
Committed By:   bouyer
Date:           Sun Oct 18 14:00:07 UTC 2009

Modified Files:
        src/sys/dev/sun [netbsd-5]: fbio.h

Log Message:
Pull up following revision(s) (requested by macallan in ticket #991):
        sys/dev/sun/fbio.h: revision 1.10
add FBTYPE_SUNTCX - forgot to commit that along with the tcx(8) update
found by he@


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.74.1 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.8 src/sys/dev/sun/fbio.h:1.8.74.1
--- src/sys/dev/sun/fbio.h:1.8	Thu Apr 13 13:30:25 2006
+++ src/sys/dev/sun/fbio.h	Sun Oct 18 14:00:07 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: fbio.h,v 1.8 2006/04/13 13:30:25 macallan Exp $ */
+/*	$NetBSD: fbio.h,v 1.8.74.1 2009/10/18 14:00:07 bouyer Exp $ */
 
 /*
  * Copyright (c) 1992 Regents of the University of California.
@@ -72,8 +72,10 @@
 #define	FBTYPE_P9100		21	/* tadpole 3gx p9100 controller */
 #define FBTYPE_CREATOR		22	/* ffb creator or elite */
 #define FBTYPE_GENERIC_PCI	23	/* machfb, ofb and so on */
+#define FBTYPE_AG10E		24	/* Fujitsu AG-10e */
+#define FBTYPE_SUNTCX		25	/* Sun TCX, S24  */
 
-#define	FBTYPE_LASTPLUSONE	24	/* max number of fbs (change as add) */
+#define	FBTYPE_LASTPLUSONE	26	/* max number of fbs (change as add) */
 
 /*
  * XXX These really shouldn't be here, but this is what the pmax

Reply via email to