diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 9f76f5588740..5b407a8d1458 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 1998/11/04 05:53:58 thorpej Exp $ +# $NetBSD: Makefile,v 1.81 1998/11/04 17:35:59 bouyer Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 MAN= ahb.4 ahc.4 aria.4 atalk.4 audio.4 bha.4 bpf.4 ccd.4 cd.4 ch.4 \ @@ -9,7 +9,7 @@ MAN= ahb.4 ahc.4 aria.4 atalk.4 audio.4 bha.4 bpf.4 ccd.4 cd.4 ch.4 \ null.4 opl.4 options.4 pciide.4 ppp.4 pty.4 puc.4 qsphy.4 rnd.4 \ route.4 rtpphy.4 scsi.4 sd.4 sl.4 sm.4 spp.4 sqphy.4 ss.4 st.4 \ strip.4 tb.4 tcp.4 termios.4 tl.4 tlphy.4 tp.4 tty.4 tun.4 udp.4 \ - uha.4 uk.4 unix.4 vnd.4 wd.4 wscons.4 ym.4 zstty.4 + uha.4 uk.4 unix.4 vnd.4 wd.4 wdc.4 wscons.4 ym.4 zstty.4 # USB devices MAN+= uaudio.4 ugen.4 uhid.4 ukbd.4 ulpt.4 ums.4 usb.4 diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 1cb7eaa46d29..4db3a0bd8468 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.35 1998/10/19 12:44:16 bouyer Exp $ +# $NetBSD: Makefile,v 1.36 1998/11/04 17:36:00 bouyer Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/5/93 MAN= apm.4 autoconf.4 busmouse.4 com.4 console.4 fdc.4 \ ie.4 intro.4 joy.4 le.4 lms.4 lpt.4 mem.4 mms.4 npx.4 \ - pms.4 pcvt.4 speaker.4 wdc.4 + pms.4 pcvt.4 speaker.4 MLINKS= mem.4 kmem.4 MANSUBDIR=/i386 diff --git a/share/man/man4/man4.i386/wdc.4 b/share/man/man4/wdc.4 similarity index 84% rename from share/man/man4/man4.i386/wdc.4 rename to share/man/man4/wdc.4 index 2f69a414855b..e8c860f96a54 100644 --- a/share/man/man4/man4.i386/wdc.4 +++ b/share/man/man4/wdc.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: wdc.4,v 1.1 1998/10/19 12:44:16 bouyer Exp $ +.\" $NetBSD: wdc.4,v 1.1 1998/11/04 17:35:59 bouyer Exp $ .\" .\" Copyright (c) 1998 Manuel Bouyer. .\" @@ -32,15 +32,22 @@ .\" .Dd October 15, 1998 -.Dt WDC 4 i386 +.Dt WDC 4 .Os NetBSD .Sh NAME .Nm wdc .Nd WD100x compatible hard disk controllers driver .Sh SYNOPSIS +.Ss ISA and ISA plug'n'play controllers .Cd "wdc0 at isa? port 0x1f0 irq 14" +.Cd "wdc1 at isa? port 0x170 irq 15" .Cd "wdc* at isapnp ?" +.Ss PCMCIA controllers .Cd "wdc* at pcmcia? function ?" +.Ss arm32 +.Cd "wdc0 at pioc? offset 0x01f0 irq 9" +.Ss atari +.Cd "wdc0 at mainbus0" .Sh DESCRIPTION The .Nm wdc @@ -48,9 +55,9 @@ driver provides the basic functions for the .Nm wd and .Nm atapi -drivers. This driver supports IDE and EIDE controllers on isa, isapnp and -pcmcia busses, as well as MFM, RLL and ESDI. PCI IDE controllers in legaty -mode are also supported, but the +drivers. This driver supports IDE and EIDE controllers, as well as MFM, RLL +and ESDI on the ISA bus. PCI IDE controllers in legaty mode are also supported, +but the .Xr pciide 4 driver may provide more functionalities. .Sh SEE ALSO