make NO_SCSI_SENSE a proper option (already documented in LINT)

This commit is contained in:
John-Mark Gurney 1998-06-30 07:47:44 +00:00
parent a9c94e9b71
commit b529c5e67c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37281
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# $Id: options,v 1.79 1998/06/30 03:01:29 jmg Exp $
# $Id: options,v 1.80 1998/06/30 07:36:33 jmg Exp $
#
# On the handling of kernel options
#
@ -143,6 +143,7 @@ SCSIDEBUG opt_scsi.h
SCSI_DELAY opt_scsi.h
SCSI_REPORT_GEOMETRY opt_scsi.h
SCSI_2_DEF opt_scsi.h
NO_SCSI_SENSE opt_scsi.h
# Options used only in scsi/od.c.
OD_AUTO_TURNOFF opt_od.h

View file

@ -1,3 +1,5 @@
#include "opt_scsi.h"
#include <sys/param.h>
#include <scsi/scsiconf.h>