From owner-freebsd-current Sat Apr 6 5:18:29 2002 Delivered-To: freebsd-current@freebsd.org Received: from ort.lviv.net (ort.lviv.net [195.5.34.107]) by hub.freebsd.org (Postfix) with ESMTP id B3EE037B404; Sat, 6 Apr 2002 05:18:24 -0800 (PST) Received: from localhost (localhost.localdomain [127.0.0.1]) by ort.lviv.net (8.11.6/8.11.6) with ESMTP id g36D9Ar23173; Sat, 6 Apr 2002 16:09:10 +0300 Date: Sat, 6 Apr 2002 16:09:10 +0300 (EEST) From: Andrew Bliznak To: Josef Karthauser Cc: Alexander Leidinger , , , Subject: Re: usb lpt borked? In-Reply-To: <20020406113151.GA98328@genius.tao.org.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 6 Apr 2002, Josef Karthauser wrote: After this patch my usb mouse work again in console and X !!! > On Sat, Apr 06, 2002 at 09:28:26AM +0200, Alexander Leidinger wrote: > > On 5 Apr, Julian Elischer wrote: > > > > > > ok guys we seem to be going backwards on this one.. > > > > > > 3 months ago this worked perfectly > > > 2 months ago it crashed after each document (on close()) > > > now it crashes on open().. at least in the old kernel > > > I could get my printouts :-) > > > > A Mar 12 kernel should work ok. > > > > > ps shows the lpd daemon sleeping 'usbsyn' just before the crash.. > > > no crashdumps yet.. will try, though I don't know if > > > the new crashdump code produces usable dumps yet.. > > > (I guess I'm going to find out :-) > > > > I've seen no ulpt related panics, it just doesn't print (VIA KT133A). > > Only my USB mice does something bad, it hangs the system hard on > > shutdown. > > Try this which Scott Long submitted a few days ago: > > Index: uhci.c > =================================================================== > RCS file: /usr/home/ncvs/src/sys/dev/usb/uhci.c,v > retrieving revision 1.104 > diff -u -r1.104 uhci.c > --- uhci.c 1 Apr 2002 22:03:37 -0000 1.104 > +++ uhci.c 5 Apr 2002 08:17:03 -0000 > @@ -2051,6 +2051,7 @@ > xfer->pipe->intrxfer = 0; > } > uhci_abort_xfer(xfer, USBD_CANCELLED); > + usb_transfer_complete(xfer); > } > > /* Close a device interrupt pipe. */ > > > > Joe > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message