Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2007 01:13:25 GMT
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 119610 for review
Message-ID:  <200705100113.l4A1DPum029562@repoman.freebsd.org>

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

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



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