Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2001 16:53:24 -0800 (PST)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_poll.c
Message-ID:  <200112190053.fBJ0rOe03432@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2001/12/18 16:53:24 PST

  Modified files:
    sys/kern             kern_poll.c 
  Log:
  Complete the device polling support by adding a thread in charge
  of polling interfaces at the lowest possible priority
  (this might result in softnetisr being scheduled, but there is
  no risk of livelock because they have a higher priority than
  this thread).
  
  Revision  Changes    Path
  1.2       +55 -0     src/sys/kern/kern_poll.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112190053.fBJ0rOe03432>