summaryrefslogtreecommitdiffstats
path: root/share/man/man4/adv.4
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2006-06-18 09:53:00 +0000
committerbrueffer <brueffer@FreeBSD.org>2006-06-18 09:53:00 +0000
commit7357250c8b4cf7980db9045c3186446ded299d15 (patch)
treea3d49387ae389c08fe22a577d53e75b0b5c374c2 /share/man/man4/adv.4
parent077463f2ab791b3f59021ea167a728a033188212 (diff)
downloadFreeBSD-src-7357250c8b4cf7980db9045c3186446ded299d15.zip
FreeBSD-src-7357250c8b4cf7980db9045c3186446ded299d15.tar.gz
o Convert to our new SYNOPSIS layout
o Add "device scbus/pci/etc" where needed for consistency MFC after: 3 days
Diffstat (limited to 'share/man/man4/adv.4')
-rw-r--r--share/man/man4/adv.426
1 files changed, 14 insertions, 12 deletions
diff --git a/share/man/man4/adv.4 b/share/man/man4/adv.4
index cb043a0..76e37a7 100644
--- a/share/man/man4/adv.4
+++ b/share/man/man4/adv.4
@@ -30,24 +30,26 @@
.Nm adv
.Nd Advansys ISA/VL/EISA/PCI 8bit SCSI Host adapter driver
.Sh SYNOPSIS
-For one or more ISA or VL cards:
-.Cd device isa
-.Cd device adv
+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 adv"
+.Pp
+For one or more EISA cards:
+.Cd "device eisa"
+.Pp
+For one or more VL/ISA cards:
+.Cd "device isa"
.Pp
In
.Pa /boot/device.hints :
.Cd hint.adv.0.at="isa"
.Pp
-For one or more EISA cards:
-.Cd device eisa
-.Cd device adv
-.Pp
For one or more PCI cards:
-.Cd device pci
-.Cd device adv
-.Pp
-For one or more SCSI busses:
-.Cd device scbus
+.Cd "device pci"
+.Ed
.Sh DESCRIPTION
This driver provides access to the 8bit
.Tn SCSI
OpenPOWER on IntegriCloud