diff options
author | imp <imp@FreeBSD.org> | 2004-04-22 15:17:39 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-04-22 15:17:39 +0000 |
commit | 88b338f0a21fcde00d1b43bd876200cb0e52a0bb (patch) | |
tree | 33cc931b7db8420a5304dfd4cd85aae63c9a1347 /sys/i386/conf/GENERIC | |
parent | 2d6eafdb97fda1bbf2b528e6282360c164bcb57a (diff) | |
download | FreeBSD-src-88b338f0a21fcde00d1b43bd876200cb0e52a0bb.zip FreeBSD-src-88b338f0a21fcde00d1b43bd876200cb0e52a0bb.tar.gz |
Remove npx(4) reference for isa. While true, it is useless (since
there are a lot of other dependencies that preclude the kernel from
working). Instead, have a more generic note that isa should not be
removed. This should be less confusing for users.
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r-- | sys/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 8ca6251..e824ff9 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -70,7 +70,8 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed options SMP # Symmetric MultiProcessor Kernel device apic # I/O APIC -device isa # Required by npx(4) +# Bus support. Do not remove isa, even if you have no isa slots +device isa device eisa device pci |