summaryrefslogtreecommitdiffstats
path: root/sys/modules/amr
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-12-02 18:39:38 +0000
committerscottl <scottl@FreeBSD.org>2007-12-02 18:39:38 +0000
commitd277ab6960f2d5906ca0a5286107a8f23fee5787 (patch)
treea83b0fd0290ce91b953b24bd4dcc151654bf328a /sys/modules/amr
parent27cd3dfe0db518f37d83651eebf622c8a9e96e02 (diff)
downloadFreeBSD-src-d277ab6960f2d5906ca0a5286107a8f23fee5787.zip
FreeBSD-src-d277ab6960f2d5906ca0a5286107a8f23fee5787.tar.gz
The AR_SCSI_PASSTHROUGH conditional no longer exists, remove it from the
makefile.
Diffstat (limited to 'sys/modules/amr')
-rw-r--r--sys/modules/amr/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile
index c87f968..107a099 100644
--- a/sys/modules/amr/Makefile
+++ b/sys/modules/amr/Makefile
@@ -10,7 +10,6 @@ KMOD= amr
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
OpenPOWER on IntegriCloud