diff options
author | peter <peter@FreeBSD.org> | 2000-03-20 10:17:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-03-20 10:17:13 +0000 |
commit | a3b1ba7eaac9583346525bb5f38be0fccbae9b93 (patch) | |
tree | c8dc458a060df4e065db07260d06317734983883 | |
parent | f526ced83b309cd470bd28bbcfccfbedc3853eab (diff) | |
download | FreeBSD-src-a3b1ba7eaac9583346525bb5f38be0fccbae9b93.zip FreeBSD-src-a3b1ba7eaac9583346525bb5f38be0fccbae9b93.tar.gz |
Argh, fix cut/paste mistake. This contributed to LINT not building.
-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 83d9900..13da321 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 83d9900..13da321 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 83d9900..13da321 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) |