Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FPA(4)			 BSD Kernel Interfaces Manual			FPA(4)

NAME
     fpa, fea -- device	drivers	for DEC	FDDI controllers

SYNOPSIS
     device fpa
     device fea

     FreeBSD only:
     device fddi

DESCRIPTION
     The fpa and 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.

DIAGNOSTICS
     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	dif-
     ferent interrupt than the one specified in	the kernel configuration file.

     fea%d: error: memory not enabled! ECU reconfiguration required  The de-
     vice probe	found that no device memory had	been configured	on the DEFEA.
     Also the DEFEA can	be configured with no device memory, this driver re-
     quires a minimum of 1K device memory be setup.  The ECU (EISA Configura-
     tion Utility) will	need to	be run to change the settings.

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.

SEE ALSO
     arp(4), netintro(4), ifconfig(8)

AUTHORS
     The fpa and fea device driver and manual page was written by Matt Thomas.

BSD				March 13, 1995				   BSD

NAME | SYNOPSIS | DESCRIPTION | DIAGNOSTICS | CAVEATS | SEE ALSO | AUTHORS

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fpa&sektion=4&manpath=FreeBSD+5.2.1-RELEASE>

home | help