diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-28 22:53:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-28 22:53:47 +0000 |
commit | a8bf5febfe5844596ba599eaf4165104ed235126 (patch) | |
tree | 44404875f95537fbbdb6d5fdc8e782d536c95dd0 /share/man/man4/fpa.4 | |
parent | 59648876c87251fae66c70a9e70c91f7c4978e1a (diff) |
Move ncr.4 out of man4.i386/ncr.4 and update it from NetBSD.
Remove one of the tekram cards from man4.i386/aha.4 that is really
ncr-based and add cd.4, fpa.4, sd.4, st.4, uk.4 from NetBSD
(some originally from FreeBSD).
Diffstat (limited to 'share/man/man4/fpa.4')
-rw-r--r-- | share/man/man4/fpa.4 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4 new file mode 100644 index 00000000000..c17ff5cc4f9 --- /dev/null +++ b/share/man/man4/fpa.4 @@ -0,0 +1,55 @@ +.\" $OpenBSD: fpa.4,v 1.1 1997/03/28 22:53:39 millert Exp $ +.\" $NetBSD: fpa.4,v 1.2 1997/02/18 01:07:46 jonathan Exp $ +.\" +.\" Copyright (c) 1995, Matt Thomas +.\" All rights reserved. +.\" +.Dd March 13, 1995 +.Dt FPA 4 +.Dt FEA 4 +.Os +.Sh NAME +.Nm fpa , +.Nm fea +.Nd +Device Drivers for DEC FDDI Controllers +.Sh SYNOPSIS +.Pp +.Cd "fpa0 at pci?" +.Cd "fea0 at eisa?" +.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. 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. |