Date: Thu, 10 May 2007 01:14:27 GMT From: Bruce M Simpson <bms@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 119611 for review Message-ID: <200705100114.l4A1ERl3029827@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/cdefs.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705100114.l4A1ERl3029827>