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 C94C116A407; Thu, 10 May 2007 01:14:27 +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 8F9D816A404 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 7F44513C457 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 l4A1ERIb029833 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 l4A1ERl3029827 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.l4A1ERl3029827@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 119611 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=119611 Change 119611 by bms@bms_anglepoise on 2007/05/10 01:13:27 update comments - a lot of stuff lives in this core Affected files ... .. //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_cc.c#5 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_cc.c#5 (text+ko) ==== @@ -26,6 +26,17 @@ /* * Child driver for ChipCommon core. + * Two 16C550 compatible UARTs live here. On the WGT634U, uart1 is the + * system console, and uart0 is not pinned out. + * Because their presence is conditional, they should probably + * be attached from here. + * GPIO lives here. + * The hardware watchdog lives here. + * Clock control registers live here. + * Flash config registers live here. There may or may not be system flash. + * The external interface bus lives here (conditionally). + * There is a JTAG interface here which may be used to attach probes to + * the SoC for debugging. */ #include