The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/mips/broadcom/files.broadcom

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: releng/12.0/sys/mips/broadcom/files.broadcom 326079 2017-11-21 23:15:20Z landonf $
    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.
    7 mips/broadcom/bcm_machdep.c             standard
    8 mips/broadcom/bcm_bmips.c               optional siba_nexus siba
    9 mips/broadcom/bcm_mips74k.c             optional bcma_nexus bcma
   10 mips/broadcom/bcm_mips.c                optional siba_nexus siba | \
   11                                                  bcma_nexus bcma
   12 mips/broadcom/bcm_nvram_cfe.c           optional bhnd siba_nexus cfe | \
   13                                                  bhnd bcma_nexus cfe
   14 mips/broadcom/bcm_pmu.c                 standard
   15 
   16 mips/broadcom/bhnd_nexus.c              optional bhnd siba_nexus | \
   17                                                  bhnd bcma_nexus
   18 mips/broadcom/bcma_nexus.c              optional bcma_nexus bcma bhnd
   19 mips/broadcom/siba_nexus.c              optional siba_nexus siba bhnd
   20 
   21 mips/mips/tick.c                        standard
   22 
   23 mips/broadcom/uart_cpu_chipc.c          optional uart
   24 mips/broadcom/uart_bus_chipc.c          optional uart
   25 
   26 # TODO: Replace with BCM47xx/57xx/etc-aware geom_map
   27 geom/geom_flashmap.c                    standard
   28 
   29 # USB bits
   30 dev/bhnd/cores/usb/bhnd_usb.c           optional usb
   31 dev/bhnd/cores/usb/bhnd_ehci.c          optional ehci
   32 dev/bhnd/cores/usb/bhnd_ohci.c          optional ohci

Cache object: 3b5afc95e179d43431414282b749d59e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.