Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2007 20:11:57 GMT
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 119793 for review
Message-ID:  <200705132011.l4DKBv5s056892@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119793

Change 119793 by bms@bms_anglepoise on 2007/05/13 20:11:52

	catch up with MI paths

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_mips.c#4 edit
.. //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_sdram.c#4 edit

Differences ...

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

@@ -43,9 +43,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_mips_attach(device_t);
 static int	siba_mips_probe(device_t);

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

@@ -43,9 +43,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_sdram_attach(device_t);
 static int	siba_sdram_probe(device_t);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705132011.l4DKBv5s056892>