From owner-freebsd-current@FreeBSD.ORG Wed Dec 24 11:00:47 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 754061065675 for ; Wed, 24 Dec 2008 11:00:47 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1398FC17 for ; Wed, 24 Dec 2008 11:00:47 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so1905428qwb.7 for ; Wed, 24 Dec 2008 03:00:46 -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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=uNJl6CNZPt7DumkBsty/g+6ITSAtAgX9HC0Vx4QI5UM=; b=DLCkfdleFpso8/OzTmsnOp38bvnxJ8Qq91pGIJ6Xj+1zGA/dxt6ckF5JCsP9uok9du trrYOvKLkzeT0RY8cjqhLIjA5KbPFJW2ASCtWRJuqLqZJzo/NxsygmAwL14A0uvlMClQ NyeWqWwj7fN3Eo2qoEZbs6WPB0ieKdPDeFiXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=XB5guM5nK0xUx5hFpP8hg9SDCrCU6GpkyB/aKZmKL3xg3EgK4PQ//1gZoG3hvSRPf3 vbb2kutIT/Pd9yUNd2bxQroKVzqx8URpfs8ARQtbW0Uk9X3ldknOSNiKfSg+u4nDMNwn qzPuGOX1KcAdJbNxmqSvCl5HzpdfRftEAzKDE= Received: by 10.215.41.15 with SMTP id t15mr8586448qaj.379.1230115019146; Wed, 24 Dec 2008 02:36:59 -0800 (PST) Received: by 10.214.46.6 with HTTP; Wed, 24 Dec 2008 02:36:59 -0800 (PST) Message-ID: <747dc8f30812240236q13be1abdo58ced0f4faab8d29@mail.gmail.com> Date: Wed, 24 Dec 2008 08:36:59 -0200 From: "Renato Botelho" To: "Alfred Perlstein" In-Reply-To: <20081222214010.GA18389@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081222214010.GA18389@elvis.mu.org> Cc: current@freebsd.org Subject: Re: HEADSUP usb2 (usb4bsd) to become default in 2 weeks. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2008 11:00:47 -0000 On Mon, Dec 22, 2008 at 7:40 PM, Alfred Perlstein wrote: > We're going to usher in the New Year with a new usb stack. > > Now is the time to test, test, test. > > It is also the time to point out anything missing from usb2 that > is in usb1. > > In two weeks, on Jan 3rd I will switch the GENERIC kernel to use > usb2. > > The old usb code will remain in case there is any fallout. > > Depending on how this trial goes we will hopefully move to the new > stack entirely within a few weeks after bug reports start dying > down. Alfred, I tried a build yesterday with a fresh -current (Revision: 186431), after boot I couldn't have my usb keyboard (Sun Type 7 Unix) working. I've collected these lines from messages, and i would like to know what i can do to give you necessary information to fix this. Dec 23 14:48:35 botelhor kernel: Trying to mount root from ufs:/dev/ad4s1a Dec 23 14:48:35 botelhor kernel: usb2_alloc_device:1417: set address 2 failed (ignored) Dec 23 14:48:35 botelhor kernel: usb2_alloc_device:1452: getting device descriptor at addr 2 failed! Dec 23 14:48:35 botelhor kernel: uhub_reattach_port:401: could not allocate new device! Dec 23 14:48:39 botelhor lpd[1090]: lpd startup: logging=0 Dec 23 14:48:40 botelhor kernel: fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8 Dec 23 14:48:40 botelhor kernel: fuse4bsd: compiled against kernel config /usr/obj/usr/src/sys/GARGA Dec 23 14:49:05 botelhor kernel: usb2_alloc_device:1417: set address 2 failed (ignored) Dec 23 14:49:05 botelhor kernel: usb2_alloc_device:1452: getting device descriptor at addr 2 failed! Dec 23 14:49:05 botelhor kernel: uhub_reattach_port:401: could not allocate new device! Here is the same lines with current usb stack: Dec 23 14:52:23 botelhor kernel: uhub5: on uhub3 Dec 23 14:52:23 botelhor kernel: uhub5: 4 ports with 3 removable, bus powered Dec 23 14:52:23 botelhor kernel: ums0: on uhub5 Dec 23 14:52:23 botelhor kernel: ums0: 3 buttons and Z dir. Dec 23 14:52:23 botelhor kernel: ukbd0: on uhub5 Dec 23 14:52:23 botelhor kernel: kbd2 at ukbd0 Thanks -- Renato Botelho