summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/SWARM.hints
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-07-05 08:40:26 +0000
committerimp <imp@FreeBSD.org>2009-07-05 08:40:26 +0000
commitba1da45f0303d5c0729def01d73379de5d836afe (patch)
tree6ed24ababed5261fa3404f651e797a201dc22764 /sys/mips/conf/SWARM.hints
parent562db909e4dfc2d174cf5372f1596227222657c0 (diff)
downloadFreeBSD-src-ba1da45f0303d5c0729def01d73379de5d836afe.zip
FreeBSD-src-ba1da45f0303d5c0729def01d73379de5d836afe.tar.gz
Add config file for SWARM board, a sybyte SB-1-based board by
Broadcom. BCM-91250. Submitted by: Neelkanth Natu
Diffstat (limited to 'sys/mips/conf/SWARM.hints')
-rw-r--r--sys/mips/conf/SWARM.hints17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/mips/conf/SWARM.hints b/sys/mips/conf/SWARM.hints
new file mode 100644
index 0000000..00465ad
--- /dev/null
+++ b/sys/mips/conf/SWARM.hints
@@ -0,0 +1,17 @@
+# $FreeBSD$
+hint.zbbus.0.at="nexus0"
+hint.zbpci.0.at="zbbus0"
+hint.scd.0.at="zbbus0"
+
+#
+# SWARM IDE interface is on the generic bus at chip select 4.
+# The CS4 region is 64KB in size and starts at 0x100B0000.
+# The IDE interrupt is wired to GPIO4 (intsrc 36 to the interrupt mapper)
+#
+hint.ata.0.at="zbbus0"
+hint.ata.0.maddr=0x100B0000
+hint.ata.0.msize=0x10000
+hint.ata.0.irq=36
+#hint.ata.0.disabled=0
+#hint.ata.0.regoffset=0x1F0
+#hint.ata.0.regshift=5
OpenPOWER on IntegriCloud