From owner-cvs-all Tue May 4 14:18:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A60814C16; Tue, 4 May 1999 14:18:24 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA04137; Tue, 4 May 1999 14:18:24 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905042118.OAA04137@freefall.freebsd.org> From: Doug Rabson Date: Tue, 4 May 1999 14:18:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa intr_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/04 14:18:23 PDT Modified files: sys/i386/isa intr_machdep.c Log: Use unit, not device_id as an argument to an old-style ISA interrupt handler. This fixes pnp interrupts and would have fixed pccard interrupts but a workaround has been applied there. This the sound driver problems which people have reported with new-bus. Revision Changes Path 1.21 +3 -3 src/sys/i386/isa/intr_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message