Date: Thu, 9 Dec 1999 23:02:43 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c Message-ID: <199912100702.XAA14449@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912100702.XAA14449>