Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2007 05:55:03 +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:  <200712120555.lBC5t3gR020784@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2007-12-12 05:55:03 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/amr          amr.c amr_cam.c amr_pci.c amrvar.h 
  Log:
  Rewrite the DMA code paths from being an impenitrable maze of special cases
  to a much saner and simplier unified code path.  Along the way, fix various
  CAM nits and bugs so that the passthrough works correctly for all cases.
  
  Revision  Changes    Path
  1.84      +136 -350  src/sys/dev/amr/amr.c
  1.27      +38 -53    src/sys/dev/amr/amr_cam.c
  1.40      +67 -26    src/sys/dev/amr/amr_pci.c
  1.34      +18 -6     src/sys/dev/amr/amrvar.h



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