- remove nonexistant "device fwohci"

- sort SYNOPSIS devices
- capitalize Ethernet
- Xref fwip(4)
- bump .Dd

MFC after:	3 days
This commit is contained in:
Christian Brueffer 2004-12-14 19:55:39 +00:00
parent 31d875e2fe
commit 7d6c1b57ac

View File

@ -25,7 +25,7 @@
.\" $FreeBSD$
.\"
.\"
.Dd November 8, 2002
.Dd December 14, 2004
.Dt FWE 4
.Os
.Sh NAME
@ -37,13 +37,12 @@
.Pp
or
.Pp
.Cd "device fwe"
.Cd "device firewire"
.Cd "device fwohci"
.Cd "device fwe"
.Sh DESCRIPTION
The
.Nm
driver provides non-standard ethernet emulation over FireWire (IEEE 1394).
driver provides non-standard Ethernet emulation over FireWire (IEEE 1394).
.Pp
.Xr firewire 4
and
@ -68,13 +67,14 @@ The
device driver first appeared in
.Fx 5.0 .
.Sh BUGS
This driver emulates ethernet in a very adhoc way and it does not reserve a
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).
.Sh SEE ALSO
.Xr arp 4 ,
.Xr firewire 4 ,
.Xr fwip 4 ,
.Xr fwohci 4 ,
.Xr netintro 4 ,
.Xr ng_ether 4 ,