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

FreeBSD Manual Pages

  
 
  

home | help
FWE(4)		       FreeBSD Kernel Interfaces Manual			FWE(4)

NAME
     fwe -- Ethernet emulation driver for FireWire

SYNOPSIS
     kldload firewire
     kldload if_fwe

     or

     device fwe
     device firewire
     device fwohci

DESCRIPTION
     The fwe driver provides non-standard ethernet emulation over FireWire
     (IEEE 1394).

     firewire(4) and fwohci(4) must be configured in the kernel	as well.

     This driver exploits asynchronous stream over IEEE	1394 to	carry Ethernet
     frames.  The stream channel can be	specified by the
     hw.firewire.fwe.stream_ch sysctl(8).

     This driver supports polling(4) as	well if	it is compiled with the
     DEVICE_POLLING option.

HISTORY
     The fwe device driver first appeared in FreeBSD 5.0.

BUGS
     This driver emulates ethernet in a	very adhoc way and it does not reserve
     a stream channel using an isochronous manager.  Note that this driver
     uses a protocol which is very different from RFC 2734 (IPv4 over IEEE
     1394).

SEE ALSO
     arp(4), firewire(4), fwohci(4), netintro(4), ng_ether(4), polling(4),
     ifconfig(8), kldload(8), sysctl(8)

AUTHORS
     The fwe driver and	this manual page were written by Hidetoshi Shimokawa.

FreeBSD	11.1		       November	8, 2002			  FreeBSD 11.1

NAME | SYNOPSIS | DESCRIPTION | HISTORY | BUGS | SEE ALSO | AUTHORS

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

home | help