From owner-freebsd-usb@FreeBSD.ORG Tue Nov 4 19:31:17 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2000D1065676 for ; Tue, 4 Nov 2008 19:31:17 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id BF6368FC19 for ; Tue, 4 Nov 2008 19:31:16 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1209523ywe.13 for ; Tue, 04 Nov 2008 11:31:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :sender:to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=wskQakm9JAJS7GdOiBBuhtSEK4WJExHz5SpquYNm44U=; b=GmvfCpjukG1jNenoM1u7ao8DBkp4uOLfkMso7FF7FMze4RYnvvVJ6JEdF7SM7kzEkq wdpeXScixIa5vSFD7DioeLdBmUF/628qPJKuK/aBz4vUejNfXsFeaWHXnFq/jZAasskC iwn6nL9mmAjdilCfdsbsRVRYyXjT0ALszZ0lE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references:x-google-sender-auth; b=ZWgpbidV8AHJVQuBq+y6Lld3qYkNyWln6x6wB10ieObooZRoN8ptEF0fejeqJzTaez K733oqxqmrDXPfVA0Owt9WNhITQ/yypCSNvjgYE/jqwLtxt7cybK7ABWWcKXg9GfBr9s ueCEg2JtnsnojRBqNlSpajmWO7PtpWArjOPcQ= Received: by 10.100.46.10 with SMTP id t10mr957119ant.136.1225827075857; Tue, 04 Nov 2008 11:31:15 -0800 (PST) Received: by 10.100.132.8 with HTTP; Tue, 4 Nov 2008 11:31:15 -0800 (PST) Message-ID: <539c60b90811041131h5a45ab8ev397e84cf3a0cf489@mail.gmail.com> Date: Tue, 4 Nov 2008 12:31:15 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "M. Warner Losh" In-Reply-To: <539c60b90810301354h10c9a411tdbad75880a8448@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <539c60b90810291648l7567b974h8e0999a66971495b@mail.gmail.com> <20081029.183134.1650439445.imp@bsdimp.com> <539c60b90810301354h10c9a411tdbad75880a8448@mail.gmail.com> X-Google-Sender-Auth: ed68530e40bfcbeb Cc: freebsd-usb@freebsd.org Subject: Re: ucom panic X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 19:31:17 -0000 On Thu, Oct 30, 2008 at 1:54 PM, Steve Franks wrote: > On Wed, Oct 29, 2008 at 5:31 PM, M. Warner Losh wrote: >> In message: <539c60b90810291648l7567b974h8e0999a66971495b@mail.gmail.com> >> "Steve Franks" writes: >> : Perhaps someone can make sense of my backtrace, this is a ucom causes >> : a panic, but only when I open it from one specific program. If I talk >> : to the ucom with minicom, no issues. That aside, a panic when talking >> : to any serial port with any program would be considered a bug, right? >> >> Is there any way you could boot a -current kernel? I think this is a >> bug I fixed in -current, but maybe didn't back merge to 7... >> >> Warner >> > > I have a rather older amd64 kernel that didn't do it until I rebuilt > the day before yesterday (now that's bad luck), and my internal umass > drive seems to panic both (amd64 & i386) pretty reliably...is there a > fresbie for current? I suppose the regular snapshot CD would be > sufficient as well, right? > > How about the stability of the rest of current? This is my work > desktop, and all my files are offsite, so I'm not too concerned about > weekly reliability, if I get better hw support day-to-day...do you run > current on any of your workstations? > > Alternatively, is there a patch for 7-stable? My work is as an OEM, > and all our devices get programmed over a ucom bootloader. I'm pretty > much stuck until this is fixed... > > Steve > So, no real luck installing 8, I don't have an extra disk at the moment to put it on. I'm really interested in this patch, however. Is this the same as the new USB4BSD, or USB2 that I've been hearing about? Can I patch my 7.1 with it? That would be easier for me to test out. Steve