Deleted Added
full compact
25c25
< .\" $FreeBSD: head/share/man/man4/mly.4 140561 2005-01-21 08:36:40Z ru $
---
> .\" $FreeBSD: head/share/man/man4/mly.4 158762 2006-05-20 09:39:28Z brueffer $
34,37c34,49
< .Cd device pci
< .Cd device mly
< .Cd device scbus
< .Cd device da
---
> 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 scbus"
> .Cd "device da"
> .Cd "device mly"
> .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
> mly_load="YES"
> .Ed