Deleted Added
full compact
25c25
< .\" $FreeBSD: head/share/man/man4/fwe.4 140561 2005-01-21 08:36:40Z ru $
---
> .\" $FreeBSD: head/share/man/man4/fwe.4 148145 2005-07-19 00:26:30Z trhodes $
28c28
< .Dd December 14, 2004
---
> .Dd July 16, 2005
33c33
< .Nd Ethernet emulation driver for FireWire
---
> .Nd "Ethernet emulation driver for FireWire"
35,39c35,39
< .Cd "kldload firewire"
< .Cd "kldload if_fwe"
< .Pp
< or
< .Pp
---
> To compile support for the
> .Nm
> driver into your kernel, place the following lines in your kernel configuration
> file:
> .Bd -ragged -offset indent
41a42,50
> .Ed
> .Pp
> Alternatively, to load the
> .Nm
> driver at boot time, place the following line in
> .Xr loader.conf 5 :
> .Bd -literal -offset indent
> if_fwe_load="YES"
> .Ed