diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-03-19 13:33:26 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-03-19 13:33:26 +0000 |
| commit | 4e64b0d32068de728b220c71403a2566a152346d (patch) | |
| tree | 0a77cfc902b1b3f131aac76bbd4ed6f9ea85fdf0 | |
| parent | 80060e8897d79c28adbdcf14c129232f10f4440b (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/conf/NOTES | 2 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 2 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 4c583890158b..363dbd981950 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -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 diff --git a/sys/conf/NOTES b/sys/conf/NOTES index d09acb83ede6..83d9900e5ad8 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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) diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 4c583890158b..363dbd981950 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -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 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index d09acb83ede6..83d9900e5ad8 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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) diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index d09acb83ede6..83d9900e5ad8 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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) |
