Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2008 06:48:37 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 152615 for review
Message-ID:  <200811070648.mA76mbZo001638@repoman.freebsd.org>

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

Change 152615 by gonzo@gonzo_jeeves on 2008/11/07 06:48:34

	- Move siba/siba_pcib entries to files.mips
	- Add siba/siba_pcib to BCM4704 build and add hints
	
	This is going to be a long and painful journey to the
	  land of broadcom chipsets...

Affected files ...

.. //depot/projects/mips2/src/sys/conf/files.mips#27 edit
.. //depot/projects/mips2/src/sys/mips/conf/BCM4704#2 edit
.. //depot/projects/mips2/src/sys/mips/conf/BCM4704.hints#1 add
.. //depot/projects/mips2/src/sys/mips/sentry5/files.sentry5#2 edit

Differences ...

==== //depot/projects/mips2/src/sys/conf/files.mips#27 (text+ko) ====

@@ -128,3 +128,6 @@
 dev/cfe/cfe_console.c		optional	cfe_console
 #dev/cfe/cfe_resource.c		optional	cfe	# not yet needed
 
+# SSB bus file
+dev/siba/siba.c					optional siba
+dev/siba/siba_pcib.c				optional siba pci

==== //depot/projects/mips2/src/sys/mips/conf/BCM4704#2 (text+ko) ====

@@ -8,6 +8,7 @@
 options		CPU_NOFPU
 options 	ISA_MIPS32
 files		"../bcm47xx/files.bcm47xx"
+hints		"SENTRY5.hints"
 
 options		CFE
 options		CFE_CONSOLE
@@ -36,6 +37,9 @@
 #device		uart
 #device		uart_ns8250
 
+device		siba			# Sonics SiliconBackplane
+device		pci			# siba_pcib
+
 device		loop
 device		ether
 device		md

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

@@ -4,10 +4,7 @@
 # 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.
-
 mips/sentry5/s5_machdep.c		standard
-dev/siba/siba.c					optional siba
-dev/siba/siba_pcib.c				optional siba pci
 mips/sentry5/siba_cc.c			optional siba
 
 # notyet



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