Fix the new DA_OLD_QUIRKS option for normal and module compiles.

Pointed out by: 	bde
This commit is contained in:
Nate Lawson 2003-07-29 18:08:16 +00:00
parent 951934ee84
commit dda5f182ae
3 changed files with 4 additions and 3 deletions

View file

@ -30,6 +30,7 @@
__FBSDID("$FreeBSD$");
#ifdef _KERNEL
#include "opt_da.h"
#include "opt_hw_wdog.h"
#endif /* _KERNEL */

View file

@ -254,13 +254,12 @@ SCSI_DELAY opt_scsi.h
SCSI_NO_SENSE_STRINGS opt_scsi.h
SCSI_NO_OP_STRINGS opt_scsi.h
# Options used only in cam/scsi/scsi_da.c
DA_OLD_QUIRKS opt_scsi.h
# Options used only in cam/scsi/scsi_cd.c
CHANGER_MIN_BUSY_SECONDS opt_cd.h
CHANGER_MAX_BUSY_SECONDS opt_cd.h
DA_OLD_QUIRKS opt_da.h
# Options used only in cam/scsi/scsi_sa.c.
SA_IO_TIMEOUT opt_sa.h
SA_SPACE_TIMEOUT opt_sa.h

View file

@ -11,6 +11,7 @@ KMOD= cam
SRCS= opt_cam.h
SRCS+= opt_scsi.h
SRCS+= opt_cd.h
SRCS+= opt_da.h
SRCS+= opt_hw_wdog.h
SRCS+= opt_pt.h
SRCS+= opt_sa.h