mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
This old firmware of the TDC3620 hangs the SCSI bus upon serial
number requests. Don't ask it so.
This commit is contained in:
parent
19f4762b5a
commit
36230d67d0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41330
@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: cam_xpt.c,v 1.25 1998/10/22 22:16:48 ken Exp $
|
||||
* $Id: cam_xpt.c,v 1.26 1998/11/04 19:56:24 ken Exp $
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -369,6 +369,17 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
|
||||
},
|
||||
CAM_QUIRK_NOSERIAL|CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
/*
|
||||
* This old revision of the TDC3600 is also SCSI-1, and
|
||||
* hangs upon serial number probing.
|
||||
*/
|
||||
{
|
||||
T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "TANDBERG",
|
||||
" TDC 3600", "U07:"
|
||||
},
|
||||
CAM_QUIRK_NOSERIAL, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
/* Default tagged queuing parameters for all devices */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user