diff options
author | nate <nate@FreeBSD.org> | 1997-12-30 22:26:51 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1997-12-30 22:26:51 +0000 |
commit | 00293d1a14f9cd4b46d4324f7fda1336685fbdf1 (patch) | |
tree | 718ba4e7c2a62f935eae499635c0bf8dcc318f79 | |
parent | 8f9f6ff1dfb33d7d3f2b93aa2e8b9caec76f2fa8 (diff) | |
download | FreeBSD-src-00293d1a14f9cd4b46d4324f7fda1336685fbdf1.zip FreeBSD-src-00293d1a14f9cd4b46d4324f7fda1336685fbdf1.tar.gz |
- Accept all models of the HP C1553A tape series as usable tapes. This
is necessary for my tape drive to be found, since it's apparently a
later model.
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 8e7d411..9de7e9d 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.99 1997/12/20 23:05:14 joerg Exp $ + * $Id: scsiconf.c,v 1.100 1997/12/30 04:19:54 julian Exp $ */ #include "opt_scsi.h" @@ -310,7 +310,7 @@ static struct scsidevs knowndevs[] = "st", SC_MORE_LUS, 0 }, { - T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "HP", "C1553A", "*", + T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "HP", "C1553A*", "*", "st", SC_MORE_LUS, 0 }, { |