Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src add alc(4) man page
details: https://anonhg.NetBSD.org/src/rev/66f476e1d2f2
branches: trunk
changeset: 762556:66f476e1d2f2
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Feb 23 02:47:45 2011 +0000
description:
add alc(4) man page
diffstat:
distrib/sets/lists/man/mi | 5 ++-
share/man/man4/Makefile | 4 +-
share/man/man4/alc.4 | 63 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 69 insertions(+), 3 deletions(-)
diffs (117 lines):
diff -r 507b09221e0f -r 66f476e1d2f2 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Wed Feb 23 02:25:04 2011 +0000
+++ b/distrib/sets/lists/man/mi Wed Feb 23 02:47:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1290 2011/02/20 08:31:46 jruoho Exp $
+# $NetBSD: mi,v 1.1291 2011/02/23 02:47:45 jmcneill Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -677,6 +677,7 @@
./usr/share/man/cat4/aibs.0 man-sys-catman .cat
./usr/share/man/cat4/aic.0 man-sys-catman .cat
./usr/share/man/cat4/akbd.0 man-sys-catman .cat
+./usr/share/man/cat4/alc.0 man-sys-catman .cat
./usr/share/man/cat4/ale.0 man-sys-catman .cat
./usr/share/man/cat4/alipm.0 man-sys-catman .cat
./usr/share/man/cat4/alpha/apecs.0 man-sys-catman .cat
@@ -3478,6 +3479,7 @@
./usr/share/man/html4/aibs.html man-sys-htmlman html
./usr/share/man/html4/aic.html man-sys-htmlman html
./usr/share/man/html4/akbd.html man-sys-htmlman html
+./usr/share/man/html4/alc.html man-sys-htmlman html
./usr/share/man/html4/ale.html man-sys-htmlman html
./usr/share/man/html4/alipm.html man-sys-htmlman html
./usr/share/man/html4/alpha/apecs.html man-sys-htmlman html
@@ -5976,6 +5978,7 @@
./usr/share/man/man4/aibs.4 man-sys-man .man
./usr/share/man/man4/aic.4 man-sys-man .man
./usr/share/man/man4/akbd.4 man-sys-man .man
+./usr/share/man/man4/alc.4 man-sys-man .man
./usr/share/man/man4/ale.4 man-sys-man .man
./usr/share/man/man4/alipm.4 man-sys-man .man
./usr/share/man/man4/alpha/apecs.4 man-sys-man .man
diff -r 507b09221e0f -r 66f476e1d2f2 share/man/man4/Makefile
--- a/share/man/man4/Makefile Wed Feb 23 02:25:04 2011 +0000
+++ b/share/man/man4/Makefile Wed Feb 23 02:47:45 2011 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.552 2011/02/20 08:31:46 jruoho Exp $
+# $NetBSD: Makefile,v 1.553 2011/02/23 02:47:46 jmcneill Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
adbbt.4 adbkbd.4 adbms.4 \
adc.4 admtemp.4 adv.4 adw.4 age.4 agp.4 agr.4 ahb.4 ahc.4 \
ahcisata.4 ahd.4 \
- aibs.4 ale.4 alipm.4 altmem.4 amdpm.4 amdtemp.4 amhphy.4 \
+ aibs.4 alc.4 ale.4 alipm.4 altmem.4 amdpm.4 amdtemp.4 amhphy.4 \
amr.4 aps.4 \
an.4 arcmsr.4 aria.4 artsata.4 ata.4 atalk.4 ataraid.4 \
ath.4 atphy.4 atppc.4 attimer.4 atw.4 \
diff -r 507b09221e0f -r 66f476e1d2f2 share/man/man4/alc.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/alc.4 Wed Feb 23 02:47:45 2011 +0000
@@ -0,0 +1,63 @@
+.\" $NetBSD: alc.4,v 1.1 2011/02/23 02:47:46 jmcneill Exp $
+.\"
+.\" Copyright (c) 2009 Kevin Lo <kevlo%openbsd.org@localhost>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd February 22, 2011
+.Dt ALE 4
+.Os
+.Sh NAME
+.Nm alc
+.Nd Atheros AR813x/AR815x Ethernet device
+.Sh SYNOPSIS
+.Cd "alc* at pci?"
+.Cd "atphy* at mii?"
+.Cd "ukphy* at mii?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for Ethernet interfaces based on the
+Atheros AR8131/AR8132/AR8151/AR8152 Ethernet chipsets.
+.Pp
+The following
+.Ar media
+types are supported:
+.Pp
+.Bl -tag -width autoselect -compact
+.It Cm autoselect
+Enable autoselection of the media type and options.
+.It Cm 10baseT
+Set 10Mbps operation.
+.It Cm 100baseTX
+Set 100Mbps (Fast Ethernet) operation.
+.It Cm 1000baseT
+Set 1000Mbps (Gigabit Ethernet) operation (AR8131/AR8151 only).
+.El
+.Pp
+For more information on configuring this device, see
+.Xr ifconfig 8 .
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr atphy 4 ,
+.Xr ifmedia 4 ,
+.Xr intro 4 ,
+.Xr netintro 4 ,
+.Xr pci 4 ,
+.Xr ukphy 4 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Nx 6.0 .
Home |
Main Index |
Thread Index |
Old Index