Deleted Added
full compact
25c25
< .\" $FreeBSD: head/share/man/man4/twe.4 148788 2005-08-06 13:05:45Z hmp $
---
> .\" $FreeBSD: head/share/man/man4/twe.4 158762 2006-05-20 09:39:28Z brueffer $
34,35c34,47
< .Cd device pci
< .Cd device twe
---
> To compile this driver into the kernel,
> place the following lines in your
> kernel configuration file:
> .Bd -ragged -offset indent
> .Cd "device pci"
> .Cd "device twe"
> .Ed
> .Pp
> Alternatively, to load the driver as a
> module at boot time, place the following line in
> .Xr loader.conf 5 :
> .Bd -literal -offset indent
> twe_load="YES"
> .Ed