Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/dev/ic



Module Name:    src
Committed By:   snj
Date:           Mon Feb  2 20:23:47 UTC 2009

Modified Files:
        src/sys/dev/ic [netbsd-5]: icpvar.h

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #375):
        sys/dev/ic/icpvar.h: revision 1.11
As ic_ident is from 2 to ICP_NCCBS + 2, we need more than just ICP_NCCBS
sense structures in icp_scr map; otherwise we'll compute an offset past the
allocated memory (and past the end of the dmap map) from the ic_ident.
To be safe use ICP_NCCB_RESERVE instead of 2; as I'm not sure why
ICP_NCCB_RESERVE is 4.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.10.1 src/sys/dev/ic/icpvar.h

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