Date: Sun, 17 Sep 2000 09:37:30 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ipl_funcs.c Message-ID: <200009171637.JAA11892@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/09/17 09:37:30 PDT Modified files: sys/i386/isa ipl_funcs.c Log: Brought back schedsofttty() (SMPng casualty). Didn't bring back the other schedsoft*() functions since they have never been used. Removed confused comment about not needing these functions. The functions delay scheduling of SWIs until the next hardclock tick. For devices that only deliver a few characters per interrupt, this reduces the number of calls to the scheduler by a large factor (about 115 for each sio port at 115200 bps). Revision Changes Path 1.37 +8 -11 src/sys/i386/isa/ipl_funcs.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?200009171637.JAA11892>