PERFORCE change 54457 for review

Juli Mallett jmallett at FreeBSD.org
Wed Jun 9 09:19:36 GMT 2004


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

Change 54457 by jmallett at jmallett_oingo on 2004/06/09 09:18:35

	Add a direct KSEG1 bus space monkey and make it go ook.

Affected files ...

.. //depot/projects/mips/sys/mips/include/bus.h#4 edit
.. //depot/projects/mips/sys/mips/mips/bus_machdep.c#1 add

Differences ...

==== //depot/projects/mips/sys/mips/include/bus.h#4 (text+ko) ====

@@ -76,4 +76,7 @@
 #undef	BUSSPACE_WRITE
 #undef	BUSSPACE_WRAPPER
 
+/* Map directly through device space.  */
+extern bus_space_tag_t device_space_tag;
+
 #endif /* !_MACHINE_BUS_H_ */


More information about the p4-projects mailing list