cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c
amrreg.h amrvar.h
Paul Saab
ps at FreeBSD.org
Mon Jun 27 22:21:09 GMT 2005
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
More information about the cvs-src
mailing list