From owner-cvs-all Wed Oct 25 13:38:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCAA737B4CF; Wed, 25 Oct 2000 13:38:08 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92998; Wed, 25 Oct 2000 13:38:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200010252038.NAA92998@freefall.freebsd.org> From: John Baldwin Date: Wed, 25 Oct 2000 13:38:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/bs bsif.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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