Date: Wed, 8 Apr 1998 09:24:05 -0600 From: Nate Williams <nate@mt.sri.com> To: mobile@FreeBSD.ORG Subject: Bad bug I introduced in new PCCARD code Message-ID: <199804081524.JAA11050@mt.sri.com>
next in thread | raw e-mail | index | archive | help
This could easily affect people trying to get things working on their systems. Once a probe fails, it doesn't correctly unregister the interrupt, so any further attempts to use the same interrupt will fail. :( ------- start of forwarded message ------- From: Nate Williams <nate@FreeBSD.ORG> Subject: cvs commit: src/sys/pccard pccard.c Date: Wed, 8 Apr 1998 08:00:05 -0700 (PDT) nate 1998/04/08 08:00:04 PDT Modified files: sys/pccard pccard.c Log: - Fix bug I introduced a few months ago. If a driver fails the probe, correctly unregister the interrupt from the system. [ My fix is much simpler than the one provided in the PR ] PR: 6249 Revision Changes Path 1.57 +4 -4 src/sys/pccard/pccard.c ------- end of forwarded message ------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804081524.JAA11050>