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 Put ichlpcib in alphabetical order.



details:   https://anonhg.NetBSD.org/src/rev/64c1192f5cd1
branches:  trunk
changeset: 565405:64c1192f5cd1
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Apr 07 13:13:59 2004 +0000

description:
Put ichlpcib in alphabetical order.

diffstat:

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

diffs (42 lines):

diff -r e27ad69fd2fa -r 64c1192f5cd1 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Apr 07 03:49:16 2004 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Apr 07 13:13:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.595 2004/03/14 08:09:42 minoura Exp $
+# $NetBSD: GENERIC,v 1.596 2004/04/07 13:13:59 augustss Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.595 $"
+#ident                 "GENERIC-$Revision: 1.596 $"
 
 maxusers       32              # estimated number of users
 
@@ -347,10 +347,10 @@
 elansc* at pci? dev ? function ?       # AMD Elan SC520 System Controller
 
 # PCI bridges
+ichlpcib* at pci? dev ? function ?     # Intel ICH PCI-ISA w/ watchdog support
 pchb*  at pci? dev ? function ?        # PCI-Host bridges
 pceb*  at pci? dev ? function ?        # PCI-EISA bridges
 pcib*  at pci? dev ? function ?        # PCI-ISA bridges
-ichlpcib* at pci? dev ? function ?     # Intel ICH PCI-ISA w/ watchdog support
 pcmb*  at pci? dev ? function ?        # PCI-MCA bridges
 ppb*   at pci? dev ? function ?        # PCI-PCI bridges
 # XXX 'puc's aren't really bridges, but there's no better place for them here
@@ -364,10 +364,10 @@
 eisa0  at pceb?
 
 # ISA bus support
+isa0   at ichlpcib?
 isa0   at mainbus?
 isa0   at pceb?
 isa0   at pcib?
-isa0   at ichlpcib?
 
 # PCMCIA bus support
 pcmcia* at pcic? controller ? socket ?



Home | Main Index | Thread Index | Old Index