Module Name:    src
Committed By:   macallan
Date:           Wed Mar 23 04:46:29 UTC 2011

Modified Files:
        src/sys/arch/shark/conf: GENERIC

Log Message:
add chipsfb


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/shark/conf/GENERIC

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

Modified files:

Index: src/sys/arch/shark/conf/GENERIC
diff -u src/sys/arch/shark/conf/GENERIC:1.93 src/sys/arch/shark/conf/GENERIC:1.94
--- src/sys/arch/shark/conf/GENERIC:1.93	Sun Mar  6 17:08:31 2011
+++ src/sys/arch/shark/conf/GENERIC	Wed Mar 23 04:46:29 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.93 2011/03/06 17:08:31 bouyer Exp $
+#	$NetBSD: GENERIC,v 1.94 2011/03/23 04:46:29 macallan Exp $
 #
 # Generic Shark configuration.
 #
@@ -7,7 +7,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.93 $"
+#ident		"GENERIC-$Revision: 1.94 $"
 
 # estimated number of users
 maxusers	32
@@ -251,7 +251,8 @@
 pckbd*		at pckbc?
 pms*		at pckbc?
 vga*		at ofbus?
-igsfb*		at ofbus?
+igsfb*		at ofbus?	# IGS CyberPro in rev. 5 sharks
+chipsfb*	at ofbus?	# C&T 65550 in rev. 4 and earlier
 wsdisplay*	at wsemuldisplaydev?
 wskbd*		at pckbd? console ?
 wsmouse*	at pms? mux 0

Reply via email to