freebsd-nq/lib/libcam
Andriy Gapon 5bcc8fafda cam_get_device, cam_open_device: make behavior simpler and more deterministic
Remove or re-work support for the several features from the past:
- remove incomplete support for trimming slice/partition names
- remove mapping from old device names "sd" and "st"
- remove whitespace trimming
- remove unconditional skipping of leading 'r' in a device name
- skip leading 'n' or 'e' only if the following device name matches
  a list of known devices that support no-rewind and eject-on-close
  features; currently this is only sa(4)
- reflect the above changes in comments in code and in cam(3)
- remove a note cautioning against use of cam_get_device and
  cam_open_device in cam(3)

Reviewed by:	mjacob
2010-10-11 09:27:37 +00:00
..
cam_cdbparse.3 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
cam.3 cam_get_device, cam_open_device: make behavior simpler and more deterministic 2010-10-11 09:27:37 +00:00
camlib.c cam_get_device, cam_open_device: make behavior simpler and more deterministic 2010-10-11 09:27:37 +00:00
camlib.h
Makefile Build lib/ with WARNS=6 by default. 2010-01-02 09:58:07 +00:00
scsi_cmdparse.c