From eaf63cb2ae27c3aa47d3fc49f9d4bd9631e0b10b Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sun, 2 Dec 2007 18:39:38 +0000 Subject: [PATCH] The AR_SCSI_PASSTHROUGH conditional no longer exists, remove it from the makefile. --- sys/modules/amr/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile index c87f9681cdd..107a099488a 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