svn commit: r201909 - head/sys/mips/conf

Warner Losh imp at FreeBSD.org
Sat Jan 9 18:09:31 UTC 2010


Author: imp
Date: Sat Jan  9 18:09:30 2010
New Revision: 201909
URL: http://svn.freebsd.org/changeset/base/201909

Log:
  Merge from projects/mips to head by hand.
  
  Copy over the SWARM.hints file.

Added:
     - copied unchanged from r201908, projects/mips/sys/mips/conf/SWARM.hints
Directory Properties:
  head/sys/mips/conf/SWARM.hints   (props changed)

Copied: head/sys/mips/conf/SWARM.hints (from r201908, projects/mips/sys/mips/conf/SWARM.hints)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/mips/conf/SWARM.hints	Sat Jan  9 18:09:30 2010	(r201909, copy of r201908, projects/mips/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


More information about the svn-src-all mailing list