cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h

Scott Long scottl at FreeBSD.org
Sun Dec 5 15:48:18 PST 2004


scottl      2004-12-05 23:48:18 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/amr          amr.c amr_cam.c amr_pci.c amrvar.h 
  Log:
  Fix a number of bugs and significantly alter the command execution path to
  properly support bounce buffers and resource shortages.  This allows the
  driver to work properly and reliably with more than 4GB of RAM.  Of the
  three data paths that exist in the driver, (block, CAM, ioctl), the ioctl
  path has not been well tested with these changes due to difficulty with
  finding an application that uses it that actually works.
  
  Sponsored by: The FreeBSD Foundation and FreeBSD Systems, Inc.
  
  Revision  Changes    Path
  1.56      +158 -51   src/sys/dev/amr/amr.c
  1.10      +3 -3      src/sys/dev/amr/amr_cam.c
  1.24      +6 -6      src/sys/dev/amr/amr_pci.c
  1.23      +2 -0      src/sys/dev/amr/amrvar.h


More information about the cvs-src mailing list