diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-09-28 18:31:49 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-09-28 18:31:49 +0000 |
commit | 915f5b17ac36a6dc00218c12cf39eebd3edf5dd9 (patch) | |
tree | d21fd64f99428792a1188162c6648441ba0dd2bf /share/man | |
parent | 97c23e857f4f32ffbe66aa888618a747116f1d50 (diff) |
add the DEC DEFTA TURBOchannel FDDI controller, fta(4)
ok miod@ jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/fpa.4 | 20 |
2 files changed, 14 insertions, 10 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 585912a907c..0f3e334a9bb 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.311 2005/08/13 23:16:38 claudio Exp $ +# $OpenBSD: Makefile,v 1.312 2005/09/28 18:31:48 martin Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ aic.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 art.4 ast.4 atalk.4 \ @@ -48,7 +48,7 @@ MLINKS+=adv.4 adw.4 MLINKS+=audio.4 mixer.4 MLINKS+=cardbus.4 cbb.4 MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 -MLINKS+=fpa.4 fea.4 +MLINKS+=fpa.4 fea.4 fpa.4 fta.4 MLINKS+=isapnp.4 pnp.4 MLINKS+=netintro.4 networking.4 MLINKS+=pcmcia.4 pcic.4 diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4 index 4cd9ebec428..6fde092191d 100644 --- a/share/man/man4/fpa.4 +++ b/share/man/man4/fpa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fpa.4,v 1.21 2004/09/30 19:59:24 mickey Exp $ +.\" $OpenBSD: fpa.4,v 1.22 2005/09/28 18:31:48 martin Exp $ .\" $NetBSD: fpa.4,v 1.2 1997/02/18 01:07:46 jonathan Exp $ .\" .\" Copyright (c) 1995 The NetBSD Foundation, Inc. @@ -40,18 +40,21 @@ .Os .Sh NAME .Nm fpa , -.Nm fea +.Nm fea , +.Nm fta .Nd DEC FDDI controller device driver .Sh SYNOPSIS .Cd "fpa* at pci?" .Cd "fea* at eisa?" +.Cd "fta* at tc?" .Sh DESCRIPTION The -.Nm +.Nm , +.Nm fea , and -.Nm fea -device drivers provide support for the DEC DEFPA PCI FDDI Controller and -the DEC DEFEA EISA FDDI Controller, respectively. +.Nm fta +device drivers provide support for the DEC DEFPA PCI FDDI, +DEC DEFEA EISA FDDI and DEC DEFTA TURBOchannel FDDI Controllers, respectively. All variants of either controller are supported including the DAS and SAS configurations. .Sh DIAGNOSTICS @@ -76,9 +79,10 @@ the settings. .Xr ifconfig 8 .Sh AUTHORS The -.Nm +.Nm , +.Nm fea , and -.Nm fea +.Nm fta device driver and manual page were written by Matt Thomas. .Sh CAVEATS Normally, the device driver will not enable the reception of SMT frames. |