Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add tdvfb (Voodoo2 driver) to GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/23a3a4a2a6a0
branches:  trunk
changeset: 780289:23a3a4a2a6a0
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Thu Jul 19 09:20:41 2012 +0000

description:
Add tdvfb (Voodoo2 driver) to GENERIC.

diffstat:

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

diffs (26 lines):

diff -r 7e0c04d1d301 -r 23a3a4a2a6a0 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Thu Jul 19 09:09:46 2012 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Thu Jul 19 09:20:41 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.300 2012/03/17 19:57:14 riz Exp $
+# $NetBSD: GENERIC,v 1.301 2012/07/19 09:20:41 rkujawa Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.300 $"
+#ident                 "GENERIC-$Revision: 1.301 $"
 
 maxusers       32
 
@@ -293,6 +293,7 @@
 options        RADEONFB_MMAP_BARS      # allow mmap()ing BARs - needed for X
 
 voodoofb*      at pci? function ?      # 3Dfx Voodoo3 
+tdvfb*         at pci? function ?      # 3Dfx Voodoo2
 r128fb*                at pci? function ?      # ATI Rage 128
 genfb*         at pci? function ?
 



Home | Main Index | Thread Index | Old Index