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 119612 for review Message-ID: <200705100114.l4A1ERup029836@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705100114.l4A1ERup029836>