freebsd-skq/sys/i386/isa
rgrimes d67eb904e9 >From: vak@zebub.msk.su (Serge V.Vakulenko)
Date: Thu, 30 Sep 1993 15:13:17 +0300

Description:
	Old wt driver is too incomplete and buggy.
	It does not support Archive controllers, BSD-like
	tape ioctls, multiple tape controllers, different
	tape density etc.
Fix:
	This driver is a replacement of the old one.
	It was not tested on different controllers, though.

	This is the streamer tape driver for 386bsd and FreeBSD,
	which supports Wangtek and Archive controllers.
	It was developed as a replacement of the old Wangtek
	tape driver from CMU.

In comparison with the CMU driver, this version has the following enhancements:
1) Support for Archive SC402 and SC499 tape controllers added.
2) Support for up to three tape controllers on the same machine.
3) Support for BSD-style ioctls MTIOCGET, MTIOCTOP.
   Mt command now works adequately with this driver.
4) Asynchronous REWIND and FSF operations, close() will not wait
   until they finish.  The next open() will wait for it instead.
5) Use of WTQICMD ioctl is limited to ERASE and RETENS operations.
   This prevents the user from locking the tape driver by strange
   tape operations.
6) Tape density switching added.
7) The status of the process, blocked on the tape operation,
   is displayed at the WCHAN column of the `ps' command as:

	wtread    reading data from the tape
	wtwrite   writing data to the tape
	wtrfm     reading the tape marker
	wtwfm     writing the tape marker
	wtrew     rewinding the tape
	wterase   doing WTQICMD ERASE operation
	wtretens  doing WTQICMD RETENS operation
	wtorew    doing MTIOCTOP REW/OFFL operation
	wtorfm    doing MTIOCTOP FSF operation
	wtowfm    doing MTIOCTOP WEOF operation

Block interface (writing blocks less than 2048 bytes) is not functioning
pwoperly.  Use raw interface instead.
1993-09-30 20:12:37 +00:00
..
ic Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
aha1542.c Revised drivers from Julian. 1993-08-28 03:07:44 +00:00
aha1742.c Revised drivers from Julian. 1993-08-28 03:07:44 +00:00
bt742a.c Revised drivers from Julian. 1993-08-28 03:07:44 +00:00
clock.c Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
fd.c >From: bde@kralizec.zeta.org.au (Bruce Evans) 1993-09-23 15:22:57 +00:00
fdreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
icu.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
icu.s Removed patch kit header, added $Id$ 1993-09-06 16:12:05 +00:00
if_ed.c * Revision 2.4 93/09/29 21:24:30 davidg 1993-09-30 05:27:55 +00:00
if_edreg.h * Revision 2.2 93/09/29 13:23:25 davidg 1993-09-29 20:30:26 +00:00
if_is.c Fixed usage of arpcom and #define blahblah arpcom.blahblah, fixed ioctl 1993-09-06 16:13:15 +00:00
if_isreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
isa_device.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
isa.c Corrected off by 2 error in DELAY macro (it was delaying for 2 * value). 1993-08-24 01:24:43 +00:00
isa.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
iso8859.font Added necessary files for syscons (may move font include later, but for now 1993-07-26 21:21:11 +00:00
kbd.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
kbdtables.h >From: paul@u.tvt.se (Paul Pries) 1993-09-15 23:03:21 +00:00
lpt.c Convert another printf into an lprintf since this should only be output 1993-09-28 21:50:59 +00:00
lptreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
npx.c Modified attach printf's so that the output is compatible with the "new" 1993-07-15 17:53:14 +00:00
rtc.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
sio.c Change to sio for recognising the last serial port on a multiport 1993-09-28 00:01:18 +00:00
sioreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
spkr.c * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
syscons.c From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su> 1993-09-29 00:42:10 +00:00
timerreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
ultra14f.c Revised drivers from Julian. 1993-08-28 03:07:44 +00:00
vector.s Removed patch kit header, added $Id$ 1993-09-06 16:12:05 +00:00
wd.c >From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su> 1993-09-29 01:11:19 +00:00
wdreg.h Reverting wd driver back to version before Bruces new driver until the 1993-09-07 02:08:51 +00:00
wt.c >From: vak@zebub.msk.su (Serge V.Vakulenko) 1993-09-30 20:12:37 +00:00
wtreg.h >From: vak@zebub.msk.su (Serge V.Vakulenko) 1993-09-30 20:12:37 +00:00