diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-07-22 18:03:08 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-07-22 18:03:08 +0000 |
commit | 34000158948e98ee49c420f972f976ba32b58b69 (patch) | |
tree | 07364ba3f072fcb96f83bb2a4befadb19c77e24d /share/man/man4/options.4 | |
parent | aca75566c86e7eadaa41a44dba9c17abe67e6f98 (diff) |
Nuke SCSIFORCELUN* and friends. These were introduced as a safety
valve in case our duplicate LUN checks had to be circumvented. Since
no one has found a need for them, and they were just one more place
trying to shift a bit 255 places to the left could be induced, remove
them.
"i don't think any options like that are worthwhile" deraadt@
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index ce8aa9f83a7..9c14f5b2e77 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.176 2006/04/14 21:57:40 weingart Exp $ +.\" $OpenBSD: options.4,v 1.177 2006/07/22 18:03:07 krw Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -895,24 +895,6 @@ Each bit enables debugging info for the corresponding target. .It Cd option SCSIDEBUG_LUNS=value Define which SCSI luns will print debug info. Each bit enables debugging info for the corresponding lun. -.It Cd option SCSIFORCELUN_BUSES=value -Define which SCSI buses will do full lun scanning. -.Em SCSIFORCELUN_TARGETS -must also be set to a non-zero value for this option to take effect. -Each bit enables a full lun scan for the corresponding SCSI bus. -The lun scan normally terminates if identical INQUIRY data is seen for -lun 0 and another lun, as this usually means the target cannot -distinguish between different luns. -But some devices (e.g. some external RAID devices) can legitimately -supply identical INQUIRY data for several luns. -.It Cd option SCSIFORCELUN_TARGETS=value -Define which SCSI targets will do full lun scanning. -.Em SCSIFORCELUN_BUSES -must also be set to a non-zero value for this option to have any -effect. -Each bit enables a full lun scan for the corresponding target on the -buses specified by -.Em SCSIFORCELUN_BUSES . .El .Ss System V IPC Options .Bl -ohang |