The real problem was that -DCISS_DEBUG=0 in the Makefile still defined
CISS_DEBUG which isn't supposed to be defined by default.
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>
ciss_print_request(sc->ciss_request + i);
}
-#if 0
/* DDB hook */
static void
ciss_print0(void)
}
#endif
-#endif
-
/************************************************************************
* Return a name for a logical drive status value.
*/