cvs commit: src/sys/kern subr_bus.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat May 5 09:53:11 PDT 2007


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 <dragonfly at wommm.nl>
  
  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





More information about the Commits mailing list