aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1997-12-30 22:26:51 +0000
committerNate Williams <nate@FreeBSD.org>1997-12-30 22:26:51 +0000
commit0c5e04a2b185cbe1efaef8da3fbec0caa9b8ee91 (patch)
tree344dd31c17ec2d449012b8ad8bc66c29793bbe50 /sys/scsi
parentcf26fc706f8a1b85325964e76717fa271e857514 (diff)
downloadsrc-0c5e04a2b185cbe1efaef8da3fbec0caa9b8ee91.tar.gz
src-0c5e04a2b185cbe1efaef8da3fbec0caa9b8ee91.zip
- 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.
Notes
Notes: svn path=/head/; revision=32127
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 8e7d411f58da..9de7e9de8a1d 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
},
{