summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-05-14 21:53:35 +0000
committerjhb <jhb@FreeBSD.org>2009-05-14 21:53:35 +0000
commit526729c1b687127988674a6a33e7284913c1abcf (patch)
tree051431755485969fe767b4949f19e2e609e01078 /sys/amd64/conf
parentef1be3984d15c3d19d3f36350bd596329e59ae95 (diff)
downloadFreeBSD-src-526729c1b687127988674a6a33e7284913c1abcf.zip
FreeBSD-src-526729c1b687127988674a6a33e7284913c1abcf.tar.gz
Trim the default set of device hints on i386 and amd64:
- Remove vga0 and the disabled uart2/uart3 hints from both platforms. - Remove hints for ISA adv0, bt0, aha0, aic0, ed0, cs0, sn0, ie0, fe0, and le0 from i386. All these hints were marked 'disabled' and thus already did not work "out of the box". Discussed with: imp
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC.hints9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints
index a6b7196..d91029d 100644
--- a/sys/amd64/conf/GENERIC.hints
+++ b/sys/amd64/conf/GENERIC.hints
@@ -13,7 +13,6 @@ hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"
hint.psm.0.at="atkbdc"
hint.psm.0.irq="12"
-hint.vga.0.at="isa"
hint.sc.0.at="isa"
hint.sc.0.flags="0x100"
hint.uart.0.at="isa"
@@ -23,13 +22,5 @@ hint.uart.0.irq="4"
hint.uart.1.at="isa"
hint.uart.1.port="0x2F8"
hint.uart.1.irq="3"
-hint.uart.2.at="isa"
-hint.uart.2.disabled="1"
-hint.uart.2.port="0x3E8"
-hint.uart.2.irq="5"
-hint.uart.3.at="isa"
-hint.uart.3.disabled="1"
-hint.uart.3.port="0x2E8"
-hint.uart.3.irq="9"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
OpenPOWER on IntegriCloud