freebsd-dev/share/man/man4/fpa.4
Mike Pritchard 4bd9ba3c2f Fixed some minor formatting problems to silence manck some more.
Corrected some bogus cross references to man pages that we don't/won't
have and either deleted them, or found a more appropriate man page
that we do have.  Various other minor changes to silence manck.

Manck is currently down to about 200 lines of errors, down from
the 500 - 600+ when I started all this.
1996-02-12 01:20:38 +00:00

56 lines
1.6 KiB
Groff

.\"
.\"
.\" Copyright (c) 1995, Matt Thomas
.\" All rights reserved.
.\"
.Dd March 13, 1995
.Dt FPA 4 i386
.Dt FEA 4 i386
.Os FreeBSD
.Sh NAME
.Nm fpa ,
.Nm fea
.Nd Device Drivers for DEC FDDI Controllers
.Sh SYNOPSIS
.Cd "device fpa0"
.Cd "device fea0 at isa? net irq ? vector feaintr"
.Pp
FreeBSD only:
.Cd "pseudo-device fddi"
.Sh DESCRIPTION
The
.Nm fpa
and
.Nm fea
device driver provides support for the DEC DEFPA PCI FDDI Controller and
the DEC DEFEA EISA FDDI Controller, respectively. All variants of either
controller are supported including the DAS and SAS configurations.
.Pp
.Sh DIAGNOSTICS
.Bl -diag
.It "fea%d: error: desired IRQ of %d does not match device's actual IRQ (%d)"
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. Also the DEFEA can be configured with no device memory, this driver
requires a mininum of 1K device memory be setup. The ECU (EISA Configuration
Utility) will need to be run to change the settings.
.El
.Sh CAVEATS
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.
.Pp
.Sh SEE ALSO
.Xr arp 4 ,
.Xr ifconfig 8 ,
.Xr netintro 4
.Sh AUTHOR
The
.Nm fpa
and
.Nm fea
device driver and manual page was written by Matt Thomas.