DragonFly commits List (threaded) for 2007-05
DragonFly BSD
DragonFly commits List (threaded) for 2007-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern subr_bus.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 5 May 2007 09:52:55 -0700 (PDT)

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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]