diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index a68037bb2f63..0a8e182d9ef8 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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"