mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Put the SC_Q_NO_TAGS value in the correct field for the Iomega Jaz quirk
entry, and move it down with the other NO_TAGS device. Submitted by: bde
This commit is contained in:
parent
a92aaa1aa0
commit
568a9c42a1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33550
@ -16,7 +16,7 @@
|
||||
*
|
||||
* New configuration setup: dufault@hda.com
|
||||
*
|
||||
* $Id: scsiconf.c,v 1.102 1998/01/21 08:03:37 ache Exp $
|
||||
* $Id: scsiconf.c,v 1.103 1998/02/16 11:15:35 msmith Exp $
|
||||
*/
|
||||
|
||||
#include "opt_scsi.h"
|
||||
@ -275,10 +275,6 @@ static struct scsidevs knowndevs[] =
|
||||
T_DIRECT, T_DIRECT, T_FIXED, "IFT", "*" , "*",
|
||||
"sd", SC_MORE_LUS
|
||||
},
|
||||
{
|
||||
T_DIRECT, T_DIRECT, T_REMOV, "iomega", "jaz*", "*",
|
||||
"sd", SD_Q_NO_TAGS
|
||||
},
|
||||
#endif /* NSD */
|
||||
#if NST > 0
|
||||
{
|
||||
@ -482,6 +478,10 @@ static struct scsidevs knowndevs[] =
|
||||
T_DIRECT, T_DIRECT, T_FIXED, "HP", "C372*", "*",
|
||||
"sd", SC_ONE_LU, SD_Q_NO_TAGS
|
||||
},
|
||||
{
|
||||
T_DIRECT, T_DIRECT, T_REMOV, "iomega", "jaz*", "*",
|
||||
"sd", SC_ONE_LU, SD_Q_NO_TAGS
|
||||
},
|
||||
{
|
||||
T_DIRECT, T_DIRECT, T_FIXED, "*", "*", "*",
|
||||
"sd", SC_ONE_LU
|
||||
|
Loading…
Reference in New Issue
Block a user