Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2007 01:35:43 GMT
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 119453 for review
Message-ID:  <200705080135.l481ZhM1086719@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119453

Change 119453 by bms@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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705080135.l481ZhM1086719>