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:
Nate Lawson 2004-04-19 03:33:55 +00:00
parent b2073c7d9e
commit e27f806a59
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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