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 .\" Copyright (c) 1994 James A. Jegers
.\" All rights reserved. .\" All rights reserved.
@ -45,14 +45,13 @@ Raw devices are indicated by an
.Dq r .Dq r
preceding the device name. preceding the device name.
The driver can be opened with either rewind on close The driver can be opened with either rewind on close
.Pa ( /dev/rst* ) .Pq Pa "/dev/rst*"
or no rewind on close or no rewind on close
.Pa ( /dev/nrst* ) .Pq Pa "/dev/nrst*"
options. options.
.Pp .Pp
The tape format is specified by adding 8 or 16 to the device The tape format is specified by adding 8 or 16 to the device number.
number. For example, for the wt0 device's raw rewind on close device For example, for the wt0 device's raw rewind on close device nodes,
nodes,
.Pa /dev/rwt0 .Pa /dev/rwt0
is the 150 MByte density device, is the 150 MByte density device,
.Pa /dev/rwt8 .Pa /dev/rwt8
@ -61,4 +60,11 @@ is the 120 MByte density device, and
is the 60 MByte device. is the 60 MByte device.
.Pp .Pp
.Sh SEE ALSO .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.