From owner-freebsd-stable@FreeBSD.ORG Fri Apr 8 17:25:56 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F9916A4CE for ; Fri, 8 Apr 2005 17:25:56 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBDA543D48 for ; Fri, 8 Apr 2005 17:25:55 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id j38HPtkv081230; Fri, 8 Apr 2005 13:25:55 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 80740-07; Fri, 8 Apr 2005 13:25:54 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id j38HPsU2081202; Fri, 8 Apr 2005 13:25:54 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.12.11) with ESMTP id j38HPm16010311; Fri, 8 Apr 2005 13:25:48 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050408125612.05079150@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Fri, 08 Apr 2005 13:23:05 -0400 To: Doug White , Mars Trading From: Mike Tancsa In-Reply-To: <20050408095240.A63303@carver.gumbysoft.com> References: <200504051523.42034.marstrade@gmail.com> <20050408095240.A63303@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b cc: freebsd-stable@freebsd.org Subject: Re: 5.4-STABLE kernel panic - usb related? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 17:25:56 -0000 At 12:55 PM 08/04/2005, Doug White wrote: >This is a known bug. ucom does some funky USB gyrations to force the port >to flush and it trips over itself. I don't have the PR handy but there's >one filed with a description of the underlying issue from bde. kern/79420 The patch that Ian Dowse provided fixed the panics for me. Perhaps try it in your setup. Note, this does not happen in CURRENT, only RELENG_5, but the patch does seem to work around the issue for me. ---Mike