From 9a8388eab8ea7830b12182218b9a788ff8c4271b Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 14 Jul 1996 10:46:56 +0000 Subject: Turn SCSIDEBUG into a new-style option. --- sys/scsi/scsi_driver.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/scsi/scsi_driver.c') diff --git a/sys/scsi/scsi_driver.c b/sys/scsi/scsi_driver.c index 3af475f..45ed3cb 100644 --- a/sys/scsi/scsi_driver.c +++ b/sys/scsi/scsi_driver.c @@ -35,9 +35,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi_driver.c,v 1.15 1996/04/07 17:32:41 bde Exp $ + * $Id: scsi_driver.c,v 1.16 1996/06/16 19:54:02 joerg Exp $ * */ + +#include "opt_scsi.h" + #include #include #include -- cgit v1.1