Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2006 09:32:08 +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:  <200602280932.k1S9W9dH012617@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2006-02-28 09:32:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/dev/usb          usb.c 
  Log:
  Fix an old mis-merge in 1.26.2.11 that invoked usb_cold_explore()
  too late in the boot process - "cold" is guaranteed to be false at
  SI_SUB_INT_CONFIG_HOOKS, but it was being KASSERTed as true. With
  usb_cold_explore() now running at the correct time, it does need
  to use polling mode and splusb(), so back out 1.26.2.14.
  
  PR:             usb/81524
  Tested by:      Eugene Grosbein
  
  Revision   Changes    Path
  1.26.2.15  +6 -3      src/sys/dev/usb/usb.c



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