diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-31 16:22:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-31 16:22:27 +0000 |
commit | 4d298384bbeb0ddbaf45d1ececd54291a3e88796 (patch) | |
tree | 420e49a0c2503740d5e24b978af838fd3bb95124 /share/man/man4 | |
parent | bc1b5cc7c78583b03a080f033c0140dbce5dce30 (diff) |
Prepare for the removal of amiga and sun3 platforms from the tree.
There has not been enough activity and interest towards these platform
to keep them lying in the tree.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/isa.4 | 6 | ||||
-rw-r--r-- | share/man/man4/lpt.4 | 4 | ||||
-rw-r--r-- | share/man/man4/pcmcia.4 | 4 | ||||
-rw-r--r-- | share/man/man4/wdc.4 | 4 |
5 files changed, 10 insertions, 14 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 7a212db2dad..0404cdb78ab 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.227 2002/11/30 19:30:33 nate Exp $ +# $OpenBSD: Makefile,v 1.228 2002/12/31 16:22:26 miod Exp $ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ ami.4 amdpm.4 amphy.4 an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ @@ -56,9 +56,9 @@ MLINKS+=adv.4 advansys.4 MLINKS+=pcmcia.4 pcic.4 MLINKS+=usb.4 uhub.4 MLINKS+=pms.4 pmsi.4 -SUBDIR= man4.alpha man4.amiga man4.hp300 man4.hppa \ +SUBDIR= man4.alpha man4.hp300 man4.hppa \ man4.i386 man4.mac68k man4.mvme68k man4.macppc man4.sparc man4.sparc64 \ - man4.sun3 man4.vax + man4.vax # i386 specific MLINKS+= com.4 pccom.4 diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4 index 5fc47de6489..4617c8db144 100644 --- a/share/man/man4/isa.4 +++ b/share/man/man4/isa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isa.4,v 1.20 2002/11/29 07:44:56 mickey Exp $ +.\" $OpenBSD: isa.4,v 1.21 2002/12/31 16:22:26 miod Exp $ .\" $NetBSD: isa.4,v 1.19 2000/03/18 16:54:37 augustss Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -46,10 +46,6 @@ .Cd "isa* at pceb?" .Cd "isa* at sio?" .Pp -.Cd "# amiga:" -.Cd "isa* at ggbus?" -.Cd "isa* at cross?" -.Pp Attachments are machine-dependent and depend on the bus topology and .Tn ISA bus interface of your system. diff --git a/share/man/man4/lpt.4 b/share/man/man4/lpt.4 index 3145ab2584a..dfb610bcb35 100644 --- a/share/man/man4/lpt.4 +++ b/share/man/man4/lpt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lpt.4,v 1.4 2002/09/26 07:55:40 miod Exp $ +.\" $OpenBSD: lpt.4,v 1.5 2002/12/31 16:22:26 miod Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. @@ -35,7 +35,7 @@ .Nm lpt .Nd parallel port driver .Sh SYNOPSIS -.Cd "# alpha/amiga/i386" +.Cd "# alpha/i386" .Cd "lpt0 at isa? port 0x378 irq 7" .Cd "lpt1 at isa? port 0x278" .Cd "lpt2 at isa? port 0x3bc" diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4 index 268bad49a2d..99fe156ad83 100644 --- a/share/man/man4/pcmcia.4 +++ b/share/man/man4/pcmcia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia.4,v 1.26 2002/09/27 22:40:28 millert Exp $ +.\" $OpenBSD: pcmcia.4,v 1.27 2002/12/31 16:22:26 miod Exp $ .\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -39,7 +39,7 @@ .Nm pcmcia .Nd introduction to PCMCIA (PC Card) support .Sh SYNOPSIS -.Cd "# amiga/i386" +.Cd "# i386" .Cd "pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000" .Cd "pcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000" .Cd "pcic2 at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000" diff --git a/share/man/man4/wdc.4 b/share/man/man4/wdc.4 index ca1f8f92eb6..03f9811c53a 100644 --- a/share/man/man4/wdc.4 +++ b/share/man/man4/wdc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wdc.4,v 1.7 2002/09/26 22:09:53 miod Exp $ +.\" $OpenBSD: wdc.4,v 1.8 2002/12/31 16:22:26 miod Exp $ .\" $NetBSD: wdc.4,v 1.4 1999/05/19 14:44:02 bouyer Exp $ .\" .\" Copyright (c) 1998 Manuel Bouyer. @@ -39,7 +39,7 @@ .Nm wdc .Nd WD100x compatible hard disk controller driver .Sh SYNOPSIS -.Cd "# alpha/amiga/i386" +.Cd "# alpha/i386" .Cd "wdc0 at isa? port 0x1f0 irq 14 flags 0x00" .Cd "wdc1 at isa? port 0x170 irq 15 flags 0x00" .Cd "wdc* at isapnp?" |