From 5d98bcc2ff10868da3abf362ffc6e0a902872f23 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Thu, 22 Oct 2009 11:35:12 +0000 Subject: [PATCH] List more dependencies for these drivers. While here, convert atapicam(4) to use our standard section 4 SYNOPSIS layout. PR: 132525 Submitted by: gcooper MFC after: 3 days --- share/man/man4/atapicam.4 | 17 ++++++++++++++++- share/man/man4/umass.4 | 5 ++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/share/man/man4/atapicam.4 b/share/man/man4/atapicam.4 index 830a4dd3e56a..81442074cc62 100644 --- a/share/man/man4/atapicam.4 +++ b/share/man/man4/atapicam.4 @@ -27,14 +27,29 @@ .\" .\" $FreeBSD$ .\" -.Dd October 23, 2002 +.Dd October 22, 2009 .Dt ATAPICAM 4 .Os .Sh NAME .Nm atapicam .Nd CAM XPT (transport) module for ATAPI devices .Sh SYNOPSIS +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 cam" +.Cd "device ata" .Cd "device atapicam" +.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 +atapicam_load="YES" +.Ed .Sh DESCRIPTION The ATAPI/CAM module allows ATAPI devices (CD-ROM, CD-RW, DVD drives, floppy drives such as Iomega Zip, tape drives) to be accessed through diff --git a/share/man/man4/umass.4 b/share/man/man4/umass.4 index e1949caf8e54..ffa1ac310733 100644 --- a/share/man/man4/umass.4 +++ b/share/man/man4/umass.4 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 22, 2006 +.Dd October 22, 2009 .Dt UMASS 4 .Os .Sh NAME @@ -38,6 +38,9 @@ To compile this driver into the kernel, place the following line in your kernel configuration file: .Bd -ragged -offset indent +.Cd "device scbus" +.Cd "device cam" +.Cd "device usb" .Cd "device umass" .Ed .Pp