svn commit: r201287 - head/sys/kern

John Baldwin jhb at freebsd.org
Thu Dec 31 12:47:23 UTC 2009


On Wednesday 30 December 2009 5:37:28 pm John Baldwin wrote:
> Author: jhb
> Date: Wed Dec 30 22:37:28 2009
> New Revision: 201287
> URL: http://svn.freebsd.org/changeset/base/201287
> 
> Log:
>   Actually set RLE_ALLOCATED when allocating a reserved resource so that
>   resource_list_release() will later release the resource instead of failing.

In theory this change along with several others committed today should resolve
many (most?) of the cardbus panics since my changes to the PCI bus driver to
use resource_list_reserve().

For folks willing to be guinea pigs there are some further refinements to the
PCI/cardbus code for removing PCI devices in the current version of
http://www.FreeBSD.org/~jhb/patches/cardbus.patch

-- 
John Baldwin


More information about the svn-src-head mailing list