PERFORCE change 119612 for review

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


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

Change 119612 by bms at 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 <sys/cdefs.h>

==== //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 <sys/cdefs.h>


More information about the p4-projects mailing list