cvs commit: src/sys/kern subr_rman.c
Scott Long
scottl at FreeBSD.org
Fri Feb 23 22:53:56 UTC 2007
scottl 2007-02-23 22:53:56 UTC
FreeBSD src repository
Modified files:
sys/kern subr_rman.c
Log:
Fix a case in rman_manage_region() where the resource list would get missorted.
This would in turn confuse rman_reserve_resource(). This was only seen for
MSI resources that can get allocated and deallocated after boot.
Revision Changes Path
1.55 +7 -6 src/sys/kern/subr_rman.c
More information about the cvs-src
mailing list