kmacy 2008-09-26 05:09:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
SVN rev 183373 on 2008-09-26 05:09:03Z by kmacy
MFC 183339
insta-panic fix
tested by: gnn
Submitted by: Chelsio Inc.
kmacy 2008-09-25 06:46:28 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
SVN rev 183339 on 2008-09-25 06:46:28Z by kmacy
fix insta-panic:
- determine which ext_arg offsets to use based on the version number
Submitted by: Ch
kmacy 2008-01-07 01:18:16 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
Fix mvec code to handle the case of the packet zone
this was missed in the initial import
Revision ChangesPath
1.9 +1 -0 src/sys/dev/cxgb/s
kmacy 2007-05-25 16:42:25 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
update license headers
Revision ChangesPath
1.5 +3 -3 src/sys/dev/cxgb/sys/mvec.h
1.13 +3 -3 src/sys/dev/cxgb/sys/uipc_mvec.c
___
kmacy 2007-04-14 20:38:38 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
add reference count pointer to mbuf iovec
implement robust version of m_collapse
add support for sf_buf
add fix for m_iovappend
add calls to m_sanity under
kmacy 2007-04-08 15:59:07 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
add busdma function for mapping mbuf iovecs
change m_collapse to return an error code
Revision ChangesPath
1.2 +19 -8 src/sys/dev/cxgb/sys/m
kmacy 2007-04-08 14:56:16 UTC
FreeBSD src repository
Added files:
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
Add driver private mbuf iovec support routines
Revision ChangesPath
1.1 +135 -0src/sys/dev/cxgb/sys/mvec.h (new)
1.1 +228 -0src/sys/d