Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release'
still works.
This commit is contained in:
parent
80060e8897
commit
4e64b0d320
@ -65,6 +65,8 @@ options ICMP_BANDLIM #Rate limit bad replies
|
||||
device isa
|
||||
device eisa
|
||||
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 6 drq 2
|
||||
|
@ -895,6 +895,7 @@ options AUTO_EOI_1
|
||||
options MAXMEM="(128*1024)"
|
||||
#options BROKEN_KEYBOARD_RESET
|
||||
#options PAS_JOYSTICK_ENABLE
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
|
||||
# Enable support for the kernel PLL to use an external PPS signal,
|
||||
# under supervision of [x]ntpd(8)
|
||||
@ -1543,6 +1544,7 @@ device pci
|
||||
# PCI options
|
||||
#
|
||||
#options PCI_QUIET #quiets PCI code on chipset settings
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
|
||||
|
||||
# The `ahc' device provides support for the Adaptec 29/3940(U)(W)
|
||||
|
@ -65,6 +65,8 @@ options ICMP_BANDLIM #Rate limit bad replies
|
||||
device isa
|
||||
device eisa
|
||||
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 6 drq 2
|
||||
|
@ -895,6 +895,7 @@ options AUTO_EOI_1
|
||||
options MAXMEM="(128*1024)"
|
||||
#options BROKEN_KEYBOARD_RESET
|
||||
#options PAS_JOYSTICK_ENABLE
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
|
||||
# Enable support for the kernel PLL to use an external PPS signal,
|
||||
# under supervision of [x]ntpd(8)
|
||||
@ -1543,6 +1544,7 @@ device pci
|
||||
# PCI options
|
||||
#
|
||||
#options PCI_QUIET #quiets PCI code on chipset settings
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
|
||||
|
||||
# The `ahc' device provides support for the Adaptec 29/3940(U)(W)
|
||||
|
@ -895,6 +895,7 @@ options AUTO_EOI_1
|
||||
options MAXMEM="(128*1024)"
|
||||
#options BROKEN_KEYBOARD_RESET
|
||||
#options PAS_JOYSTICK_ENABLE
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
|
||||
# Enable support for the kernel PLL to use an external PPS signal,
|
||||
# under supervision of [x]ntpd(8)
|
||||
@ -1543,6 +1544,7 @@ device pci
|
||||
# PCI options
|
||||
#
|
||||
#options PCI_QUIET #quiets PCI code on chipset settings
|
||||
options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
|
||||
|
||||
|
||||
# The `ahc' device provides support for the Adaptec 29/3940(U)(W)
|
||||
|
Loading…
x
Reference in New Issue
Block a user