From owner-p4-projects@FreeBSD.ORG Fri Nov 7 06:48:38 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4E4D71065677; Fri, 7 Nov 2008 06:48:38 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1290C1065672 for ; Fri, 7 Nov 2008 06:48:38 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 011F98FC08 for ; Fri, 7 Nov 2008 06:48:38 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mA76mbfD001640 for ; Fri, 7 Nov 2008 06:48:37 GMT (envelope-from gonzo@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mA76mbZo001638 for perforce@freebsd.org; Fri, 7 Nov 2008 06:48:37 GMT (envelope-from gonzo@FreeBSD.org) Date: Fri, 7 Nov 2008 06:48:37 GMT Message-Id: <200811070648.mA76mbZo001638@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gonzo@FreeBSD.org using -f From: Oleksandr Tymoshenko To: Perforce Change Reviews Cc: Subject: PERFORCE change 152615 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 06:48:38 -0000 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