mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
![John Hall](/assets/img/avatar_default.png)
This updates the smartpqi driver to Microsemi's latest code. This will be the driver for FreeBSD 14 (with updates), but no MFC is planned. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D41550
12 lines
450 B
Makefile
12 lines
450 B
Makefile
# 5/10/2017
|
|
|
|
KMOD = smartpqi
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/${KMOD}
|
|
|
|
SRCS=smartpqi_mem.c smartpqi_intr.c smartpqi_main.c smartpqi_cam.c smartpqi_ioctl.c smartpqi_misc.c smartpqi_sis.c smartpqi_init.c smartpqi_queue.c smartpqi_tag.c smartpqi_cmd.c smartpqi_request.c smartpqi_response.c smartpqi_event.c smartpqi_helper.c smartpqi_discovery.c smartpqi_features.c
|
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h opt_scsi.h opt_cam.h
|
|
|
|
.include <bsd.kmod.mk>
|