Date: Wed, 30 Dec 2009 19:44:31 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_bus.c Message-ID: <200912301946.nBUJklL7024473@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-12-30 19:44:31 UTC
FreeBSD src repository
Modified files:
sys/kern subr_bus.c
Log:
SVN rev 201276 on 2009-12-30 19:44:31Z by jhb
- Assert that a reserved resource returned via resource_list_alloc() is not
active.
- Fix bus_generic_rl_(alloc|release)_resource() to not attempt to fetch a
resource list for grandchild devices, but just pass those requests up to
the parent directly. This worked by accident previously, but it is
better to not let bus drivers try to operate on devices they do not
manage.
Revision Changes Path
1.237 +12 -1 src/sys/kern/subr_bus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912301946.nBUJklL7024473>
