aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2006-12-13 03:25:31 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2006-12-13 03:25:31 +0000
commit270c77f7f71c14ddc8508c072e722301afc62f54 (patch)
treeaa3a16ecd7cbc09efcce1baf6f6768a1e4f51661 /sys/powerpc
parent6451876451ecef50d06a87c5de9d645cab9f01b5 (diff)
Notes
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/bus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/include/bus.h b/sys/powerpc/include/bus.h
index ca541145e145..7460d130f70e 100644
--- a/sys/powerpc/include/bus.h
+++ b/sys/powerpc/include/bus.h
@@ -116,7 +116,8 @@ bus_space_map(bus_space_tag_t t __unused, bus_addr_t addr,
bus_space_handle_t *bshp)
{
- return (ENXIO);
+ *bshp = addr;
+ return (0);
}
/*