Treat Wangtek QIC-150 SCSI tapes the same as Viper, so they work on
3100s as well as with the asc driver.
This commit is contained in:
parent
5c0a42a377
commit
0582e98991
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: tz.c,v 1.17 1998/08/29 16:14:15 mrg Exp $ */
|
||||
/* $NetBSD: tz.c,v 1.18 1998/10/22 23:01:45 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -227,6 +227,8 @@ tzprobe(xxxsd)
|
||||
sc->sc_modelen = 17;
|
||||
} else if (bcmp("VIPER 150", pid, 9) == 0) {
|
||||
sc->sc_tapeid = MT_ISVIPER1;
|
||||
} else if (bcmp("5150ES SCSI", pid, 11)) {
|
||||
sc->sc_tapeid = MT_ISVIPER1;
|
||||
} else if (bcmp("Python 25501", pid, 12) == 0) {
|
||||
sc->sc_tapeid = MT_ISPYTHON;
|
||||
} else if (bcmp("HP35450A", pid, 8) == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user