Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2002 20:48:41 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Nate Lawson <nate@root.org>
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/dev/usb umass.c
Message-ID:  <200212220448.gBM4mfZE005930@apollo.backplane.com>
References:   <Pine.BSF.4.21.0212211439200.66919-100000@root.org>

next in thread | previous in thread | raw e-mail | index | archive | help
:>   and you may have to temporarily uncomment the DELAY() as well.  -current
:>   does not properly wait for devices to power up so you may also have
:>   to temporarily uncomment the DELAY(300000) to make your device work.
:>   A solution must be found to that issue.
:
:I'd like to hear more about this one and see what it is in umass that is
:possibly rescanning too fast.  Maybe there should be a SLOWPROBE quirk
:there for this.  Is the device in spec?
:
:-Nate

    So would I.  I'm not a usb expert.  Someone suggested that umass.c
    was not waiting for the device to power up completely, which makes sense.

    The question is... how do you tell?  Nobody's been able to answer that
    question yet.  I think -stable might have worked only as a fluke... the
    latency between the kernel and the userland usbd providing the extra
    time.  In current the usbd equivalent is a kernel thread.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>

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?200212220448.gBM4mfZE005930>