summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-10-09 17:00:46 +0000
committerjhb <jhb@FreeBSD.org>2002-10-09 17:00:46 +0000
commit984ea4a3cd799fdd0c660a22fffc3f5f40fa100c (patch)
treee9d075f27cca675bbf57cda34d99550115073edf /sys/i386/conf
parentddefc9d7d65358f1550d7649b2d172e56a5daa68 (diff)
downloadFreeBSD-src-984ea4a3cd799fdd0c660a22fffc3f5f40fa100c.zip
FreeBSD-src-984ea4a3cd799fdd0c660a22fffc3f5f40fa100c.tar.gz
Remove 'at' hints for npx and apm as both drivers have identify routines
that add an instance of themselves. The npx(4) driver doesn't even check the npx 'port' hint but hardcodes IO_NPX instead. The npx(4) driver also will use isa IRQ 13 (on x86, 8 on pc98) by default if no 'irq' hint is specified, so we don't need that hint either.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC.hints4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints
index 6026045..fce2d03 100644
--- a/sys/i386/conf/GENERIC.hints
+++ b/sys/i386/conf/GENERIC.hints
@@ -28,10 +28,6 @@ hint.vga.0.at="isa"
hint.sc.0.at="isa"
hint.sc.0.flags="0x100"
hint.vt.0.at="isa"
-hint.npx.0.at="nexus"
-hint.npx.0.port="0x0F0"
-hint.npx.0.irq="13"
-hint.apm.0.at="nexus"
hint.apm.0.disabled="1"
hint.apm.0.flags="0x20"
hint.pmtimer.0.at="isa"
OpenPOWER on IntegriCloud