From owner-freebsd-usb@FreeBSD.ORG Wed Feb 11 12:58:33 2009 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 A7715106566B for ; Wed, 11 Feb 2009 12:58:33 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 3DED08FC1A for ; Wed, 11 Feb 2009 12:58:32 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy14 with SMTP id 14so165094ewy.19 for ; Wed, 11 Feb 2009 04:58:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6ryIIVr4K9ptUmDGjGmR42YJ29c/115okRRlZdFpiCQ=; b=FQnmihU55TNIIIzFsmsJ3gApemaiuLxXxjpIkHcWF2B8xyAqd5jcOZ+YY1LlWFZEG7 B+UXSfc0ZG2OX8dw9kiH/u7MpG5AngQgsnk/Gyj/haUnNYRTAyIl/55b6bPnqR9KQWe+ FmaeDrVLYlyvDm1FIx78nfMIGaQmGnncQTJCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GwDaL0Q82r+b7ahzAVuRaZKT3vD/kwQHD/QNyNI4qocyQtmQ6riPyZMniGshjz4cpU lDgTt4tbrjFo5l++2QWnx7DDJ2aONNznu7T0GHfGkrbbACsM/W1GO7Rhdd22QvTCC3Ij hZEDkRa8jZAjloeyqRNcmkcKPx1L1olvJJ24E= MIME-Version: 1.0 Received: by 10.210.86.10 with SMTP id j10mr764226ebb.189.1234355901003; Wed, 11 Feb 2009 04:38:21 -0800 (PST) In-Reply-To: <3285005830759497018@unknownmsgid> References: <3285005830759497018@unknownmsgid> Date: Wed, 11 Feb 2009 13:38:20 +0100 Message-ID: <3a142e750902110438g33fbb556g53e136ae31453b6d@mail.gmail.com> From: "Paul B. Mahol" To: Thomas Sparrevohn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org Subject: Re: Recent Changes to Rum driver - seems to have.. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2009 12:58:33 -0000 On 2/10/09, Thomas Sparrevohn wrote: > Reintroduced panics when the device is used heavily - it also reports the > "needs callback" in dmesg - Unless this is known I can post a dmesg "needs callback" is proper behaviour, previous versions wrongly assumed that code should do nothing when such callbacks are called .... > > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" > -- Paul