Remove COMPAT_OLDPCI.
This commit is contained in:
parent
8e676d4297
commit
67970143f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70270
@ -55,7 +55,6 @@ options NMBCLUSTERS=4096
|
||||
device isa
|
||||
device pci
|
||||
options COMPAT_OLDISA # compatability shims for lnc, le
|
||||
options COMPAT_OLDPCI # compatability shims for lnc, vx
|
||||
|
||||
# Floppy drives
|
||||
device fdc
|
||||
|
@ -58,7 +58,6 @@ device isa
|
||||
device eisa
|
||||
device pci
|
||||
options COMPAT_OLDISA # compatability shims for lnc, fe, le
|
||||
options COMPAT_OLDPCI # compatability shims for lnc, vx
|
||||
|
||||
# Floppy drives
|
||||
device fdc
|
||||
|
@ -28,7 +28,6 @@ options INTRO_USERCONFIG #imply -c and parse info area
|
||||
options PCI_QUIET
|
||||
options NO_SWAPPING
|
||||
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
|
||||
device isa
|
||||
device pci
|
||||
|
@ -71,5 +71,4 @@ device md
|
||||
#device gzip # Exec gzipped a.out's
|
||||
device bpf 4
|
||||
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
|
||||
|
@ -112,5 +112,4 @@ device md
|
||||
#device gzip # Exec gzipped a.out's
|
||||
|
||||
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
|
||||
|
@ -31,7 +31,6 @@ options IPFIREWALL_DEFAULT_TO_ACCEPT
|
||||
options IPDIVERT
|
||||
options PCI_QUIET
|
||||
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
#options DEVFS
|
||||
# Support for bridging and bandwidth limiting
|
||||
#options DUMMYNET
|
||||
|
@ -77,5 +77,4 @@ device pty 16
|
||||
device md
|
||||
|
||||
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user