From owner-p4-projects@FreeBSD.ORG Thu May 10 01:14:28 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 31D5616A532; Thu, 10 May 2007 01:14:28 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E02F716A47F for ; Thu, 10 May 2007 01:14:27 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CB82513C469 for ; Thu, 10 May 2007 01:14:27 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4A1ERMm029841 for ; Thu, 10 May 2007 01:14:27 GMT (envelope-from bms@incunabulum.net) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4A1ERup029836 for perforce@freebsd.org; Thu, 10 May 2007 01:14:27 GMT (envelope-from bms@incunabulum.net) Date: Thu, 10 May 2007 01:14:27 GMT Message-Id: <200705100114.l4A1ERup029836@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bms@incunabulum.net using -f From: Bruce M Simpson To: Perforce Change Reviews Cc: Subject: PERFORCE change 119612 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: Thu, 10 May 2007 01:14:28 -0000 http://perforce.freebsd.org/chv.cgi?CH=119612 Change 119612 by bms@bms_anglepoise on 2007/05/10 01:14:15 update comments; these two drivers are unlikely to be needed; they are mostly here to represent straw men for making the newbus attachment work Affected files ... .. //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_mips.c#3 edit .. //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_sdram.c#3 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_mips.c#3 (text+ko) ==== @@ -26,6 +26,8 @@ /* * Child driver for MIPS 3302 core. + * Interrupt controller registers live here. Interrupts may not be routed + * to the MIPS core if they are masked out. */ #include ==== //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_sdram.c#3 (text+ko) ==== @@ -26,6 +26,8 @@ /* * Child driver for SDRAM/DDR controller core. + * Generally the OS should not need to access this device unless the + * firmware has not configured the SDRAM controller. */ #include