As promised a while ago, remove DA_OLD_QUIRKS and all quirks it was enabling.
These are no longer needed now that we don't send 6-byte commands to RBC devices.
This commit is contained in:
parent
b2073c7d9e
commit
e27f806a59
@ -968,12 +968,6 @@ options SCSI_NO_SENSE_STRINGS
|
||||
options SCSI_NO_OP_STRINGS
|
||||
options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device
|
||||
|
||||
# Options for the CAM SCSI disk driver:
|
||||
# DA_OLD_QUIRKS: Restore old USB and firewire quirks that have been
|
||||
# deprecated. Please also email scsi@freebsd.org if you
|
||||
# have a device that needs this option.
|
||||
options DA_OLD_QUIRKS
|
||||
|
||||
# Options for the CAM CDROM driver:
|
||||
# CHANGER_MIN_BUSY_SECONDS: Guaranteed minimum time quantum for a changer LUN
|
||||
# CHANGER_MAX_BUSY_SECONDS: Maximum time quantum per changer LUN, only
|
||||
|
@ -241,8 +241,6 @@ SCSI_NO_OP_STRINGS opt_scsi.h
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user