mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
Also adds fixups and cleanups: - apply the child's mode/speed - implement suspend/resume support - use RF_SHAREABLE interrupts - use bus_delayed_attach_children since the transfer can use interrupts - add support for newly added spibus features (cs_delay and flags) Operation tested on Broadwell (Wildcat Point) MacBookPro12,1. Attachment also tested on Kaby Lake (Sunrise Point) Pixelbook. Reviewed by: wulf MFC after: 1 month Differential revision: https://reviews.freebsd.org/D29249
8 lines
196 B
Makefile
8 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/intel
|
|
KMOD= intelspi
|
|
SRCS= spi.c spi_acpi.c spi_pci.c
|
|
SRCS+= acpi_if.h pci_if.h device_if.h bus_if.h opt_acpi.h opt_pci.h spibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|