Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2004 23:48:18 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h
Message-ID:  <200412052348.iB5NmILF025647@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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