From owner-cvs-all Thu Dec 9 23: 2:45 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 8053F150D4; Thu, 9 Dec 1999 23:02:43 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA14449; Thu, 9 Dec 1999 23:02:43 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199912100702.XAA14449@freefall.freebsd.org> From: Warner Losh Date: Thu, 9 Dec 1999 23:02:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/12/09 23:02:42 PST Modified files: sys/pccard pcic.c Log: Move the turning on of the interrupts for the card at the bridge from the activate method to the setup_intr, and turn it off to teardown_intr. This makes the ed driver not enter its interrupt routine during the probe. Apparently, an interrupt happens when you disable the interrupts. There are other problems with ed still. Revision Changes Path 1.85 +15 -16 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message