diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-10-19 09:37:49 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-10-19 09:37:49 +0000 |
| commit | ad89c7c62f8131cb760d26de4d76df263ecadb97 (patch) | |
| tree | 290f1167b211b7eff79c3df7fda07dd78b8581b4 /sys | |
| parent | f87ea4059afe7531322ba161bcc40d8a27e3cf80 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 10a17485451a..4fa6dad61cf2 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.94 1997/09/18 00:15:55 msmith Exp $ + * $Id: scsiconf.c,v 1.95 1997/10/05 13:38:17 joerg Exp $ */ #include "opt_scsi.h" @@ -306,6 +306,10 @@ static struct scsidevs knowndevs[] = "st", SC_MORE_LUS, 0 }, { + T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "SUN", "DLT*", "*", + "st", SC_MORE_LUS, 0 + }, + { T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "HP", "C1553A", "*", "st", SC_MORE_LUS, 0 }, |
