From owner-freebsd-current@FreeBSD.ORG Tue Dec 30 21:09:24 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 1E8EE10656DD for ; Tue, 30 Dec 2008 21:09:24 +0000 (UTC) (envelope-from rpaulo@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 A0D3E8FC24 for ; Tue, 30 Dec 2008 21:09:23 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by ewy14 with SMTP id 14so6528527ewy.19 for ; Tue, 30 Dec 2008 13:09:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=stkj03SKqYZv8/Hyz/9+Py+D98PQ/PEhyLlQuAnMCDw=; b=raVU498SbAY1aAqQPD33c43/1hF0V/n4Lm55jc4Px551uYRwCvQkRoQwGEK9VOLEDZ xl+V/8wRlIT2RtTByl7YYzQ0BxTRWdNrddasz2JqL2FNaYvebRTWjCzf+a+TGYNXr5F5 gqX/bmN4lq9QKSYoaWam7TXnPBl2Iv3HUFVYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=UKIkkiZ7w8pgkkLOKWMoQMbyOoEP4secLMSdJ0EHEuyJbl9XZDHIBtdJFfjjVxx4gX TpVeHWQHM/89jqurloAgoxTVDWr7ivz+prxFT1EeucJGhDiz4ef6jnkcJQztKRA1gMES l8cxdS57D+jgT1C5jwAVTSy5tL3BFkn6uut0k= Received: by 10.210.126.18 with SMTP id y18mr10470778ebc.17.1230669728061; Tue, 30 Dec 2008 12:42:08 -0800 (PST) Received: from epsilon.lan (bl6-155-103.dsl.telepac.pt [82.155.155.103]) by mx.google.com with ESMTPS id g11sm6121873gve.4.2008.12.30.12.42.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 30 Dec 2008 12:42:07 -0800 (PST) Sender: Rui Paulo Message-Id: <8AB2486D-9F0F-474A-B4A8-E542BE01473D@freebsd.org> From: Rui Paulo To: current@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 30 Dec 2008 20:42:03 +0000 X-Mailer: Apple Mail (2.930.3) Cc: Subject: USBng testing 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: Tue, 30 Dec 2008 21:09:24 -0000 Folks, If you want to test the new USB stack, I just checked in a kernel config file to make your life easier. This only works for amd64 and i386. So, make buildkernel KERNCONF=USB2 will create a GENERIC kernel with the USB stack replaced by the new one. Happy testing, -- Rui Paulo