Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2010 09:27:37 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libcam cam.3 camlib.c
Message-ID:  <201010110927.o9B9Rtjp035778@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2010-10-11 09:27:37 UTC

  FreeBSD src repository

  Modified files:
    lib/libcam           cam.3 camlib.c 
  Log:
  SVN rev 213682 on 2010-10-11 09:27:37Z by avg
  
  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
  
  Revision  Changes    Path
  1.17      +2 -12     src/lib/libcam/cam.3
  1.18      +19 -85    src/lib/libcam/camlib.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010110927.o9B9Rtjp035778>