summaryrefslogtreecommitdiffstats
path: root/share/man/man4/sym.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/sym.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/sym.4')
-rw-r--r--share/man/man4/sym.429
1 files changed, 21 insertions, 8 deletions
diff --git a/share/man/man4/sym.4 b/share/man/man4/sym.4
index 6ce4e13..547d205 100644
--- a/share/man/man4/sym.4
+++ b/share/man/man4/sym.4
@@ -63,17 +63,30 @@
.Nm sym
.Nd NCR/Symbios/LSI Logic 53C8XX PCI SCSI host adapter driver
.Sh SYNOPSIS
-For any number of cards:
-.Cd device sym
+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 sym"
.Pp
-To disable PCI parity checking (needed for broken bridges)
-.Cd options SYM_SETUP_PCI_PARITY=<boolean>
+To disable PCI parity checking (needed for broken bridges):
+.Cd "options SYM_SETUP_PCI_PARITY=<boolean>"
.Pp
-To control driver probing against HVD buses
-.Cd options SYM_SETUP_SCSI_DIFF=<bit combination>
+To control driver probing against HVD buses:
+.Cd "options SYM_SETUP_SCSI_DIFF=<bit combination>"
.Pp
-To control chip attachment balancing between the ncr driver and this driver
-.Cd options SYM_SETUP_LP_PROBE_MAP=<bit combination>
+To control chip attachment balancing between the ncr driver and this driver:
+.Cd "options SYM_SETUP_LP_PROBE_MAP=<bit combination>"
+.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
+sym_load="YES"
+.Ed
.Sh DESCRIPTION
This driver provides support for the Symbios/LSI Logic 53C8XX
PCI SCSI controllers.
OpenPOWER on IntegriCloud