Re: svn commit: r230808 - in head/sys: dev/ie sys

2012-01-31 Thread Bruce Evans
On Tue, 31 Jan 2012, Sergey Kandaurov wrote: Log: Isolate v_caddr_t in the ie driver. Submitted by: Bruce Evans on net@ Thanks. ... Modified: head/sys/sys/types.h == --- head/sys/sys/types.hTue Jan 31 12:

Re: svn commit: r230808 - in head/sys: dev/ie sys

2012-01-31 Thread Sergey Kandaurov
On 31 January 2012 17:00, Sergey Kandaurov wrote: > Author: pluknet > Date: Tue Jan 31 13:00:40 2012 > New Revision: 230808 > URL: http://svn.freebsd.org/changeset/base/230808 > > Log: >  Isolate v_caddr_t in the ie driver. ie is the only consumer in the entire tree. I'm not quite sure if this wo

svn commit: r230808 - in head/sys: dev/ie sys

2012-01-31 Thread Sergey Kandaurov
Author: pluknet Date: Tue Jan 31 13:00:40 2012 New Revision: 230808 URL: http://svn.freebsd.org/changeset/base/230808 Log: Isolate v_caddr_t in the ie driver. Submitted by: Bruce Evans on net@ Modified: head/sys/dev/ie/if_ie.c head/sys/sys/types.h Modified: head/sys/dev/ie/if_ie.c ===