cvs commit: src/sys/sys xio.h src/sys/kern kern_xio.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jun 28 22:12:44 PDT 2007


dillon      2007/06/28 22:09:15 PDT

DragonFly src repository

  Modified files:
    sys/sys              xio.h 
    sys/kern             kern_xio.c 
  Log:
  Add a new flag, XIOF_VMLINEAR, which requires that the buffer being mapped
  be contiguous within a single VM object.
  
  Revision  Changes    Path
  1.9       +1 -0      src/sys/sys/xio.h
  1.14      +15 -0     src/sys/kern/kern_xio.c


http://www.dragonflybsd.org/cvsweb/src/sys/sys/xio.h.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_xio.c.diff?r1=1.13&r2=1.14&f=u





More information about the Commits mailing list