Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 13:57:54 -0700 (PDT)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb uhub.c
Message-ID:  <200206172057.g5HKvtS28291@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     2002/06/17 13:57:54 PDT

  Modified files:
    sys/dev/usb          uhub.c 
  Log:
  Avoid reprobing on loading a driver. This does not work as the ivars set
  during the previous probe are stale.
  
  What really should be done is route the probe through
  device_probe_and_attach bit this is one of those ICBBATIASS (I can't be
  bothered as there is a simpler solution). The user can easily replug the
  device after kldloading a new device driver.
  
  Revision  Changes    Path
  1.43      +15 -0     src/sys/dev/usb/uhub.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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