8a03f98a8b
- Added bhnd(4) bus APIs for per-core ioctl/iost register access. - Updated reset/suspend bhnd(4) APIs for compatibility with ioctl/iost changes. - Implemented core reset/suspend support for both bcma(4) and siba(4). - Implemented explicit release of all outstanding PMU requests at the bus level when putting a core into reset. Approved by: adrian (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D8009
12 lines
206 B
Makefile
12 lines
206 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/bhnd/bcma
|
|
|
|
KMOD= bcma
|
|
SRCS= bcma.c bcma_subr.c bcma_erom.c
|
|
|
|
SRCS+= device_if.h bus_if.h
|
|
SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h
|
|
|
|
.include <bsd.kmod.mk>
|