Date: Wed, 30 Dec 2009 20:49:13 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c Message-ID: <200912302049.nBUKnUHr040451@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-12-30 20:49:13 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: SVN rev 201280 on 2009-12-30 20:49:13Z by jhb Delete the CIS resource after releasing it. This is needed when the CIS is stored in a BAR since the CIS BAR is mapped before the PCI bus driver enumerates all the BARs. Without this change, the PCI bus driver would attempt to initialize a BAR that was already allocated resulting in a panic. Revision Changes Path 1.69 +3 -2 src/sys/dev/cardbus/cardbus_cis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912302049.nBUKnUHr040451>