Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/sun apparently the official name for the S24 is FBTY...



details:   https://anonhg.NetBSD.org/src/rev/bd33a8abee1c
branches:  trunk
changeset: 746987:bd33a8abee1c
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Aug 26 22:34:50 2009 +0000

description:
apparently the official name for the S24 is FBTYPE_TCXCOLOR

diffstat:

 sys/dev/sun/fbio.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 05cc5e606ac4 -r bd33a8abee1c sys/dev/sun/fbio.h
--- a/sys/dev/sun/fbio.h        Wed Aug 26 22:34:47 2009 +0000
+++ b/sys/dev/sun/fbio.h        Wed Aug 26 22:34:50 2009 +0000
@@ -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) */
 



Home | Main Index | Thread Index | Old Index