mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Added COMPAT_OLDPCI and COMPAT_OLDISA options.
This commit is contained in:
parent
085beaf862
commit
9b8b69aae4
2 changed files with 4 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ options ICMP_BANDLIM #Rate limit bad replies
|
|||
|
||||
device isa
|
||||
device pci
|
||||
options COMPAT_OLDISA # Old ISA driver shims
|
||||
options COMPAT_OLDPCI # Old PCI driver shims
|
||||
|
||||
# Floppy drives
|
||||
device fdc0 at isa? port IO_FD1 irq 11 drq 2
|
||||
|
|
|
|||
|
|
@ -68,6 +68,8 @@ options ICMP_BANDLIM #Rate limit bad replies
|
|||
|
||||
device isa
|
||||
device pci
|
||||
options COMPAT_OLDISA # Old ISA driver shims
|
||||
options COMPAT_OLDPCI # Old PCI driver shims
|
||||
|
||||
# Floppy drives
|
||||
device fdc0 at isa? port IO_FD1 irq 11 drq 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue