diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 11:47:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 11:47:23 +0000 |
commit | aa059f11062a2b1212b0f332778781f2e673fd0b (patch) | |
tree | 291dcd4ce92b7767e0a17a3a60c3be3bce4e7773 /sys/arch/hp300/dev/st.c | |
parent | cb993b71672e8d5d7a680fe314f872b0f18c42b2 (diff) |
sync to 0622
Diffstat (limited to 'sys/arch/hp300/dev/st.c')
-rw-r--r-- | sys/arch/hp300/dev/st.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/st.c b/sys/arch/hp300/dev/st.c index cf38400ab1e..f73e4c886dc 100644 --- a/sys/arch/hp300/dev/st.c +++ b/sys/arch/hp300/dev/st.c @@ -1,4 +1,4 @@ -/* $NetBSD: st.c,v 1.14 1996/02/14 02:45:12 thorpej Exp $ */ +/* $NetBSD: st.c,v 1.14.4.1 1996/06/10 06:45:33 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; |