diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-05-26 17:41:41 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-05-26 17:41:41 +0000 |
commit | a4ef837b72de153ca77e5ef6877e2ad33c7c5a56 (patch) | |
tree | 2a9beda87c91cf209b72428bf265b83e64add660 /share/man | |
parent | 5b8408b25d19897e5fadb04d8fed39d62f5210bf (diff) |
Initial man page for che(4)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/che.4 | 75 |
2 files changed, 78 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 8867a1f6053..5da5dfe05f9 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.415 2007/05/15 01:11:36 dlg Exp $ +# $OpenBSD: Makefile,v 1.416 2007/05/26 17:41:40 claudio Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -11,8 +11,8 @@ MAN= aac.4 ac97.4 acphy.4 \ auich.4 autri.4 auixp.4 auvia.4 awi.4 axe.4 az.4 azalia.4 \ bce.4 bge.4 bha.4 \ bio.4 bktr.4 bmtphy.4 bnx.4 boca.4 bpf.4 brgphy.4 bridge.4 cac.4 \ - cas.4 cardbus.4 carp.4 ccd.4 cd.4 cdce.4 cdcef.4 cfxga.4 ch.4 \ - ciphy.4 ciss.4 clcs.4 clct.4 cmpci.4 cnw.4 \ + cas.4 cardbus.4 carp.4 ccd.4 cd.4 cdce.4 cdcef.4 che.4 cfxga.4 + ch.4 ciphy.4 ciss.4 clcs.4 clct.4 cmpci.4 cnw.4 \ com.4 crypto.4 cue.4 cy.4 cz.4 dc.4 dcphy.4 ddb.4 de.4 dpt.4 \ drum.4 eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 \ emu.4 enc.4 ep.4 epic.4 esa.4 eso.4 ess.4 exphy.4 \ diff --git a/share/man/man4/che.4 b/share/man/man4/che.4 new file mode 100644 index 00000000000..6458bdb87d5 --- /dev/null +++ b/share/man/man4/che.4 @@ -0,0 +1,75 @@ +.\" $OpenBSD: che.4,v 1.1 2007/05/26 17:41:40 claudio Exp $ +.\" +.\" Copyright (c) 2007 Claudio Jeker <claudio@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 +.\" TORTIOUS ACTION, ARISING OUT OF +.\" PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd May 26, 2007 +.Dt CHE 4 +.Os +.Sh NAME +.Nm che , +.Nm cheg +.Nd Chelsio Communications 10Gb Ethernet device +.Sh SYNOPSIS +.Cd "cheg* at pci?" +.Cd "che* at cheg?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Chelsio Communications 10 Gigabit Ethernet +controllers and adapters, including the following: +.Pp +.Bl -bullet -compact +.It +PE9000 10 GbE Dual Port Adapter +.It +T302E 10 GbE Dual Port Adapter +.It +T302X 10 GbE Dual Port Adapter +.It +T310E 10 GbE Single Port Adapter +.It +T310X 10 GbE Single Port Adapter +.It +T320E 10 GbE Dual Port Adapter +.It +T320X 10 GbE Dual Port Adapter +.It +T3B02 10 GbE Dual Port Adapter +.It +T3B10 10 GbE Single Port Adapter +.It +T3B20 10 GbE Dual Port Adapter +.El +.Sh SEE ALSO +.Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr netintro 4 , +.Xr pci 4 , +.Xr ifconfig 8 +.Pp +Chelsio Communications: +.Pa http://www.chelsio.com +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.2 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Claudio Jeker Aq claudio@openbsd.org . |