cvs commit: src/sys/dev/amr amr.c amr_cam.c

Scott Long scottl at FreeBSD.org
Wed Nov 28 11:40:18 PST 2007


scottl      2007-11-28 19:40:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/amr          amr.c amr_cam.c 
  Log:
  Turn the CAM passthroug interface to AMR back ON.  Adjust the
  T_DIRECT filtering so that disk drives can be attached via the
  pass driver.  Add CAM locking.  Don't mark CAM commands as SG64
  since the hardware isn't designed to deal with 64-bit passthru
  commands.  Hopefully the bounce buffer changes that were done
  for the management/ioctl interface are robust enough to handle
  this deficiency for CAM as well.
  
  Revision  Changes    Path
  1.81      +1 -1      src/sys/dev/amr/amr.c
  1.23      +67 -79    src/sys/dev/amr/amr_cam.c


More information about the cvs-all mailing list