diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index b07c74c9a061..b0affabd2b21 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,12 +1,13 @@ # @(#)Makefile 8.1 (Berkeley) 6/18/93 -MAN4= bpf.4 cd.4 ch.4 clnp.4 cltp.4 ddb.4 drum.4 esis.4 fd.4 icmp.4 \ +MAN4= bpf.4 cd.4 ch.4 clnp.4 cltp.4 ddb.4 drum.4 esis.4 fd.4 fpa.4 icmp.4 \ idp.4 inet.4 ip.4 ipfirewall.4 iso.4 lkm.4 lo.4 netintro.4 ns.4 \ nsip.4 null.4 pty.4 route.4 scsi.4 sd.4 snp.4 spp.4 st.4 su.4 tcp.4 \ ttcp.4 termios.4 tp.4 tty.4 udp.4 uk.4 unix.4 yp.4 MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=netintro.4 networking.4 MLINKS+=ipfirewall.4 ipacct.4 ipfirewall.4 ipfw.4 ipfirewall.4 ipaccounting.4 +MLINKS+=fpa.4 fea.4 # XXX NOT IMPORTED: man4.hp300 man4.sparc man4.tahoe man4.vax SUBDIR= man4.i386 diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4 new file mode 100644 index 000000000000..cd9de0e47da8 --- /dev/null +++ b/share/man/man4/fpa.4 @@ -0,0 +1,56 @@ +.\" +.\" +.\" Copyright (c) 1995, Matt Thomas +.\" All rights reserved. +.\" +.Dd March 13, 1995 +.Dt FPA 4 i386 +.Dt FEA 4 i386 +.Os +.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.