mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
This provides support for the Adaptec SCSI RAID controller family, as well as the DPT SmartRAID V and VI families. The driver will be maintained by Mark and Adaptec, and any changes should be referred to the MAINTAINER.
9 lines
177 B
Makefile
9 lines
177 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/asr
|
|
KMOD = asr
|
|
SRCS = asr.c
|
|
SRCS += opt_scsi.h opt_cam.h opt_asr.h
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|