diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-16 11:10:42 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-16 11:10:42 +0000 |
commit | ea9d415f4348107373189d1d5d81ed785364c73c (patch) | |
tree | b6f0e5ee0a182f486558853cc8dbb0f4aee28867 /share/man | |
parent | 646227a33a87f7d86890806a03c21ffc4f88b100 (diff) |
manpage for the tehuti network cards.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/tht.4 | 66 |
2 files changed, 69 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 01fc583cc27..1f9c31f1996 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.412 2007/04/05 16:34:33 mglocker Exp $ +# $OpenBSD: Makefile,v 1.413 2007/04/16 11:10:41 dlg Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -41,7 +41,7 @@ MAN= aac.4 ac97.4 acphy.4 \ sdmmc.4 sdhc.4 ses.4 \ sequencer.4 sf.4 sf2r.4 sfr.4 sili.4 siop.4 sis.4 sk.4 sl.4 sm.4 \ softraid.4 speaker.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 \ - stp.4 sv.4 systrace.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 \ + stp.4 sv.4 systrace.4 tcic.4 tcp.4 termios.4 tht.4 ti.4 tl.4 \ tlphy.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \ txphy.4 uaudio.4 uark.4 uath.4 uberry.4 ubsa.4 ubsec.4 ubt.4 \ ucom.4 ucycom.4 udav.4 udcf.4 udp.4 udsbr.4 \ @@ -73,6 +73,7 @@ MLINKS+=scsi.4 scsibus.4 MLINKS+=sequencer.4 music.4 MLINKS+=sk.4 skc.4 msk.4 mskc.4 MLINKS+=speaker.4 spkr.4 +MLINKS+=tht.4 thtc.4 MLINKS+=tty.4 cua.4 MLINKS+=usb.4 uhub.4 MLINKS+=vnd.4 svnd.4 diff --git a/share/man/man4/tht.4 b/share/man/man4/tht.4 new file mode 100644 index 00000000000..0f11bb45cbd --- /dev/null +++ b/share/man/man4/tht.4 @@ -0,0 +1,66 @@ +.\" $OpenBSD: tht.4,v 1.1 2007/04/16 11:10:41 dlg Exp $ +.\" +.\" Copyright (c) 2007 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 +.\" TORTIOUS ACTION, ARISING OUT OF +.\" PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd April 16, 2007 +.Dt THT 4 +.Os +.Sh NAME +.Nm tht , +.Nm thtc +.Nd Tehuti Networks 10Gb Ethernet device +.Sh SYNOPSIS +.Cd "thtc* at pci?" +.Cd "tht* at thtc?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Tehuti Networks 10 Gigabit Ethernet +controllers and adapters, including the following: +.Pp +.Bl -bullet -compact +.It +TN3017-S 10 GbE Single Port XAUI Server Controller +.It +TN3017-D 10 GbE Dual Port XAUI Server Controller +.It +TN7581-D 10 GbE Dual XFP Server Adapter +.It +TN7585-D 10 GbE Dual CX4 Low Profile Server Adapter +.It +TN7588-S 10 GbE Single 10GBASET Low Profile Server Adapter +.It +TN7588-D 10 GbE Dual 10GBASET Low Profile Server Adapter +.It +TN7589-S 10 GbE Single CX4 Low Profile Server Adapter +.El +.Sh SEE ALSO +.Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr netintro 4 , +.Xr pci 4 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.2 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An David Gwynne Aq dlg@openbsd.org . |