PERFORCE change 119611 for review

Bruce M Simpson bms at FreeBSD.org
Thu May 10 01:14:28 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=119611

Change 119611 by bms at 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>


More information about the p4-projects mailing list