Add BUGS section from PR 7603

This commit is contained in:
fair 2000-02-12 11:33:26 +00:00
parent ceefe43a8f
commit 77df7943eb

View File

@ -1,4 +1,4 @@
.\" $NetBSD: wt.4,v 1.6 1999/03/16 01:19:19 garbled Exp $
.\" $NetBSD: wt.4,v 1.7 2000/02/12 11:33:26 fair Exp $
.\"
.\" Copyright (c) 1994 James A. Jegers
.\" All rights reserved.
@ -45,14 +45,13 @@ Raw devices are indicated by an
.Dq r
preceding the device name.
The driver can be opened with either rewind on close
.Pa ( /dev/rst* )
.Pq Pa "/dev/rst*"
or no rewind on close
.Pa ( /dev/nrst* )
.Pq Pa "/dev/nrst*"
options.
.Pp
The tape format is specified by adding 8 or 16 to the device
number. For example, for the wt0 device's raw rewind on close device
nodes,
The tape format is specified by adding 8 or 16 to the device number.
For example, for the wt0 device's raw rewind on close device nodes,
.Pa /dev/rwt0
is the 150 MByte density device,
.Pa /dev/rwt8
@ -61,4 +60,11 @@ is the 120 MByte density device, and
is the 60 MByte device.
.Pp
.Sh SEE ALSO
.Xr intro 4
.Xr intro 4 .
.Sh BUGS
The
.Nm
driver conflicts unpleasantly with the
.Nm we
driver (SMC ethernet adapters) at the same I/O address.
The probe reprograms their EEPROMs.