[Bug 212155] Incorrect documentation in cam(4) for wired scsi device hints.

2023-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212155

Benedict Reuschling  changed:

   What|Removed |Added

 CC||b...@freebsd.org
 Status|New |Closed
 Resolution|--- |FIXED

--- Comment #7 from Benedict Reuschling  ---
Close this PR. Warner committed a patch and no further work is needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 212155] Incorrect documentation in cam(4) for wired scsi device hints.

2023-09-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212155

--- Comment #6 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=c2909b0c9a29cd6fa0019ed9998dde9e054bdad2

commit c2909b0c9a29cd6fa0019ed9998dde9e054bdad2
Author: Tom Hukins 
AuthorDate: 2023-09-17 15:12:22 +
Commit: Warner Losh 
CommitDate: 2023-09-17 15:13:49 +

cam(4): Fix device hints documentation

The code in sys/cam/cam_periph.c that calls resource_int_value(9) looks
for "lun" not "unit".

PR: 212155
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/843

 share/man/man4/scsi.4 | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 212155] Incorrect documentation in cam(4) for wired scsi device hints.

2023-04-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212155

Tom Hukins  changed:

   What|Removed |Added

 Attachment #241193|0   |1
is obsolete||

--- Comment #5 from Tom Hukins  ---
Created attachment 241252
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241252=edit
This patch incorporates Graham Perrin's suggestion

Thanks for the review, Graham.  I've incorporated your suggestion into this
patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 212155] Incorrect documentation in cam(4) for wired scsi device hints.

2023-04-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212155

Graham Perrin  changed:

   What|Removed |Added

 CC||grahamper...@freebsd.org

--- Comment #4 from Graham Perrin  ---
Comment on attachment 241193
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241193
This patch fixes awkward text near the previous change

Smart. 

If you like, also remove the word 'living' from the subsequent paragraph (below
the hints).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 212155] Incorrect documentation in cam(4) for wired scsi device hints.

2023-03-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212155

--- Comment #3 from Tom Hukins  ---
The patches I attached to this ticket can be applied using git-am(1):

  git am 0001-CAM-4-Fix-device-hints-documentation.patch
  git am 0002-CAM-4-Remove-redundant-words.patch

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 212155] Incorrect documentation in cam(4) for wired scsi device hints.

2023-03-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212155

--- Comment #2 from Tom Hukins  ---
Created attachment 241193
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241193=edit
This patch fixes awkward text near the previous change

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 212155] Incorrect documentation in cam(4) for wired scsi device hints.

2023-03-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212155

Oleksandr Tymoshenko  changed:

   What|Removed |Added

  Component|Documentation   |Manual Pages
 CC||d...@freebsd.org
   Assignee|d...@freebsd.org |b...@freebsd.org

Tom Hukins  changed:

   What|Removed |Added

 CC||t...@eborcom.com

--- Comment #1 from Tom Hukins  ---
Created attachment 241192
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241192=edit
This patch fixes the described problem

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


[Bug 212155] Incorrect documentation in cam(4) for wired scsi device hints.

2016-08-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212155

Bug ID: 212155
   Summary: Incorrect documentation in cam(4) for wired scsi
device hints.
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Documentation
  Assignee: freebsd-doc@FreeBSD.org
  Reporter: mbr...@netapp.com

The documentation on device hints for wired scsi devices in cam(4) is not
correct. The documentation describes the hint as:

hint.da..unit=

The code in cam_periph.c actually looks for

hint.da..lun=

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"