diff options
author | imp <imp@FreeBSD.org> | 2010-12-28 21:22:08 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-12-28 21:22:08 +0000 |
commit | d20b96d0f2ef605d9476d5c27ffe395c0e237253 (patch) | |
tree | 31d727269a2f901ee2b61af3b1ddaa48953dd371 /sys/i386 | |
parent | 9fe1a3e4f43b405388ef2bb34a98a0fa8f43961d (diff) | |
download | FreeBSD-src-d20b96d0f2ef605d9476d5c27ffe395c0e237253.zip FreeBSD-src-d20b96d0f2ef605d9476d5c27ffe395c0e237253.tar.gz |
Comment out npx and isa from NOTES file. We don't need them here
since DEFAULTS already pulls them in.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index a68037b..0a8e182 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" |