Date: Wed, 9 Jun 2004 09:19:29 GMT From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 54457 for review Message-ID: <200406090919.i599JTbD063731@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54457 Change 54457 by jmallett@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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406090919.i599JTbD063731>