Date: Sat, 13 Jul 1996 10:36:01 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-scsi@freebsd.org Cc: jbh@labyrinth.net.au (John Hartley) Subject: Re: tandberg scsi tape + FreeBSD 2.1/2.0.5 Message-ID: <199607130836.KAA23086@uriah.heep.sax.de> In-Reply-To: <199607121020.UAA07480@minotaur.labyrinth.net.au> from John Hartley at "Jul 12, 96 08:20:03 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
As John Hartley wrote: > I tried this, doing a boot with no tape in the drive then: > > mt fsr > (reports the ussual error ILLEGAL REQUEST csi:0,8,0,0 .... > however the tape drive itself did some whirrringgg) Hmpf. I hoped this would not require a mode page setting yet. Anyone else out there having an idea? Julian? Peter? Well, you could give this a try: Index: sys/scsi/st.c =================================================================== RCS file: /home/ncvs/src/sys/scsi/st.c,v retrieving revision 1.36.4.5 diff -u -u -r1.36.4.5 st.c --- st.c 1996/06/25 17:45:58 1.36.4.5 +++ st.c 1996/07/13 08:33:34 @@ -113,6 +113,15 @@ {0, 0, QIC_120} /* minor 12,13,14,15 */ } }, + {"Tandberg tdc4100", "TANDBERG", " TDC 4100", "????", + ST_Q_NEEDS_PAGE_0|ST_Q_SNS_HLP, + { + {0, 0, 0}, /* minor 0,1,2,3 */ + {0, ST_Q_FORCE_VAR_MODE, QIC_525}, /* minor 4,5,6,7 */ + {0, 0, QIC_150}, /* minor 8,9,10,11 */ + {0, 0, QIC_120} /* minor 12,13,14,15 */ + } + }, {"Rev 5 of the Archive 2525", "ARCHIVE ", "VIPER 2525 25462", "-005", 0, { This is really stepping in the dark, but i know that my TDC4222 requires ST_Q_SNS_HLP, and i believe the NEEDS_PAGE_0 wouldn't hurt to the least. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607130836.KAA23086>