summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/notes/i386/hardware4
-rw-r--r--share/man/man4/isa.44
-rw-r--r--share/man/man4/man4.i386/Makefile4
-rw-r--r--share/man/man4/mtio.45
-rw-r--r--share/man/man4/st.45
-rw-r--r--share/man/man8/man8.amd64/MAKEDEV.85
-rw-r--r--share/man/man8/man8.i386/MAKEDEV.85
7 files changed, 10 insertions, 22 deletions
diff --git a/distrib/notes/i386/hardware b/distrib/notes/i386/hardware
index 794f224e3eb..346de018ac4 100644
--- a/distrib/notes/i386/hardware
+++ b/distrib/notes/i386/hardware
@@ -1,4 +1,4 @@
-dnl $OpenBSD: hardware,v 1.248 2007/04/13 12:10:41 claudio Exp $
+dnl $OpenBSD: hardware,v 1.249 2007/05/28 02:49:19 krw Exp $
OpenBSD/MACHINE OSREV works across a broad range of standard PCs and
clones, with a wide variety of processors and I/O bus architectures. It
can be expected to install and run with minimal difficulties on most
@@ -220,8 +220,6 @@ Supported hardware {:-include-:}:
Tape Drives
Most SCSI tape drives [C]
Most SCSI tape changers [G]
- QIC-02 and QIC-36 format (Archive- and Wangtek-
- compatible) tape drives [*]
MDA, CGA, VGA, SVGA, and HGC Display Adapters. (Note that not
all of the display adapters OpenBSD/MACHINE
are supported by X. See the XFree86 FAQ for more
diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4
index ef2c597c17d..645cce7fef6 100644
--- a/share/man/man4/isa.4
+++ b/share/man/man4/isa.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isa.4,v 1.49 2007/04/27 05:36:47 jmc Exp $
+.\" $OpenBSD: isa.4,v 1.50 2007/05/28 02:49:19 krw Exp $
.\" $NetBSD: isa.4,v 1.19 2000/03/18 16:54:37 augustss Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -111,8 +111,6 @@ and IDE/ATAPI.
See also the
.Xr pciide 4
device driver which is used instead on machines with PCI IDE controllers.
-.It Xr wt 4
-Wangtek and compatible QIC-02 and QIC-36 tape drives
.El
.Ss Serial and parallel interfaces
.Bl -tag -width 12n -offset ind -compact
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile
index e2e576de085..67b698b5040 100644
--- a/share/man/man4/man4.i386/Makefile
+++ b/share/man/man4/man4.i386/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.60 2007/04/26 01:43:14 gwk Exp $
+# $OpenBSD: Makefile,v 1.61 2007/05/28 02:49:19 krw Exp $
# from: @(#)Makefile 5.1 (Berkeley) 2/12/91
# Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $
@@ -7,7 +7,7 @@ MAN= apm.4 autoconf.4 bios.4 cpu.4 elansc.4 esm.4 \
ichpcib.4 intro.4 ioapic.4 \
joy.4 le.4 lms.4 mcd.4 mem.4 mms.4 mtrr.4 npx.4 nvram.4 pas.4 \
pcibios.4 pctr.4 piixpcib.4 pss.4 sb.4 \
- sea.4 uha.4 wds.4 wdt.4 wss.4 wt.4
+ sea.4 uha.4 wds.4 wdt.4 wss.4
MLINKS+= mem.4 kmem.4
MANSUBDIR=i386
diff --git a/share/man/man4/mtio.4 b/share/man/man4/mtio.4
index b07f4d5551c..2150ffeffdf 100644
--- a/share/man/man4/mtio.4
+++ b/share/man/man4/mtio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mtio.4,v 1.12 2003/06/02 23:30:12 millert Exp $
+.\" $OpenBSD: mtio.4,v 1.13 2007/05/28 02:49:19 krw Exp $
.\" $NetBSD: mtio.4,v 1.4 1996/03/03 17:13:54 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991 The Regents of the University of California.
@@ -101,8 +101,7 @@ operations available on raw magnetic tape.
.Xr mt 1 ,
.Xr tar 1 ,
.Xr intro 4 ,
-.Xr st 4 ,
-.Xr wt 4
+.Xr st 4
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/st.4 b/share/man/man4/st.4
index 45ea640147b..c3977f64d79 100644
--- a/share/man/man4/st.4
+++ b/share/man/man4/st.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: st.4,v 1.13 2006/06/01 19:17:04 krw Exp $
+.\" $OpenBSD: st.4,v 1.14 2007/05/28 02:49:19 krw Exp $
.\" $NetBSD: st.4,v 1.2 1996/10/20 23:15:24 explorer Exp $
.\"
.\" Copyright (c) 1996
@@ -311,8 +311,7 @@ Eject, no rewind on close.
.Xr mt 1 ,
.Xr intro 4 ,
.Xr mtio 4 ,
-.Xr scsi 4 ,
-.Xr wt 4
+.Xr scsi 4
.Sh HISTORY
This
.Nm
diff --git a/share/man/man8/man8.amd64/MAKEDEV.8 b/share/man/man8/man8.amd64/MAKEDEV.8
index 19a3f9114f2..4d4bb8addd2 100644
--- a/share/man/man8/man8.amd64/MAKEDEV.8
+++ b/share/man/man8/man8.amd64/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.26 2007/02/16 02:19:01 deraadt Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.27 2007/05/28 02:49:19 krw Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -115,9 +115,6 @@ SCSI media changers, see
.It Ar st*
SCSI tape drives, see
.Xr st 4 .
-.It Ar wt*
-Archive/Wangtek QIC-cartridge tape drives, see
-.Xr wt 4 .
.El
.Pp
.Sy Terminal ports
diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8
index be2bb716e49..e637f35cdbc 100644
--- a/share/man/man8/man8.i386/MAKEDEV.8
+++ b/share/man/man8/man8.i386/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.52 2007/02/16 02:19:01 deraadt Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.53 2007/05/28 02:49:19 krw Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -115,9 +115,6 @@ SCSI media changers, see
.It Ar st*
SCSI tape drives, see
.Xr st 4 .
-.It Ar wt*
-Archive/Wangtek QIC-cartridge tape drives, see
-.Xr wt 4 .
.El
.Pp
.Sy Terminal ports