1.\" $NetBSD: wt.4,v 1.12 2002/02/07 03:15:09 ross Exp $ 2.\" 3.\" Copyright (c) 1994 James A. Jegers 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. The name of the author may not be used to endorse or promote products 12.\" derived from this software without specific prior written permission 13.\" 14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24.\" 25.Dd July 10, 1995 26.Dt WT 4 27.Os 28.Sh NAME 29.Nm wt 30.Nd 31Archive/Wangtek cartridge tape driver 32.Sh SYNOPSIS 33.Cd "wt0 at isa? port 0x300 irq 5 drq 1" 34.Sh DESCRIPTION 35The 36.Nm 37driver provides support for the following Archive and Wangtek boards: 38.Pp 39.Bl -tag -width Dv -offset indent -compact 40.It QIC-02 41.It QIC-36 42.El 43.Pp 44Raw devices are indicated by an 45.Dq r 46preceding the device name. 47The driver can be opened with either rewind on close 48.Pq Pa "/dev/rst*" 49or no rewind on close 50.Pq Pa "/dev/nrst*" 51options. 52.Pp 53The tape format is specified by adding 8 or 16 to the device number. 54For example, for the wt0 device's raw rewind on close device nodes, 55.Pa /dev/rwt0 56is the 150 MByte density device, 57.Pa /dev/rwt8 58is the 120 MByte density device, and 59.Pa /dev/rwt16 60is the 60 MByte device. 61.Sh SEE ALSO 62.Xr intro 4 63.Sh BUGS 64The 65.Nm 66driver conflicts unpleasantly with the 67.Nm we 68driver (SMC 69.Tn Ethernet 70adapters) at the same I/O address. The probe reprograms their EEPROMs. 71