Date: Wed, 4 Apr 2001 23:56:11 -0700 (PDT) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c Message-ID: <200104050656.f356uBB51797@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2001/04/04 23:56:10 PDT Modified files: sys/dev/wi if_wi.c Log: Don't leak resources: Don't leak iospace when irq allocation fails. (call wi_free()) Call bus_release_resource() with the correct "rid" obtained from bus_alloc_resource() that's saved in the softc instead of a hardcoded 0. Revision Changes Path 1.45 +13 -6 src/sys/dev/wi/if_wi.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?200104050656.f356uBB51797>