diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-12-31 14:56:34 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-12-31 14:56:34 +0000 |
commit | c7866049a1b699c9c5965efb75a1f79c2069e492 (patch) | |
tree | ed153f363968bbb9491bd3f4239131327efcf740 /share | |
parent | e3c864d548b94a59a9b02492f64197a7d92f6846 (diff) |
a basic manpage for lii. im sure jmc will need to fix this, but its a start
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/lii.4 | 43 |
2 files changed, 45 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 4b88c0203fb..c673afc834d 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.439 2007/12/16 09:05:52 mglocker Exp $ +# $OpenBSD: Makefile,v 1.440 2007/12/31 14:56:33 dlg Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -27,7 +27,7 @@ MAN= aac.4 ac97.4 acphy.4 \ iopsp.4 ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ips.4 ipsec.4 ipw.4 \ isa.4 isagpio.4 isapnp.4 ises.4 isp.4 it.4 iwi.4 iwn.4 ixgb.4 \ jmb.4 \ - ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ + ksyms.4 kue.4 lc.4 lge.4 lii.4 lkm.4 lm.4 \ lmc.4 lmenv.4 lmn.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ maestro.4 mainbus.4 malo.4 maxds.4 maxtmp.4 mbg.4 midi.4 mii.4 mfi.4 \ moscom.4 mpi.4 mpu.4 msk.4 mtd.4 mtdphy.4 multicast.4 mtio.4 myx.4 \ diff --git a/share/man/man4/lii.4 b/share/man/man4/lii.4 new file mode 100644 index 00000000000..c28f11e0f1c --- /dev/null +++ b/share/man/man4/lii.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: lii.4,v 1.1 2007/12/31 14:56:33 dlg Exp $ +.\" +.\" Copyright (c) 2008 David Gwynne <dlg@openbsd.org> +.\" +.\" 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 $Mdocdate: December 31 2007 $ +.Dt LII 4 +.Os +.Sh NAME +.Nm lii +.Nd Atheros L2 Ethernet device +.Sh SYNOPSIS +.Cd lii* at pci? +.Sh DESCRIPTION +The +.Nm +driver provides support for Ethernet interfaces based on the Atheros L2 +Ethernet chipset. +.Sh SEE ALSO +.Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , +.Xr ifconfig 8 +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Quentin Garnier . |