PERFORCE change 119453 for review

Bruce M Simpson bms at FreeBSD.org
Tue May 8 01:35:43 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=119453

Change 119453 by bms at bms_anglepoise on 2007/05/08 01:35:21

	Compile siba in by default.
	Use hints to hard-wire siba location on root nexus.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/conf/SENTRY5#4 edit
.. //depot/projects/mips2/src/sys/mips/conf/SENTRY5.hints#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/conf/SENTRY5#4 (text+ko) ====

@@ -1,6 +1,6 @@
 #
 # $FreeBSD$
-# $P4: //depot/projects/mips2/src/sys/mips/conf/SENTRY5#3 $
+# $P4: //depot/projects/mips2/src/sys/mips/conf/SENTRY5#4 $
 #
 # The Broadcom Sentry5 series of processors and boards is very commonly
 # used in COTS hardware including the Netgear WGT634U.
@@ -66,8 +66,7 @@
 options		INVARIANTS
 options		INVARIANT_SUPPORT
 
-# TODO: SiliconBackplane board support.
-#device		siba
+device		siba
 
 # XXX notyet; need to be auto probed children of siba0.
 #device		pci

==== //depot/projects/mips2/src/sys/mips/conf/SENTRY5.hints#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# XXX notyet
-#hint.siba.0.at="nexus"
-#hint.siba.0.maddr="0x18000000"
-#hint.siba.0.size="0x1000"
+hint.siba.0.at="nexus0"
+hint.siba.0.maddr="0x18000000"
+hint.siba.0.msize="0x1000"
+# XXX irq?


More information about the p4-projects mailing list