diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-08-30 07:52:50 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-08-30 07:52:50 +0000 |
| commit | 9f1776230d63537648a5174e3dac7a18c7ffdbca (patch) | |
| tree | 3130d6b7c48e164dc29c8ce2a7de16a42cff3581 /sys/modules | |
| parent | 429a82acc661b83cceaaae92f4ba169dfe5aaa04 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/amr/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile index 58335744f7e7e..d2fd3885f2fd7 100644 --- a/sys/modules/amr/Makefile +++ b/sys/modules/amr/Makefile @@ -2,6 +2,16 @@ .PATH: ${.CURDIR}/../../dev/amr KMOD = amr -SRCS = amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h +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 .include <bsd.kmod.mk> |
