add ciphy(4) manpage

This commit is contained in:
jdolecek 2005-02-20 16:53:10 +00:00
parent 517e5bf2be
commit 4805ad6f16
3 changed files with 68 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.760 2005/02/20 06:49:01 christos Exp $
# $NetBSD: mi,v 1.761 2005/02/20 16:53:10 jdolecek Exp $
./etc/mtree/set.man man-sys-root
./usr/share/info/am-utils.info man-amd-info info
./usr/share/info/as.info man-computil-info bfd,info
@ -691,6 +691,7 @@
./usr/share/man/cat4/cgd.0 man-sys-catman .cat
./usr/share/man/cat4/ch.0 man-sys-catman .cat
./usr/share/man/cat4/cir.0 man-sys-catman .cat
./usr/share/man/cat4/ciphy.0 man-sys-catman .cat
./usr/share/man/cat4/clcs.0 man-sys-catman .cat
./usr/share/man/cat4/clct.0 man-sys-catman .cat
./usr/share/man/cat4/clnp.0 man-sys-catman .cat
@ -2883,6 +2884,7 @@
./usr/share/man/man4/cgd.4 man-sys-man .man
./usr/share/man/man4/ch.4 man-sys-man .man
./usr/share/man/man4/cir.4 man-sys-man .man
./usr/share/man/man4/ciphy.4 man-sys-man .man
./usr/share/man/man4/clcs.4 man-sys-man .man
./usr/share/man/man4/clct.4 man-sys-man .man
./usr/share/man/man4/clnp.4 man-sys-man .man

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.348 2005/01/24 02:06:14 joff Exp $
# $NetBSD: Makefile,v 1.349 2005/02/20 16:53:10 jdolecek Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 acardide.4 aceride.4 acphy.4 adc.4 adv.4 \
@ -7,7 +7,7 @@ MAN= aac.4 acardide.4 aceride.4 acphy.4 adc.4 adv.4 \
auacer.4 audio.4 audiocs.4 auich.4 auixp.4 autri.4 auvia.4 awi.4 \
bba.4 bce.4 be.4 bge.4 bha.4 bktr.4 bpf.4 bmtphy.4 \
brgphy.4 bridge.4 cac.4 cardbus.4 ccd.4 cd.4 \
cec.4 cgd.4 cfb.4 ch.4 clcs.4 clct.4 clnp.4 \
cec.4 cgd.4 cfb.4 ch.4 ciphy.4 clcs.4 clct.4 clnp.4 \
clockctl.4 cltp.4 cmdide.4 cmpci.4 cms.4 cnw.4 \
com.4 crypto.4 cs80bus.4 cypide.4 geodeide.4 \
ddb.4 dge.4 de.4 dmoverio.4 \

63
share/man/man4/ciphy.4 Normal file
View File

@ -0,0 +1,63 @@
.\" $NetBSD: ciphy.4,v 1.1 2005/02/20 16:53:10 jdolecek Exp $
.\"
.\" Copyright (c) 2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
.\" by Jaromir Dolecek.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd February 20, 2005
.Dt CIPHY 4
.Os
.Sh NAME
.Nm ciphy
.Nd Driver for Cicada 10/100/1000 copper Ethernet PHYs
.Sh SYNOPSIS
.Cd "ciphy* at mii? phy ?"
.Sh DESCRIPTION
The
.Nm
driver supports PHYs commonly integrated on VIA Networkinng Technologies
VT6122 Gigabit Ethernet adapters.
.Sh SEE ALSO
.Xr ifmedia 4 ,
.Xr intro 4 ,
.Xr mii 4 ,
.Xr ifconfig 8
.Sh HISTORY
Driver is ported from
.Fx
and first appeared in
.Nx 3.0 .
.Sh AUTHORS
The driver was originally writen by
.An Bill Paul
.Aq wpaul@windriver.com .