1# $FreeBSD$
2
3# TODO: Add attachment elsewhere in the tree
4# for USB 1.1 OHCI, Ethernet and IPSEC cores
5# which are believed to be devices we have drivers for
6# which just need to be tweaked for attachment to an BHND system bus.
7mips/broadcom/bcm_machdep.c		standard
8mips/broadcom/bcm_bmips.c		optional siba_nexus siba
9mips/broadcom/bcm_mips74k.c		optional bcma_nexus bcma
10mips/broadcom/bcm_mips.c		optional siba_nexus siba | \
11						 bcma_nexus bcma
12mips/broadcom/bcm_nvram_cfe.c		optional bhnd siba_nexus cfe | \
13						 bhnd bcma_nexus cfe
14mips/broadcom/bcm_pmu.c			standard
15
16mips/broadcom/bhnd_nexus.c		optional bhnd siba_nexus | \
17						 bhnd bcma_nexus
18mips/broadcom/bcma_nexus.c		optional bcma_nexus bcma bhnd
19mips/broadcom/siba_nexus.c		optional siba_nexus siba bhnd
20
21mips/mips/tick.c			standard
22
23mips/broadcom/uart_cpu_chipc.c		optional uart
24mips/broadcom/uart_bus_chipc.c		optional uart
25
26# TODO: Replace with BCM47xx/57xx/etc-aware geom_map
27geom/geom_flashmap.c			standard
28
29# USB bits
30dev/bhnd/cores/usb/bhnd_usb.c		optional usb
31dev/bhnd/cores/usb/bhnd_ehci.c		optional ehci
32dev/bhnd/cores/usb/bhnd_ohci.c		optional ohci
33