summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/bus.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2010-03-02 12:11:00 +0000
committerrrs <rrs@FreeBSD.org>2010-03-02 12:11:00 +0000
commit7a79101227a489624b3a7d4ae9e8245223fdb691 (patch)
tree4899270e2287d0db5255904602aa5e75c511b1bb /sys/mips/include/bus.h
parent7c1461258e5dda5df03edd7f513705fc905b98ab (diff)
downloadFreeBSD-src-7a79101227a489624b3a7d4ae9e8245223fdb691.zip
FreeBSD-src-7a79101227a489624b3a7d4ae9e8245223fdb691.tar.gz
- Move rmi_pci_bus_space to header and avoid extern
- remove unused and commented code (MIPS_BUS_SPACE_PCI, pic_usb_ack) - use rmi_pci_bus_space for USB too (needs byteswap) - uncomment xls_ehci.c in files.xlr - changes to xls_ehci.c - updated with dev/usb/controller/ehci_*.c as Obtained from: JC - c.jayachandran@gmail.com
Diffstat (limited to 'sys/mips/include/bus.h')
-rw-r--r--sys/mips/include/bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/include/bus.h b/sys/mips/include/bus.h
index 94f876e..ccaeb34 100644
--- a/sys/mips/include/bus.h
+++ b/sys/mips/include/bus.h
@@ -721,6 +721,7 @@ extern bus_space_tag_t mips_bus_space_generic;
/* Special bus space for RMI processors */
#ifdef TARGET_XLR_XLS
extern bus_space_tag_t rmi_bus_space;
+extern bus_space_tag_t rmi_pci_bus_space;
#endif
#include <machine/bus_dma.h>
OpenPOWER on IntegriCloud