mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 07:59:23 +00:00
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:
parent
4ee074718b
commit
89ce66ed87
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55701
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user