Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ofppc/conf Add voodoofb with comment-outed. tested...



details:   https://anonhg.NetBSD.org/src/rev/349dda9f707e
branches:  trunk
changeset: 770208:349dda9f707e
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Oct 08 00:56:54 2011 +0000

description:
Add voodoofb with comment-outed.  tested on PegasosII only.

diffstat:

 sys/arch/ofppc/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5dcf3e0847be -r 349dda9f707e sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC       Sat Oct 08 00:22:25 2011 +0000
+++ b/sys/arch/ofppc/conf/GENERIC       Sat Oct 08 00:56:54 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.136 2011/03/06 17:08:29 bouyer Exp $
+# $NetBSD: GENERIC,v 1.137 2011/10/08 00:56:54 kiyohara Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.136 $"
+#ident                 "GENERIC-$Revision: 1.137 $"
 
 maxusers       32
 
@@ -210,6 +210,7 @@
 # Console Devices
 genfb*         at pci? dev ? function ?
 #radeonfb*     at pci? dev ? function ?
+#voodoofb*     at pci? dev ? function ?        # 3Dfx Voodoo3 
 pckbc0         at isa?                 # pc keyboard controller
 pckbd*         at pckbc?               # PC keyboard
 pms*           at pckbc?               # PS/2 mouse for wsmouse



Home | Main Index | Thread Index | Old Index