Module Name: src
Committed By: macallan
Date: Wed Aug 26 22:34:50 UTC 2009
Modified Files:
src/sys/dev/sun: fbio.h
Log Message:
apparently the official name for the S24 is FBTYPE_TCXCOLOR
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/sys/dev/sun/fbio.h:1.11
--- src/sys/dev/sun/fbio.h:1.10 Sat Aug 15 11:33:49 2009
+++ src/sys/dev/sun/fbio.h Wed Aug 26 22:34:50 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: fbio.h,v 1.10 2009/08/15 11:33:49 macallan Exp $ */
+/* $NetBSD: fbio.h,v 1.11 2009/08/26 22:34:50 macallan Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@@ -73,7 +73,7 @@
#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_TCXCOLOR 25 /* Sun TCX, S24 */
#define FBTYPE_LASTPLUSONE 26 /* max number of fbs (change as add) */