if_fwe (4)
Leading comments
Copyright (c) 2002 Hidetoshi Shimokawa All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/o...
NAME
fwe - Ethernet emulation driver for FireWireSYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:device firewire device fwe
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:
if_fwe_load="YES"
DESCRIPTION
The 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.