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

Scott Long scottl at FreeBSD.org
Tue Dec 11 21:55:04 PST 2007


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


More information about the cvs-src mailing list