PERFORCE change 209380 for review

Robert Watson rwatson at FreeBSD.org
Tue Apr 10 19:58:34 UTC 2012


http://p4web.freebsd.org/@@209380?ac=10

Change 209380 by rwatson at rwatson_svr_ctsrd_mipsbuild on 2012/04/10 19:57:50

	Hook up more NULL bus_space routines.  These weren't specifically
	encountered in the BERI port, but might be in the future.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/mips/bus_space_generic.c#4 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/mips/bus_space_generic.c#4 (text+ko) ====

@@ -154,9 +154,9 @@
 	NULL,
 
 	/* copy */
-	NULL,
+	generic_bs_c_1,
 	generic_bs_c_2,
-	NULL,
+	generic_bs_c_4,
 	NULL,
 
 	/* read (single) stream */


More information about the p4-projects mailing list