o Convert to our new SYNOPSIS layout
o Add "device scbus/pci/etc" where needed for consistency MFC after: 3 days
This commit is contained in:
parent
ec33470ba7
commit
5cf3ccd2bf
@ -30,24 +30,26 @@
|
|||||||
.Nm adv
|
.Nm adv
|
||||||
.Nd Advansys ISA/VL/EISA/PCI 8bit SCSI Host adapter driver
|
.Nd Advansys ISA/VL/EISA/PCI 8bit SCSI Host adapter driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
For one or more ISA or VL cards:
|
To compile this driver into the kernel,
|
||||||
.Cd device isa
|
place the following lines in your
|
||||||
.Cd device adv
|
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
|
.Pp
|
||||||
In
|
In
|
||||||
.Pa /boot/device.hints :
|
.Pa /boot/device.hints :
|
||||||
.Cd hint.adv.0.at="isa"
|
.Cd hint.adv.0.at="isa"
|
||||||
.Pp
|
.Pp
|
||||||
For one or more EISA cards:
|
|
||||||
.Cd device eisa
|
|
||||||
.Cd device adv
|
|
||||||
.Pp
|
|
||||||
For one or more PCI cards:
|
For one or more PCI cards:
|
||||||
.Cd device pci
|
.Cd "device pci"
|
||||||
.Cd device adv
|
.Ed
|
||||||
.Pp
|
|
||||||
For one or more SCSI busses:
|
|
||||||
.Cd device scbus
|
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
This driver provides access to the 8bit
|
This driver provides access to the 8bit
|
||||||
.Tn SCSI
|
.Tn SCSI
|
||||||
|
@ -30,11 +30,13 @@
|
|||||||
.Nm adw
|
.Nm adw
|
||||||
.Nd Advansys PCI 16bit SCSI Host adapter driver
|
.Nd Advansys PCI 16bit SCSI Host adapter driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Cd device pci
|
To compile this driver into the kernel,
|
||||||
.Cd device adw
|
place the following lines in your
|
||||||
.Pp
|
kernel configuration file:
|
||||||
For one or more SCSI busses:
|
.Bd -ragged -offset indent
|
||||||
.Cd device scbus
|
.Cd "device pci"
|
||||||
|
.Cd "device scbus"
|
||||||
|
.Cd "device adw"
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
This driver provides access to the 16bit
|
This driver provides access to the 16bit
|
||||||
.Tn SCSI
|
.Tn SCSI
|
||||||
|
@ -30,7 +30,20 @@
|
|||||||
.Nm amd
|
.Nm amd
|
||||||
.Nd amd53c974 PCI SCSI driver
|
.Nd amd53c974 PCI SCSI driver
|
||||||
.Sh SYNOPSIS
|
.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 amd"
|
.Cd "device amd"
|
||||||
|
.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
|
||||||
|
amd_load="YES"
|
||||||
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -30,8 +30,21 @@
|
|||||||
.Nm amr
|
.Nm amr
|
||||||
.Nd MegaRAID SCSI/ATA/SATA RAID driver
|
.Nd MegaRAID SCSI/ATA/SATA RAID driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Cd device pci
|
To compile this driver into the kernel,
|
||||||
.Cd device amr
|
place the following lines in your
|
||||||
|
kernel configuration file:
|
||||||
|
.Bd -ragged -offset indent
|
||||||
|
.Cd "device pci"
|
||||||
|
.Cd "device scbus"
|
||||||
|
.Cd "device amr"
|
||||||
|
.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
|
||||||
|
amr_load="YES"
|
||||||
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -33,13 +33,19 @@
|
|||||||
.Nm bt
|
.Nm bt
|
||||||
.Nd Buslogic/Mylex MultiMaster SCSI host adapter driver
|
.Nd Buslogic/Mylex MultiMaster SCSI host adapter driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Cd device bt
|
To compile this driver into the kernel,
|
||||||
.Cd device scbus
|
place the following lines in your
|
||||||
|
kernel configuration file:
|
||||||
|
.Bd -ragged -offset indent
|
||||||
|
.Cd "device isa"
|
||||||
|
.Cd "device scbus"
|
||||||
|
.Cd "device bt"
|
||||||
.Pp
|
.Pp
|
||||||
In
|
In
|
||||||
.Pa /boot/device.hints :
|
.Pa /boot/device.hints :
|
||||||
.Cd hint.bt.0.at="isa"
|
.Cd hint.bt.0.at="isa"
|
||||||
.Cd hint.bt.0.port="0x330"
|
.Cd hint.bt.0.port="0x330"
|
||||||
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
This driver provides access to the
|
This driver provides access to the
|
||||||
.Tn SCSI
|
.Tn SCSI
|
||||||
|
@ -30,16 +30,32 @@
|
|||||||
.Nm dpt
|
.Nm dpt
|
||||||
.Nd DPT RAID Controller SCSI driver
|
.Nd DPT RAID Controller SCSI driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
For one or more EISA Controllers
|
To compile this driver into the kernel,
|
||||||
.Cd "device eisa"
|
place the following lines in your
|
||||||
|
kernel configuration file:
|
||||||
|
.Bd -ragged -offset indent
|
||||||
|
.Cd "device scbus"
|
||||||
.Cd "device dpt"
|
.Cd "device dpt"
|
||||||
.Pp
|
.Pp
|
||||||
For one or more PCI Controllers
|
For one or more EISA cards:
|
||||||
|
.Cd "device eisa"
|
||||||
|
.Pp
|
||||||
|
For one or more ISA cards:
|
||||||
|
.Cd "device isa"
|
||||||
|
.Pp
|
||||||
|
For one or more PCI cards:
|
||||||
.Cd "device pci"
|
.Cd "device pci"
|
||||||
.Cd "device dpt"
|
|
||||||
.Pp
|
.Pp
|
||||||
To allow PCI adapters to use memory mapped I/O if enabled:
|
To allow PCI adapters to use memory mapped I/O if enabled:
|
||||||
.Cd options DPT_ALLOW_MEMIO
|
.Cd options DPT_ALLOW_MEMIO
|
||||||
|
.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
|
||||||
|
dpt_load="YES"
|
||||||
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -32,8 +32,13 @@
|
|||||||
.Nm esp
|
.Nm esp
|
||||||
.Nd Qlogic FEPS and FAS366 SCSI driver
|
.Nd Qlogic FEPS and FAS366 SCSI driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Cd device scbus
|
To compile this driver into the kernel,
|
||||||
.Cd device esp
|
place the following lines in your
|
||||||
|
kernel configuration file:
|
||||||
|
.Bd -ragged -offset indent
|
||||||
|
.Cd "device scbus"
|
||||||
|
.Cd "device esp"
|
||||||
|
.Ed
|
||||||
.Sh HARDWARE
|
.Sh HARDWARE
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -9,8 +9,21 @@
|
|||||||
.Nm iir
|
.Nm iir
|
||||||
.Nd Intel Integrated RAID controller and ICP Vortex driver
|
.Nd Intel Integrated RAID controller and ICP Vortex driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
|
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 scbus"
|
||||||
.Cd "device iir"
|
.Cd "device iir"
|
||||||
|
.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
|
||||||
|
iir_load="YES"
|
||||||
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -32,8 +32,21 @@
|
|||||||
.Nm ips
|
.Nm ips
|
||||||
.Nd IBM/Adaptec ServeRAID controller driver
|
.Nd IBM/Adaptec ServeRAID controller driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Cd device scbus
|
To compile this driver into the kernel,
|
||||||
.Cd device ips
|
place the following lines in your
|
||||||
|
kernel configuration file:
|
||||||
|
.Bd -ragged -offset indent
|
||||||
|
.Cd "device pci"
|
||||||
|
.Cd "device scbus"
|
||||||
|
.Cd "device ips"
|
||||||
|
.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
|
||||||
|
ips_load="YES"
|
||||||
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -30,7 +30,14 @@
|
|||||||
.Nm ncr
|
.Nm ncr
|
||||||
.Nd NCR 53C8xx SCSI driver
|
.Nd NCR 53C8xx SCSI driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
|
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 ncr"
|
.Cd "device ncr"
|
||||||
|
.Ed
|
||||||
.Sh HARDWARE
|
.Sh HARDWARE
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -31,8 +31,20 @@
|
|||||||
.Nm ncv
|
.Nm ncv
|
||||||
.Nd "NCR 53C500 based SCSI host adapter driver"
|
.Nd "NCR 53C500 based SCSI host adapter driver"
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Cd "device ncv"
|
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 scbus"
|
||||||
|
.Cd "device ncv"
|
||||||
|
.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
|
||||||
|
ncv_load="YES"
|
||||||
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -31,8 +31,20 @@
|
|||||||
.Nm nsp
|
.Nm nsp
|
||||||
.Nd "Workbit Ninja SCSI-3 based PC-Card SCSI host adapter driver"
|
.Nd "Workbit Ninja SCSI-3 based PC-Card SCSI host adapter driver"
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Cd "device nsp"
|
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 scbus"
|
||||||
|
.Cd "device nsp"
|
||||||
|
.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
|
||||||
|
nsp_load="YES"
|
||||||
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -30,12 +30,30 @@
|
|||||||
.Nm stg
|
.Nm stg
|
||||||
.Nd driver for Future Domain based SCSI controllers
|
.Nd driver for Future Domain based SCSI controllers
|
||||||
.Sh SYNOPSIS
|
.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 stg"
|
.Cd "device stg"
|
||||||
.Pp
|
.Pp
|
||||||
|
For one or more ISA cards:
|
||||||
|
.Cd "device isa"
|
||||||
|
.Pp
|
||||||
In
|
In
|
||||||
.Pa /boot/device.hints
|
.Pa /boot/device.hints :
|
||||||
(for ISA controllers):
|
|
||||||
.Cd hint.stg.0.at="isa"
|
.Cd hint.stg.0.at="isa"
|
||||||
|
.Pp
|
||||||
|
For one or more PCI cards:
|
||||||
|
.Cd "device pci"
|
||||||
|
.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
|
||||||
|
stg_load="YES"
|
||||||
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -63,17 +63,30 @@
|
|||||||
.Nm sym
|
.Nm sym
|
||||||
.Nd NCR/Symbios/LSI Logic 53C8XX PCI SCSI host adapter driver
|
.Nd NCR/Symbios/LSI Logic 53C8XX PCI SCSI host adapter driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
For any number of cards:
|
To compile this driver into the kernel,
|
||||||
.Cd device sym
|
place the following lines in your
|
||||||
|
kernel configuration file:
|
||||||
|
.Bd -ragged -offset indent
|
||||||
|
.Cd "device pci"
|
||||||
|
.Cd "device scbus"
|
||||||
|
.Cd "device sym"
|
||||||
.Pp
|
.Pp
|
||||||
To disable PCI parity checking (needed for broken bridges)
|
To disable PCI parity checking (needed for broken bridges):
|
||||||
.Cd options SYM_SETUP_PCI_PARITY=<boolean>
|
.Cd "options SYM_SETUP_PCI_PARITY=<boolean>"
|
||||||
.Pp
|
.Pp
|
||||||
To control driver probing against HVD buses
|
To control driver probing against HVD buses:
|
||||||
.Cd options SYM_SETUP_SCSI_DIFF=<bit combination>
|
.Cd "options SYM_SETUP_SCSI_DIFF=<bit combination>"
|
||||||
.Pp
|
.Pp
|
||||||
To control chip attachment balancing between the ncr driver and this driver
|
To control chip attachment balancing between the ncr driver and this driver:
|
||||||
.Cd options SYM_SETUP_LP_PROBE_MAP=<bit combination>
|
.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
|
.Sh DESCRIPTION
|
||||||
This driver provides support for the Symbios/LSI Logic 53C8XX
|
This driver provides support for the Symbios/LSI Logic 53C8XX
|
||||||
PCI SCSI controllers.
|
PCI SCSI controllers.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user