Comment out npx and isa from NOTES file. We don't need them here
since DEFAULTS already pulls them in.
This commit is contained in:
parent
78b92d19e0
commit
1977f3f168
@ -284,7 +284,8 @@ device apm_saver # Requires APM
|
||||
#
|
||||
# ISA bus
|
||||
#
|
||||
device isa # Required by npx(4)
|
||||
# Already in DEFAULTS, which means we don't need it here.
|
||||
#device isa # Required by npx(4)
|
||||
|
||||
#
|
||||
# Options for `isa':
|
||||
@ -372,7 +373,8 @@ options X86BIOS
|
||||
|
||||
#
|
||||
# The Numeric Processing eXtension driver. This is non-optional.
|
||||
device npx
|
||||
# Already in DEFAULTS, which means we don't need it here.
|
||||
#device npx
|
||||
hint.npx.0.flags="0x0"
|
||||
hint.npx.0.irq="13"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user