summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-14 14:59:27 +0000
committerjhb <jhb@FreeBSD.org>2002-11-14 14:59:27 +0000
commit7cae989d41cd6a44b2b01619a66c46530c0ede34 (patch)
tree2803214653a021d30ab4a993823e8622cb08f2e1
parente8dd838bf15ab4d4e15093d2c194158023b348f0 (diff)
downloadFreeBSD-src-7cae989d41cd6a44b2b01619a66c46530c0ede34.zip
FreeBSD-src-7cae989d41cd6a44b2b01619a66c46530c0ede34.tar.gz
Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 has
one such beast. Reported by: Rob Byrnes <rbyrnes@ozemail.com.au>
-rw-r--r--sys/alpha/conf/GENERIC.hints6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC.hints b/sys/alpha/conf/GENERIC.hints
index 23c08e6..3244757 100644
--- a/sys/alpha/conf/GENERIC.hints
+++ b/sys/alpha/conf/GENERIC.hints
@@ -5,6 +5,12 @@ hint.fdc.0.irq="6"
hint.fdc.0.drq="2"
hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
+hint.ata.0.at="isa"
+hint.ata.0.port="0x1F0"
+hint.ata.0.irq="14"
+hint.ata.1.at="isa"
+hint.ata.1.port="0x170"
+hint.ata.1.irq="15"
hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
OpenPOWER on IntegriCloud