summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2004-06-13 10:54:36 +0000
committerdfr <dfr@FreeBSD.org>2004-06-13 10:54:36 +0000
commita1fa8042f5e49d1e07a282f98704243b2620baad (patch)
treef9ff797a413f188d7a3cfe59c9ce64b4963e6b1b /sys/conf
parent394bdac7dcbab39d03e0a5cdac350d93c81e71d3 (diff)
downloadFreeBSD-src-a1fa8042f5e49d1e07a282f98704243b2620baad.zip
FreeBSD-src-a1fa8042f5e49d1e07a282f98704243b2620baad.tar.gz
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.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files2
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 73862c8..ba02f00 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)
diff --git a/sys/conf/files b/sys/conf/files
index b87a866..72afd93 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -447,6 +447,7 @@ dev/firewire/fwmem.c optional firewire
dev/firewire/fwohci.c optional firewire
dev/firewire/fwohci_pci.c optional firewire pci
dev/firewire/if_fwe.c optional fwe
+dev/firewire/if_fwip.c optional fwip
dev/firewire/sbp.c optional sbp
dev/firewire/sbp_targ.c optional sbp_targ
dev/fxp/if_fxp.c optional fxp
@@ -1216,6 +1217,7 @@ net/if_ef.c optional ef
net/if_ethersubr.c optional ether
net/if_faith.c optional faith
net/if_fddisubr.c optional fddi
+net/if_fwsubr.c optional firewire
net/if_gif.c optional gif
net/if_gre.c optional gre
net/if_iso88025subr.c optional token
OpenPOWER on IntegriCloud