aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-02-18 09:40:54 +0000
committerMike Smith <msmith@FreeBSD.org>1998-02-18 09:40:54 +0000
commit568a9c42a1bb07d007863f4b6a4b5b0ae5ec1616 (patch)
tree10ea5005ae4f771e9d6e312404fff33f51176280 /sys/scsi
parenta92aaa1aa088412ce6dfc2eabeb97c754e2e5fbd (diff)
downloadsrc-568a9c42a1bb07d007863f4b6a4b5b0ae5ec1616.tar.gz
src-568a9c42a1bb07d007863f4b6a4b5b0ae5ec1616.zip
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
Notes
Notes: svn path=/head/; revision=33550
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 47aca13d2bd1..59f0b8375aa1 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