Module Name:    src
Committed By:   bouyer
Date:           Sun Oct 18 14:37:32 UTC 2009

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

Log Message:
Back out ticket 991


To generate a diff of this commit:
cvs rdiff -u -r1.8.74.1 -r1.8.74.2 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.74.1 src/sys/dev/sun/fbio.h:1.8.74.2
--- src/sys/dev/sun/fbio.h:1.8.74.1	Sun Oct 18 14:00:07 2009
+++ src/sys/dev/sun/fbio.h	Sun Oct 18 14:37:32 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: fbio.h,v 1.8.74.1 2009/10/18 14:00:07 bouyer Exp $ */
+/*	$NetBSD: fbio.h,v 1.8.74.2 2009/10/18 14:37:32 bouyer Exp $ */
 
 /*
  * Copyright (c) 1992 Regents of the University of California.
@@ -72,10 +72,8 @@
 #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	26	/* max number of fbs (change as add) */
+#define	FBTYPE_LASTPLUSONE	24	/* max number of fbs (change as add) */
 
 /*
  * XXX These really shouldn't be here, but this is what the pmax

Reply via email to