Add the "Python 28849" to the list of `supported' tape drives as a PYTHON

type.
This commit is contained in:
thorpej 1996-06-10 06:39:31 +00:00
parent 01c816cc43
commit a323ce7b09
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: st.c,v 1.14 1996/02/14 02:45:12 thorpej Exp $ */
/* $NetBSD: st.c,v 1.15 1996/06/10 06:39:31 thorpej Exp $ */
/*
* Copyright (c) 1990 University of Utah.
@ -353,7 +353,8 @@ st_inqbuf.inqbuf.qual, st_inqbuf.inqbuf.version);
sc->sc_datalen[CMD_INQUIRY] = 36;
sc->sc_datalen[CMD_MODE_SELECT] = 12;
sc->sc_datalen[CMD_MODE_SENSE] = 12;
} else if (bcmp("Python 25501", product, 12) == 0) {
} else if (bcmp("Python 25501", product, 12) == 0 ||
bcmp("Python 28849", product, 12) == 0) {
sc->sc_tapeid = MT_ISPYTHON;
sc->sc_datalen[CMD_REQUEST_SENSE] = 14;
sc->sc_datalen[CMD_INQUIRY] = 36;