1999-10-07 02:23:12 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
1999-11-28 18:53:47 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/amr
|
1999-10-07 02:23:12 +00:00
|
|
|
KMOD = amr
|
2000-08-30 07:52:50 +00:00
|
|
|
SRCS = amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
|
|
|
|
|
|
|
|
# SCSI passthrough support for non-disk devices
|
|
|
|
#CFLAGS += -DAMR_SCSI_PASSTHROUGH
|
|
|
|
#SRCS += amr_cam.c opt_cam.h opt_scsi.h
|
|
|
|
|
|
|
|
# Enable a questionable optimisation for newer adapters
|
|
|
|
#CFLAGS += -DAMR_QUARTZ_GOFASTER
|
|
|
|
|
|
|
|
# Debugging
|
|
|
|
#CFLAGS += -DAMR_DEBUG=3
|
1999-10-07 02:23:12 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|