make NO_SCSI_SENSE a proper option (already documented in LINT)
This commit is contained in:
parent
087c573403
commit
7ccb6ebd15
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include "opt_scsi.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <scsi/scsiconf.h>
|
||||
|
Loading…
Reference in New Issue
Block a user