dillon 2007/05/05 09:52:55 PDT
DragonFly src repository
Modified files:
sys/kern subr_bus.c
Log:
The bus_get_resource_list DEVMETHOD is primarily used to by PCI devices
to get a list of resources from their parent bus device. The default
method should not just recurse up a randomly or a child might get
something really unexpected. Instead, if the method is not supported,
NULL should be returned.
Obtained-from: FreeBSD
Suggestd-by: Martin <[EMAIL PROTECTED]>
Revision Changes Path
1.38 +4 -7 src/sys/kern/subr_bus.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_bus.c.diff?r1=1.37&r2=1.38&f=u