if_fwip (4)
Leading comments
Copyright (c) 2004 Doug Rabson 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 disclaime...
NAME
fwip - IP over FireWire driverSYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:device firewire device fwip
Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf5:
firewire_load="YES" if_fwip_load="YES"
DESCRIPTION
The driver provides standard IP over FireWire (IEEE 1394) based on the protocols described in RFC 2734 and RFC 3146.The firewire(4) and fwohci(4) drivers must be configured in the kernel as well.
This driver supports polling(4) as well if it is compiled with the DEVICE_POLLING option.