Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2005 19:27:39 +0000 (UTC)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb usb.c
Message-ID:  <200503191927.j2JJRdu5032963@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2005-03-19 19:27:39 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb.c 
  Log:
  Now that all architectures allow hooks to be inserted before
  configure_final(), assert that "cold" is true in usb_cold_explore()
  when there are busses to explore. When USB is kldloaded after boot,
  usb_cold_explore() will still get invoked but the list of busses
  to explore in that case should always be empty.
  
  Revision  Changes    Path
  1.105     +2 -6      src/sys/dev/usb/usb.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503191927.j2JJRdu5032963>