Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2005 22:21:08 +0000 (UTC)
From:      Paul Saab <ps@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_disk.c amr_pci.c amrreg.h amrvar.h
Message-ID:  <200506272221.j5RML8jS007175@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2005-06-27 22:21:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/dev/amr          amr.c amr_cam.c amr_disk.c amr_pci.c 
                         amrreg.h amrvar.h 
  Log:
  Merge a whole slew of stability fixes from RELENG_5/CURRENT.
  
  - amr should now work reliably on systems with more than 4GB of ram.
  - Assign a static slot number to each command instead of doing a
    linear search for free slots each time a command is needed.
  - Fixes for the ioctl path.
  
  A good portition of these changes were submitted by
  David Sze <dsze at alumni dot uwaterloo dot ca>
  
  Revision  Changes    Path
  1.7.2.16  +244 -141  src/sys/dev/amr/amr.c
  1.1.2.4   +13 -8     src/sys/dev/amr/amr_cam.c
  1.5.2.7   +2 -3      src/sys/dev/amr/amr_disk.c
  1.1.2.11  +11 -8     src/sys/dev/amr/amr_pci.c
  1.1.2.5   +4 -1      src/sys/dev/amr/amrreg.h
  1.2.2.8   +6 -0      src/sys/dev/amr/amrvar.h



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