mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
driver for CAM ATA subsystem. This driver supports same hardware as atamarvell, ataadaptec and atamvsata drivers from ata(4), but provides many additional features, such as NCQ, PMP, etc.
10 lines
231 B
Makefile
10 lines
231 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mvs
|
|
|
|
KMOD= mvs
|
|
SRCS= mvs.c mvs_pci.c mvs.h mvs_if.h device_if.h bus_if.h pci_if.h opt_cam.h
|
|
|
|
MFILES= kern/bus_if.m kern/device_if.m dev/pci/pci_if.m dev/mvs/mvs_if.m
|
|
|
|
.include <bsd.kmod.mk>
|