cvs commit: src/sys/kern subr_bus.c

Nate Lawson njl at FreeBSD.org
Thu Oct 14 10:14:57 PDT 2004


njl         2004-10-14 17:14:57 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_bus.c 
  Log:
  Update flags patch for the !ISA case.
  
  * Get flags first, in case there is no devclass.
  * Reset flags after each probe in case the next driver has no hints so it
    doesn't inherit the old ones.
  * Set them again before the winning probe.
  
  Tested ok both with and without ACPI for ISA device flags.
  
  Reviewed by:    imp
  MFC after:      1 day
  
  Revision  Changes    Path
  1.162     +14 -5     src/sys/kern/subr_bus.c


More information about the cvs-src mailing list