diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2006-04-01 10:37:35 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2006-04-01 10:37:35 +0000 |
| commit | 7573f7545623b6ac21f535be6fe1992f323ccc25 (patch) | |
| tree | 05edac06495c084ac7fd9e0149f9b8a22ea59d29 /share | |
| parent | c541fe558c6c9c0420088f0ecc9e4c458ff876d2 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/firewire.4 | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/share/man/man4/firewire.4 b/share/man/man4/firewire.4 index 6134870e4a10..9f909f28e67a 100644 --- a/share/man/man4/firewire.4 +++ b/share/man/man4/firewire.4 @@ -31,20 +31,26 @@ .\" .\" $FreeBSD$ .\" -.Dd December 14, 2004 +.Dd April 1, 2006 .Dt FIREWIRE 4 .Os .Sh NAME .Nm firewire .Nd IEEE1394 High-performance Serial Bus .Sh SYNOPSIS -.Cd "kldload firewire" -.Pp -or -.Pp +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device firewire" +.Ed .Pp -.In dev/firewire/firewire.h +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +firewire_load="YES" +.Ed .Sh DESCRIPTION .Fx provides machine-independent bus support and raw drivers for |
