diff options
author | 2000-09-17 01:05:28 +0000 | |
---|---|---|
committer | 2000-09-17 01:05:28 +0000 | |
commit | 9b451f04f70bfafb26c150b601246f412fd46f38 (patch) | |
tree | c7f8549fb9db25c582e4a36e8917a902644f20de | |
parent | Mention 3C656 support here (just the 3C575+modem). (diff) | |
download | wireguard-openbsd-9b451f04f70bfafb26c150b601246f412fd46f38.tar.xz wireguard-openbsd-9b451f04f70bfafb26c150b601246f412fd46f38.zip |
Add man page for dmphy(4).
-rw-r--r-- | share/man/man4/Makefile | 10 | ||||
-rw-r--r-- | share/man/man4/dmphy.4 | 26 |
2 files changed, 31 insertions, 5 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index c9eb6a1e2ce..270efd35174 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.127 2000/09/16 16:14:48 matthieu Exp $ +# $OpenBSD: Makefile,v 1.128 2000/09/17 01:05:28 aaron Exp $ MAN= ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 an.4 aria.4 ast.4 atalk.4 \ atapiscsi.4 audio.4 aue.4 auvia.4 awi.4 bpf.4 bridge.4 brgphy.4 \ cardbus.4 ccd.4 cd.4 ch.4 clnp.4 clcs.4 cltp.4 cmpci.4 cnw.4 \ - com.4 cue.4 cy.4 dc.4 ddb.4 de.4 dpt.4 drum.4 eap.4 ec.4 ef.4 eg.4 \ - el.4 enc.4 ep.4 esis.4 eso.4 ess.4 exphy.4 fd.4 fdc.4 fpa.4 fms.4 \ - fxp.4 gdt.4 gre.4 hifn.4 ich.4 icmp.4 icsphy.4 idp.4 ifmedia.4 inet.4 \ - inphy.4 iophy.4 ip.4 ipl.4 ipsec.4 isa.4 isapnp.4 iso.4 isp.4 \ + com.4 cue.4 cy.4 dc.4 ddb.4 de.4 dmphy.4 dpt.4 drum.4 eap.4 ec.4 ef.4 \ + eg.4 el.4 enc.4 ep.4 esis.4 eso.4 ess.4 exphy.4 fd.4 fdc.4 fpa.4 \ + fms.4 fxp.4 gdt.4 gre.4 hifn.4 ich.4 icmp.4 icsphy.4 idp.4 ifmedia.4 \ + inet.4 inphy.4 iophy.4 ip.4 ipl.4 ipsec.4 isa.4 isapnp.4 iso.4 isp.4 \ ksyms.4 kue.4 lkm.4 lmc.4 lo.4 lxtphy.4 midi.4 mii.4 mtdphy.4 \ mtio.4 ncr.4 ne.4 neo.4 netintro.4 ns.4 nsip.4 nsphy.4 nsphyter.4 \ null.4 ohci.4 opl.4 options.4 pchb.4 pci.4 pciide.4 pcmcia.4 pty.4 \ diff --git a/share/man/man4/dmphy.4 b/share/man/man4/dmphy.4 new file mode 100644 index 00000000000..59f0fda4120 --- /dev/null +++ b/share/man/man4/dmphy.4 @@ -0,0 +1,26 @@ +.\" $OpenBSD: dmphy.4,v 1.1 2000/09/17 01:05:28 aaron Exp $ +.\" +.\" (C) Copyright 2000 Aaron Campbell <aaron@openbsd.org>. +.\" All rights reserved. +.\" +.Dd August 2, 2000 +.Dt DMPHY 4 +.Os +.Sh NAME +.Nm dmphy +.Nd driver for Davicom DM9101 Ethernet 10/100 PHYs +.Sh SYNOPSIS +.Cd "dmphy* at mii? phy ?" +.Sh DESCRIPTION +The +.Nm +driver supports the Davicom DM9101 Ethernet 10/100 PHYs. +These are found on Davicom DM91xx-based Ethernet adapters as supported by the +.Xr dc 4 +driver. +.Sh SEE ALSO +.Xr dc 4 , +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr mii 4 , +.Xr ifconfig 8 |