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.
This commit is contained in:
parent
2d6eafdb97
commit
88b338f0a2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user