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
..
2010-07-10 03:45:55 +00:00
2010-03-02 16:58:04 +00:00
2010-08-23 22:24:11 +00:00
2010-08-03 17:40:09 +00:00
2010-08-03 17:40:09 +00:00
2010-06-13 01:27:29 +00:00
2010-08-03 17:40:09 +00:00
2010-05-03 09:49:42 +00:00
2010-08-03 17:40:09 +00:00
2010-09-13 01:44:07 +00:00