diff options
author | joe <joe@FreeBSD.org> | 2000-12-22 14:32:34 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2000-12-22 14:32:34 +0000 |
commit | 27bc62ade6bdc34211220f5a625c37163891e303 (patch) | |
tree | 72dcf40e655e15d4c902b95a36ef8d566db94710 | |
parent | 48d425011e5b0decbfd8265dc261dd43e07cf9d9 (diff) | |
download | FreeBSD-src-27bc62ade6bdc34211220f5a625c37163891e303.zip FreeBSD-src-27bc62ade6bdc34211220f5a625c37163891e303.tar.gz |
Remove COMPAT_OLDPCI.
-rw-r--r-- | release/picobsd/bridge/PICOBSD | 1 | ||||
-rw-r--r-- | release/picobsd/custom/PICOBSD-C | 1 | ||||
-rw-r--r-- | release/picobsd/dial/PICOBSD | 1 | ||||
-rw-r--r-- | release/picobsd/install/PICOBSD | 1 | ||||
-rw-r--r-- | release/picobsd/isp/PICOBSD | 1 | ||||
-rw-r--r-- | release/picobsd/net/PICOBSD | 1 | ||||
-rw-r--r-- | release/picobsd/router/PICOBSD | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD index 44206a5..2487e0d 100644 --- a/release/picobsd/bridge/PICOBSD +++ b/release/picobsd/bridge/PICOBSD @@ -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 diff --git a/release/picobsd/custom/PICOBSD-C b/release/picobsd/custom/PICOBSD-C index f54204b..2157478 100644 --- a/release/picobsd/custom/PICOBSD-C +++ b/release/picobsd/custom/PICOBSD-C @@ -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 diff --git a/release/picobsd/dial/PICOBSD b/release/picobsd/dial/PICOBSD index dcb65b8..09c1639 100644 --- a/release/picobsd/dial/PICOBSD +++ b/release/picobsd/dial/PICOBSD @@ -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 diff --git a/release/picobsd/install/PICOBSD b/release/picobsd/install/PICOBSD index 2375728..fc2da80 100644 --- a/release/picobsd/install/PICOBSD +++ b/release/picobsd/install/PICOBSD @@ -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 diff --git a/release/picobsd/isp/PICOBSD b/release/picobsd/isp/PICOBSD index 7f4e3a0..102861f 100644 --- a/release/picobsd/isp/PICOBSD +++ b/release/picobsd/isp/PICOBSD @@ -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 diff --git a/release/picobsd/net/PICOBSD b/release/picobsd/net/PICOBSD index a2f6d13..78bdd85 100644 --- a/release/picobsd/net/PICOBSD +++ b/release/picobsd/net/PICOBSD @@ -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 diff --git a/release/picobsd/router/PICOBSD b/release/picobsd/router/PICOBSD index 029e344..adde810 100644 --- a/release/picobsd/router/PICOBSD +++ b/release/picobsd/router/PICOBSD @@ -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 |