Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Enable viapcib



details:   https://anonhg.NetBSD.org/src/rev/c41f2d7fe0ae
branches:  trunk
changeset: 747855:c41f2d7fe0ae
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Oct 03 13:37:27 2009 +0000

description:
Enable viapcib

diffstat:

 sys/arch/i386/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 5efde799bb1f -r c41f2d7fe0ae sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Oct 03 12:45:15 2009 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Oct 03 13:37:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.949 2009/10/02 18:50:49 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.950 2009/10/03 13:37:27 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.949 $"
+#ident                 "GENERIC-$Revision: 1.950 $"
 
 maxusers       64              # estimated number of users
 
@@ -464,8 +464,8 @@
 gpio*  at gcscpcib?                    # timecounter, watchdog and GPIO
 #piixpcib* at pci? dev ? function ?    # Intel PIIX4 PCI-ISA w/ SpeedStep
 #gscpcib* at pci? dev ? function ?     # NS Geode PCI-ISA w/ GPIO support
-#viapcib* at pci? dev ? function ?     # VIA VT8235 PCI-ISA w/ SMBus support
-#iic*  at viapcib?
+viapcib* at pci? dev ? function ?      # VIA VT8235 PCI-ISA w/ SMBus support
+iic*   at viapcib?
 pchb*  at pci? dev ? function ?        # PCI-Host bridges
 pceb*  at pci? dev ? function ?        # PCI-EISA bridges
 pcib*  at pci? dev ? function ?        # PCI-ISA bridges
@@ -487,7 +487,7 @@
 isa0   at ichlpcib?
 #isa0  at piixpcib?
 #isa0  at gscpcib?
-#isa0  at viapcib?
+isa0   at viapcib?
 isa0   at mainbus?
 isa0   at pceb?
 isa0   at pcib?



Home | Main Index | Thread Index | Old Index