PERFORCE change 111425 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sun Dec 10 16:06:10 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=111425
Change 111425 by marcel at marcel_nfs on 2006/12/11 00:05:26
Implement bus_space_map(). Used by uart(4) and OF_decode_addr().
Affected files ...
.. //depot/projects/powerpc/sys/powerpc/include/bus.h#4 edit
Differences ...
==== //depot/projects/powerpc/sys/powerpc/include/bus.h#4 (text+ko) ====
@@ -116,7 +116,8 @@
bus_space_handle_t *bshp)
{
- return (ENXIO);
+ *bshp = addr;
+ return (0);
}
/*
More information about the p4-projects
mailing list