diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-24 11:38:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-24 11:38:41 +0000 |
commit | 17a9c2cb31dc9e022ae56cd4a1e3d659fdf177c5 (patch) | |
tree | 76f7c9cbd404605bb054a3b1310d5e77be5d6972 /share | |
parent | 74eb12422d55fa5cd187c1f16e494a3545c33d4c (diff) |
for the isp(4) driver, invert the meaning of the options which pull
firmwares into the smaller (and larger) media
ok krw
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/isp.4 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4 index 6d620dd771b..72cf1062639 100644 --- a/share/man/man4/isp.4 +++ b/share/man/man4/isp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isp.4,v 1.23 2008/01/21 20:00:32 sobrado Exp $ +.\" $OpenBSD: isp.4,v 1.24 2009/06/24 11:38:40 deraadt Exp $ .\" .\" Copyright (c) 1998, 1999 .\" Matthew Jacob, for NASA/Ames Research Center @@ -26,17 +26,24 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: January 21 2008 $ +.Dd $Mdocdate: June 24 2009 $ .Dt ISP 4 .Os .Sh NAME .Nm isp .Nd QLogic based SCSI or Fibre Channel SCSI interface .Sh SYNOPSIS +.Cd "#option ISP_NOFIRMWARE" .Cd "isp* at pci? " Pq PCI +.Cd "#option ISP_FIRMWARE_1000" .Cd "isp* at sbus? " Pq SBus .Cd "scsibus* at isp? " -.Cd "option ISP_COMPILE_FW" +.Cd "#option ISP_FIRMWARE_1040 +.Cd "#option ISP_FIRMWARE_1080" +.Cd "#option ISP_FIRMWARE_12160" +.Cd "#option ISP_FIRMWARE_2100" +.Cd "#option ISP_FIRMWARE_2200" +.Cd "#option ISP_FIRMWARE_2300" .Sh DESCRIPTION This driver provides access to a .Tn SCSI |