Date: Wed, 25 Oct 2000 13:38:08 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/bs bsif.h Message-ID: <200010252038.NAA92998@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/10/25 13:38:08 PDT Modified files: sys/i386/isa/bs bsif.h Log: - Remove unneeded machine/ipl.h #include. - Change the softintr() macro to do nothing on FreeBSD. Previously, this macro would set a bit in spending and schedule the softinterrupt thread to run. However, the bs driver never actually registers a a software interrupt handler, so all this work achieved nothing. From the code it is not clear what exactly the softintr() macro is actually supposed to be doing. It looks like it is supposed to be possibly running the hardware interrupt handler maybe? This handler is only present in the #ifdef __NetBSD__ code however. I have no idea how this driver handles interrupts at all, but at least it compiles now. Revision Changes Path 1.18 +2 -7 src/sys/i386/isa/bs/bsif.h 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?200010252038.NAA92998>