summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-02-18 09:40:54 +0000
committermsmith <msmith@FreeBSD.org>1998-02-18 09:40:54 +0000
commitcd0d6c381a6030b36e9db8c6a8f1a4aff3a11bc5 (patch)
treeab92fea1631c06a82b0c1a49e1eeafafd391d4c6 /sys/scsi
parentfefaf13d740812e56b54881a325e5869e05a71a7 (diff)
downloadFreeBSD-src-cd0d6c381a6030b36e9db8c6a8f1a4aff3a11bc5.zip
FreeBSD-src-cd0d6c381a6030b36e9db8c6a8f1a4aff3a11bc5.tar.gz
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
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 47aca13..59f0b83 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -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
OpenPOWER on IntegriCloud