Uncomment pcic device and put pccard in GENERIC. PCCARD will be removed

in a little while as soon as I find all the places it is used in the
tree.
This commit is contained in:
Warner Losh 2000-01-10 02:29:23 +00:00
parent 4ee074718b
commit 89ce66ed87
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55701
2 changed files with 6 additions and 6 deletions

View File

@ -134,9 +134,9 @@ device npx0 at nexus? port IO_NPX irq 13
device apm0 at nexus? disable flags 0x20 # Advanced Power Management
# PCCARD (PCMCIA) support
#device card0
#device pcic0 at isa?
#device pcic1 at isa?
device card0
device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000
device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable
# Serial (COM) ports
device sio0 at isa? port IO_COM1 flags 0x10 irq 4

View File

@ -134,9 +134,9 @@ device npx0 at nexus? port IO_NPX irq 13
device apm0 at nexus? disable flags 0x20 # Advanced Power Management
# PCCARD (PCMCIA) support
#device card0
#device pcic0 at isa?
#device pcic1 at isa?
device card0
device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000
device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable
# Serial (COM) ports
device sio0 at isa? port IO_COM1 flags 0x10 irq 4