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 Add elansc* at pci? (AMD Elan SC520 Syste...



details:   https://anonhg.NetBSD.org/src/rev/1cdbabd4725e
branches:  trunk
changeset: 535212:1cdbabd4725e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Aug 12 03:28:52 2002 +0000

description:
Add elansc* at pci? (AMD Elan SC520 System Controller).

diffstat:

 sys/arch/i386/conf/CARDBUS |  7 +++++--
 sys/arch/i386/conf/GENERIC |  7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (56 lines):

diff -r ea96fb1e0b67 -r 1cdbabd4725e sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS        Mon Aug 12 02:51:07 2002 +0000
+++ b/sys/arch/i386/conf/CARDBUS        Mon Aug 12 03:28:52 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CARDBUS,v 1.63 2002/08/02 05:26:44 ichiro Exp $
+#      $NetBSD: CARDBUS,v 1.64 2002/08/12 03:28:52 thorpej Exp $
 #
 #      CARDBUS: GENERIC + CardBus support.  Additionally, some
 #      things typically not found on laptops have been commented out.
@@ -10,7 +10,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "CARDBUS-$Revision: 1.63 $"
+#ident         "CARDBUS-$Revision: 1.64 $"
 
 maxusers       32              # estimated number of users
 
@@ -261,6 +261,9 @@
 options        PCIBIOS_INTR_GUESS      # see pcibios(4)
 #options       PCIINTR_DEBUG           # super-verbose PCI interrupt fixup
 
+# System Controllers
+elansc*        at pci? dev ? function ?        # AMD Elan SC520 System Controller
+
 # PCI bridges
 pchb*  at pci? dev ? function ?        # PCI-Host bridges
 #pceb* at pci? dev ? function ?        # PCI-EISA bridges
diff -r ea96fb1e0b67 -r 1cdbabd4725e sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Aug 12 02:51:07 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Aug 12 03:28:52 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.506 2002/08/11 13:50:45 isaki Exp $
+# $NetBSD: GENERIC,v 1.507 2002/08/12 03:28:52 thorpej Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.506 $"
+#ident                 "GENERIC-$Revision: 1.507 $"
 
 maxusers       32              # estimated number of users
 
@@ -275,6 +275,9 @@
 #options       PCIBIOS_INTR_GUESS      # see pcibios(4)
 #options       PCIINTR_DEBUG           # super-verbose PCI interrupt fixup
 
+# System Controllers
+elansc*        at pci? dev ? function ?        # AMD Elan SC520 System Controller
+
 # PCI bridges
 pchb*  at pci? dev ? function ?        # PCI-Host bridges
 pceb*  at pci? dev ? function ?        # PCI-EISA bridges



Home | Main Index | Thread Index | Old Index