summaryrefslogtreecommitdiffstats
path: root/sys/modules/ciss
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-10-27 12:09:51 +0000
committermux <mux@FreeBSD.org>2002-10-27 12:09:51 +0000
commitae36702cc1acb13e69fa5fcab481f2d7abfc080a (patch)
tree9813a8dcfae55b0de915908a80ab723f15aa8428 /sys/modules/ciss
parenta6b93b4e902c2d22524e55d855d92fb1a2ca7997 (diff)
downloadFreeBSD-src-ae36702cc1acb13e69fa5fcab481f2d7abfc080a.zip
FreeBSD-src-ae36702cc1acb13e69fa5fcab481f2d7abfc080a.tar.gz
- Comment a line which sets CISS_DEBUG by default.
- Use -DCISS_DEBUG rather than -DCISS_DEBUG=0.
Diffstat (limited to 'sys/modules/ciss')
-rw-r--r--sys/modules/ciss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ciss/Makefile b/sys/modules/ciss/Makefile
index d82c59a..2ea619c 100644
--- a/sys/modules/ciss/Makefile
+++ b/sys/modules/ciss/Makefile
@@ -6,6 +6,6 @@ SRCS = ciss.c
SRCS += opt_scsi.h opt_cam.h
SRCS += device_if.h bus_if.h pci_if.h
-CFLAGS +=-DCISS_DEBUG=0
+#CFLAGS +=-DCISS_DEBUG
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud