PERFORCE change 119792 for review

Bruce M Simpson bms at FreeBSD.org
Sun May 13 20:10:57 UTC 2007


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

Change 119792 by bms at bms_anglepoise on 2007/05/13 20:10:33

	point MD code at MI paths for stuff it needs

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_cc.c#7 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_cc.c#7 (text+ko) ====

@@ -26,6 +26,7 @@
 
 /*
  * Child driver for ChipCommon core.
+ * This is not MI code at the moment.
  * 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
@@ -54,9 +55,9 @@
 
 #include <machine/bus.h>
 
-#include <mips/mips32/sentry5/sibavar.h>
-#include <mips/mips32/sentry5/sibareg.h>
-#include <mips/mips32/sentry5/siba_ids.h>
+#include <dev/siba/sibavar.h>
+#include <dev/siba/sibareg.h>
+#include <dev/siba/siba_ids.h>
 
 static int	siba_cc_attach(device_t);
 static int	siba_cc_probe(device_t);


More information about the p4-projects mailing list