Deleted Added
full compact
27c27
< .\" $FreeBSD: head/share/man/man4/ahc.4 140561 2005-01-21 08:36:40Z ru $
---
> .\" $FreeBSD: head/share/man/man4/ahc.4 158762 2006-05-20 09:39:28Z brueffer $
35a36,42
> To compile this driver into the kernel,
> place the following lines in your
> kernel configuration file:
> .Bd -ragged -offset indent
> .Cd "device scbus"
> .Cd "device ahc"
> .Pp
37,38c44
< .Cd device eisa
< .Cd device ahc
---
> .Cd "device eisa"
41,42c47
< .Cd device pci
< .Cd device ahc
---
> .Cd "device pci"
48a54
> .Ed
50,51c56,64
< For one or more SCSI busses:
< .Cd device scbus
---
> Alternatively, to load the driver as a
> module at boot time, place the following lines in
> .Xr loader.conf 5 :
> .Bd -literal -offset indent
> ahc_load="YES"
> ahc_eisa_load="YES"
> ahc_isa_load="YES"
> ahc_pci_load="YES"
> .Ed