Date: Tue, 12 Apr 2005 15:25:31 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h Message-ID: <200504121525.j3CFPVuG041037@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-04-12 15:25:31 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c pccardvar.h Log: Big cleanup of resource code for pccard. Once coventry noticed problems here, it became clear we were being too complex. o Don't keep track of resources in two places o Use resource_list_purge instead of rolling our own o Just reassign the ownership of the resource, rather than freeing it and reallocating it. o Fix compile problems when sizeof(u_long) != sizeof(int) Revision Changes Path 1.104 +30 -101 src/sys/dev/pccard/pccard.c 1.50 +0 -3 src/sys/dev/pccard/pccardvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504121525.j3CFPVuG041037>