diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-02-16 11:16:42 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-02-16 11:16:42 +0000 |
| commit | d81830504d71a69e99e1a6c75ab65c07de862d6f (patch) | |
| tree | ad5be1961d83aa6be3febf1b363307b457f274d6 /sys/scsi | |
| parent | 334a8b8c19a6afc4ffbe8ded5fa2b15dc9b6398d (diff) | |
Notes
Diffstat (limited to 'sys/scsi')
| -rw-r--r-- | sys/scsi/scsiconf.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 2cc4fcee2ea1..81320d2de8ab 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.64.2.22 1997/12/30 22:27:58 nate Exp $ + * $Id: scsiconf.c,v 1.64.2.23 1998/01/21 08:04:47 ache Exp $ */ #include "opt_scsi.h" @@ -275,6 +275,10 @@ 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 { |
