diff options
author | njl <njl@FreeBSD.org> | 2003-07-29 18:08:16 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2003-07-29 18:08:16 +0000 |
commit | 15f4d540c98cc4d06252e8eb7c283bbe6bdc88db (patch) | |
tree | d3243fb13c8ed10fb4f6e4b4bcd9f96d25b9ea24 /sys/conf | |
parent | b7cb53387d226e768ec2895b2cb3e572259ecc3b (diff) | |
download | FreeBSD-src-15f4d540c98cc4d06252e8eb7c283bbe6bdc88db.zip FreeBSD-src-15f4d540c98cc4d06252e8eb7c283bbe6bdc88db.tar.gz |
Fix the new DA_OLD_QUIRKS option for normal and module compiles.
Pointed out by: bde
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/conf/options b/sys/conf/options index 6b65a3a..4d09c82 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -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 |