diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-03-20 10:17:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-03-20 10:17:13 +0000 |
| commit | 9ac61e92cad30805bb0bb83af58bfe7a5f6e8ec1 (patch) | |
| tree | b44e77be80c28f38104689b3e1ac946c20c480eb | |
| parent | 0ae2f9bf04644e8a260c95de26719ef2fb583dbb (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 83d9900e5ad8..13da3218c620 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -895,7 +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 +options COMPAT_OLDISA #Use ISA shims and glue for old drivers # Enable support for the kernel PLL to use an external PPS signal, # under supervision of [x]ntpd(8) @@ -1544,7 +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 +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/LINT b/sys/i386/conf/LINT index 83d9900e5ad8..13da3218c620 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -895,7 +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 +options COMPAT_OLDISA #Use ISA shims and glue for old drivers # Enable support for the kernel PLL to use an external PPS signal, # under supervision of [x]ntpd(8) @@ -1544,7 +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 +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 83d9900e5ad8..13da3218c620 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -895,7 +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 +options COMPAT_OLDISA #Use ISA shims and glue for old drivers # Enable support for the kernel PLL to use an external PPS signal, # under supervision of [x]ntpd(8) @@ -1544,7 +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 +options COMPAT_OLDPCI #Use PCI shims and glue for old drivers # The `ahc' device provides support for the Adaptec 29/3940(U)(W) |
