NetBSD/share/man/man4/fpa.4

68 lines
1.7 KiB
Groff
Raw Normal View History

2003-05-14 11:57:51 +04:00
.\" $NetBSD: fpa.4,v 1.12 2003/05/14 07:57:51 wiz Exp $
.\"
.\" Copyright (c) 1995, Matt Thomas
.\" All rights reserved.
.\"
.Dd March 13, 1995
1997-02-18 04:07:43 +03:00
.Dt FPA 4
.Os
.Sh NAME
2001-06-12 16:04:22 +04:00
.Nm fpa ,
1998-05-23 20:10:30 +04:00
.Nm fea ,
.Nm fta
.Nd
.Tn DEC
FDDI interface driver
.Sh SYNOPSIS
.Cd "fpa* at pci? dev ? function ?"
.Cd "fea* at eisa? slot ?"
.Ss alpha and pmax
.Cd "fta* at tc? slot ? offset ?"
.Sh DESCRIPTION
Cards supported by the
1998-05-23 20:10:30 +04:00
.Nm fpa ,
.Nm fea
1998-05-23 20:10:30 +04:00
and
.Nm fta
device driver are:
.Pp
.Bl -tag -width xxxxxx -offset indent
.It DEFPA
DEC PCI FDDI Controller
.It DEFEA
DEC EISA FDDI Controller
.It DEFTA
DEC TURBOchannel FDDI Controller
.El
.Pp
respectively.
All variants of either controller are supported including the DAS
and SAS configurations.
.Sh DIAGNOSTICS
.Bl -diag
.It "fea%d: error: desired IRQ of %d does not match device's actual IRQ (%d)"
2001-06-12 16:04:22 +04:00
The device probe detected that the DEFEA board is configured for a different
interrupt than the one specified in the kernel configuration file.
.It "fea%d: error: memory not enabled! ECU reconfiguration required"
The device probe found that no device memory had been configured on the DEFEA.
The DEFEA can be configured with no device memory, this driver
2003-05-14 11:57:51 +04:00
requires a minimum of 1K device memory be set up.
The ECU (EISA Configuration Utility) will need to be run to change the settings.
.El
.Sh SEE ALSO
.Xr arp 4 ,
.Xr netintro 4 ,
.Xr ifconfig 8
.Sh AUTHORS
The
1998-05-23 20:10:30 +04:00
.Nm fpa ,
.Nm fea
1998-05-23 20:10:30 +04:00
and
.Nm fta
device driver and manual page was written by Matt Thomas.
.Sh BUGS
Normally, the device driver will not enable the reception of SMT frames.
However if the IFF_LINK1 flag is set, the device driver will enable the
reception of SMT frames and pass them up to the Berkeley Packet Filter for
processing.