Move cardbus and pccard bus bridge devices to near the bridge chips. This
is so that all the pccard options are together and this reduces diffs with GENERIC.
This commit is contained in:
parent
c01c5d5c46
commit
0c0625cf94
@ -70,8 +70,6 @@ options WITNESS
|
||||
device isa
|
||||
device eisa
|
||||
device pci
|
||||
device pccard
|
||||
device cardbus
|
||||
|
||||
# Floppy drives
|
||||
device fdc
|
||||
@ -152,6 +150,8 @@ device pmtimer
|
||||
# Pcmcia and cardbus bridge support
|
||||
#device pcic # pcmcia bridge
|
||||
device pccbb # cardbus (yenta) bridge
|
||||
device pccard
|
||||
device cardbus
|
||||
|
||||
# Serial (COM) ports
|
||||
device sio # 8250, 16[45]50 based serial ports
|
||||
|
Loading…
x
Reference in New Issue
Block a user