mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix the new DA_OLD_QUIRKS option for normal and module compiles.
Pointed out by: bde
This commit is contained in:
parent
951934ee84
commit
dda5f182ae
3 changed files with 4 additions and 3 deletions
|
|
@ -30,6 +30,7 @@
|
|||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include "opt_da.h"
|
||||
#include "opt_hw_wdog.h"
|
||||
#endif /* _KERNEL */
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue