msmith 3cfec8ce1d Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).
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.
2000-09-01 07:51:25 +00:00

10 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>