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:
Warner Losh 2010-12-28 21:22:08 +00:00
parent 78b92d19e0
commit 1977f3f168
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216777

View File

@ -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"