diff options
author | Doug Rabson <dfr@FreeBSD.org> | 2004-06-13 10:54:36 +0000 |
---|---|---|
committer | Doug Rabson <dfr@FreeBSD.org> | 2004-06-13 10:54:36 +0000 |
commit | b8b3323469c7fac150559f9acbc488cc2cd79f74 (patch) | |
tree | f9ff797a413f188d7a3cfe59c9ce64b4963e6b1b /sys/conf/NOTES | |
parent | 1da2ceea66690211a03fc9e156b35113a24cc379 (diff) | |
download | src-b8b3323469c7fac150559f9acbc488cc2cd79f74.tar.gz src-b8b3323469c7fac150559f9acbc488cc2cd79f74.zip |
Add a new driver to support IP over firewire. This driver is intended to
conform to the rfc2734 and rfc3146 standard for IP over firewire and
should eventually supercede the fwe driver. Right now the broadcast
channel number is hardwired and we don't support MCAP for multicast
channel allocation - more infrastructure is required in the firewire
code itself to fix these problems.
Notes
Notes:
svn path=/head/; revision=130407
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 73862c84004f..ba02f00bb3f5 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2226,6 +2226,7 @@ device firewire # FireWire bus code device sbp # SCSI over Firewire (Requires scbus and da) device sbp_targ # SBP-2 Target mode (Requires scbus and targ) device fwe # Ethernet over FireWire (non-standard!) +device fwip # IP over FireWire (rfc2734 and rfc3146) ##################################################################### # dcons support (Dumb Console Device) |