Put ichlpcib in alphabetical order.
This commit is contained in:
parent
317058e147
commit
9224fd7b0a
@ -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 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
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 @@ pci* at ppb? bus ?
|
||||
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 mainbus?
|
||||
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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user