diff options
author | mike <mike@FreeBSD.org> | 2002-07-27 15:28:35 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-07-27 15:28:35 +0000 |
commit | 1dd324f9f20feacace8135b7d6550613ee3cbafc (patch) | |
tree | 2d6a3ad6226be3d5f304e79d26d5ddc5822ce525 | |
parent | a1d998a806ec29825059ba1887466280bff4cd9d (diff) | |
download | FreeBSD-src-1dd324f9f20feacace8135b7d6550613ee3cbafc.zip FreeBSD-src-1dd324f9f20feacace8135b7d6550613ee3cbafc.tar.gz |
Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES is
now a sysctl and is enabled by default).
-rw-r--r-- | sys/sparc64/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index e4e26f6..905c507 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -192,7 +192,6 @@ device bpf #Berkeley packet filter # Tempary things until things are farther along. makeoptions NO_MODULES=true -options PCI_ENABLE_IO_MODES # Enable all PCI resources options KTR options KTR_COMPILE=0xffffffff |