Add note that npx depends on isa.
Approved by: green
This commit is contained in:
parent
851c07559f
commit
2e30742814
@ -70,7 +70,7 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
device apic # I/O APIC
|
||||
|
||||
device isa
|
||||
device isa # Required by npx(4)
|
||||
device eisa
|
||||
device pci
|
||||
|
||||
|
@ -282,7 +282,7 @@ device apm_saver # Requires APM
|
||||
#
|
||||
# ISA bus
|
||||
#
|
||||
device isa
|
||||
device isa # Required by npx(4)
|
||||
|
||||
#
|
||||
# Options for `isa':
|
||||
|
Loading…
x
Reference in New Issue
Block a user