Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/dev/ic
Module Name: src
Committed By: tron
Date: Fri Jan 20 22:29:25 UTC 2006
Modified Files:
src/sys/dev/ic [netbsd-3]: ninjascsi32.c
Log Message:
Pull up following revision(s) (requested by itohy in ticket #1117):
sys/dev/ic/ninjascsi32.c: revision 1.6
- Fix panic when the DMA buffer is not 4byte aligned.
In this case, the transfer count becomes larger than the reality,
and this fix works around it.
- Add missing bus_dmamap_unload() in attach failure path.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.16.1 src/sys/dev/ic/ninjascsi32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index