/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.h | diff 9d292ea16dbdb9308f88091fcbcffcd73eb9cc76 Mon May 23 05:47:44 CEST 2016 Adrian Chadd <adrian@FreeBSD.org> [bhnd] Add support for querying the attachment type of the bhnd bus.
This adds a BHND_BUS_GET_ATTACH_TYPE(); the primary use-case is to let chipc make a coarse-grained determination as to whether UART, SPI, etc drivers ought to be attached, and on fullmac devices, whether a real CPU driver ought to be skipped for the ARM core, etc.
Tested:
* BCM4331 (BHND) * BCM4312 (SIBA)
Submitted by: Landon Fuller <landonf@landonf.org> Differential Revision: https://reviews.freebsd.org/D6492
|
H A D | bhnd_bhndb.c | 9d292ea16dbdb9308f88091fcbcffcd73eb9cc76 Mon May 23 05:47:44 CEST 2016 Adrian Chadd <adrian@FreeBSD.org> [bhnd] Add support for querying the attachment type of the bhnd bus.
This adds a BHND_BUS_GET_ATTACH_TYPE(); the primary use-case is to let chipc make a coarse-grained determination as to whether UART, SPI, etc drivers ought to be attached, and on fullmac devices, whether a real CPU driver ought to be skipped for the ARM core, etc.
Tested:
* BCM4331 (BHND) * BCM4312 (SIBA)
Submitted by: Landon Fuller <landonf@landonf.org> Differential Revision: https://reviews.freebsd.org/D6492
|
/freebsd/sys/modules/bhnd/bhndb/ |
H A D | Makefile | diff 9d292ea16dbdb9308f88091fcbcffcd73eb9cc76 Mon May 23 05:47:44 CEST 2016 Adrian Chadd <adrian@FreeBSD.org> [bhnd] Add support for querying the attachment type of the bhnd bus.
This adds a BHND_BUS_GET_ATTACH_TYPE(); the primary use-case is to let chipc make a coarse-grained determination as to whether UART, SPI, etc drivers ought to be attached, and on fullmac devices, whether a real CPU driver ought to be skipped for the ARM core, etc.
Tested:
* BCM4331 (BHND) * BCM4312 (SIBA)
Submitted by: Landon Fuller <landonf@landonf.org> Differential Revision: https://reviews.freebsd.org/D6492
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_types.h | diff 9d292ea16dbdb9308f88091fcbcffcd73eb9cc76 Mon May 23 05:47:44 CEST 2016 Adrian Chadd <adrian@FreeBSD.org> [bhnd] Add support for querying the attachment type of the bhnd bus.
This adds a BHND_BUS_GET_ATTACH_TYPE(); the primary use-case is to let chipc make a coarse-grained determination as to whether UART, SPI, etc drivers ought to be attached, and on fullmac devices, whether a real CPU driver ought to be skipped for the ARM core, etc.
Tested:
* BCM4331 (BHND) * BCM4312 (SIBA)
Submitted by: Landon Fuller <landonf@landonf.org> Differential Revision: https://reviews.freebsd.org/D6492
|
H A D | bhnd_bus_if.m | diff 9d292ea16dbdb9308f88091fcbcffcd73eb9cc76 Mon May 23 05:47:44 CEST 2016 Adrian Chadd <adrian@FreeBSD.org> [bhnd] Add support for querying the attachment type of the bhnd bus.
This adds a BHND_BUS_GET_ATTACH_TYPE(); the primary use-case is to let chipc make a coarse-grained determination as to whether UART, SPI, etc drivers ought to be attached, and on fullmac devices, whether a real CPU driver ought to be skipped for the ARM core, etc.
Tested:
* BCM4331 (BHND) * BCM4312 (SIBA)
Submitted by: Landon Fuller <landonf@landonf.org> Differential Revision: https://reviews.freebsd.org/D6492
|
H A D | bhnd.h | diff 9d292ea16dbdb9308f88091fcbcffcd73eb9cc76 Mon May 23 05:47:44 CEST 2016 Adrian Chadd <adrian@FreeBSD.org> [bhnd] Add support for querying the attachment type of the bhnd bus.
This adds a BHND_BUS_GET_ATTACH_TYPE(); the primary use-case is to let chipc make a coarse-grained determination as to whether UART, SPI, etc drivers ought to be attached, and on fullmac devices, whether a real CPU driver ought to be skipped for the ARM core, etc.
Tested:
* BCM4331 (BHND) * BCM4312 (SIBA)
Submitted by: Landon Fuller <landonf@landonf.org> Differential Revision: https://reviews.freebsd.org/D6492
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_bhndb.c | diff 9d292ea16dbdb9308f88091fcbcffcd73eb9cc76 Mon May 23 05:47:44 CEST 2016 Adrian Chadd <adrian@FreeBSD.org> [bhnd] Add support for querying the attachment type of the bhnd bus.
This adds a BHND_BUS_GET_ATTACH_TYPE(); the primary use-case is to let chipc make a coarse-grained determination as to whether UART, SPI, etc drivers ought to be attached, and on fullmac devices, whether a real CPU driver ought to be skipped for the ARM core, etc.
Tested:
* BCM4331 (BHND) * BCM4312 (SIBA)
Submitted by: Landon Fuller <landonf@landonf.org> Differential Revision: https://reviews.freebsd.org/D6492
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba_bhndb.c | diff 9d292ea16dbdb9308f88091fcbcffcd73eb9cc76 Mon May 23 05:47:44 CEST 2016 Adrian Chadd <adrian@FreeBSD.org> [bhnd] Add support for querying the attachment type of the bhnd bus.
This adds a BHND_BUS_GET_ATTACH_TYPE(); the primary use-case is to let chipc make a coarse-grained determination as to whether UART, SPI, etc drivers ought to be attached, and on fullmac devices, whether a real CPU driver ought to be skipped for the ARM core, etc.
Tested:
* BCM4331 (BHND) * BCM4312 (SIBA)
Submitted by: Landon Fuller <landonf@landonf.org> Differential Revision: https://reviews.freebsd.org/D6492
|
/freebsd/sys/conf/ |
H A D | files | diff 9d292ea16dbdb9308f88091fcbcffcd73eb9cc76 Mon May 23 05:47:44 CEST 2016 Adrian Chadd <adrian@FreeBSD.org> [bhnd] Add support for querying the attachment type of the bhnd bus.
This adds a BHND_BUS_GET_ATTACH_TYPE(); the primary use-case is to let chipc make a coarse-grained determination as to whether UART, SPI, etc drivers ought to be attached, and on fullmac devices, whether a real CPU driver ought to be skipped for the ARM core, etc.
Tested:
* BCM4331 (BHND) * BCM4312 (SIBA)
Submitted by: Landon Fuller <landonf@landonf.org> Differential Revision: https://reviews.freebsd.org/D6492
|