PERFORCE change 119610 for review

Bruce M Simpson bms at FreeBSD.org
Thu May 10 01:13:26 UTC 2007


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

Change 119610 by bms at bms_anglepoise on 2007/05/10 01:13:00

	Make 'device pci' bring in the siba bridge for the SENTRY5 target

Affected files ...

.. //depot/projects/mips2/src/sys/mips/conf/SENTRY5#5 edit
.. //depot/projects/mips2/src/sys/mips/mips32/sentry5/files.sentry5#7 edit

Differences ...

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

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

==== //depot/projects/mips2/src/sys/mips/mips32/sentry5/files.sentry5#7 (text+ko) ====

@@ -6,9 +6,13 @@
 # for USB 1.1 OHCI, Ethernet and IPSEC cores
 # which are believed to be devices we have drivers for
 # which just need to be tweaked for attachment to an SSB system bus.
-# TODO: Add pci host bridge support.
+
 mips/mips32/sentry5/siba.c			optional siba
 mips/mips32/sentry5/siba_cc.c			optional siba
+
+# PCI host bridge
+mips/mips32/sentry5/siba_pcib.c			optional pci
+
+# neither of these are actually need yet.
 mips/mips32/sentry5/siba_mips.c			optional siba
 mips/mips32/sentry5/siba_sdram.c		optional siba
-mips/mips32/sentry5/siba_pcib.c			optional siba


More information about the p4-projects mailing list