cvs commit: src/sys/kern subr_bus.c

Warner Losh imp at FreeBSD.org
Sun Aug 29 11:25:21 PDT 2004


imp         2004-08-29 18:25:21 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_bus.c 
  Log:
  Initial support (disabled) for rebidding devices.  I've been running
  this in my tree for a while and in its disabled state there are no
  issues.  It isn't enabled yet because some drivers (in acpi) have side
  effects in their probe routines that need to be resolved in some
  manner before this can be turned on.  The consensus at the last
  developer's summit was to provide a static method for each driver
  class that will return characteristics of the driver, one of which is
  if can be reprobed idempotently.
  
  Revision  Changes    Path
  1.159     +36 -4     src/sys/kern/subr_bus.c


More information about the cvs-all mailing list