From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 5 19:59:37 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6C6D106564A for ; Wed, 5 Nov 2008 19:59:37 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 53F6E8FC1B for ; Wed, 5 Nov 2008 19:59:33 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so102923nfh.33 for ; Wed, 05 Nov 2008 11:59:33 -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=0R4PxnNPxPsro/tkAXocOlXx9z0dZIy7T8QjebMPcAs=; b=fZr0mq3JD6v8q5Zv1I3Bq1bKsECZd/9odEBd/jdOLzlOelorygKU2z/HhObQQ+dTgo 2EABq/YMyoOTr2bQ/00o74dKqGD16E89fAEr242C6+UIvZD8t3f7RgxLpJdRof+n7mAl 7dNi4rILsUX8+DtQRSvp4iAejbDiE8sF5c3jw= 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=HEc01Tf02W8B2dqjdc5JT2fPvVydmoPyyhhpGYWEX/1NNLZgvVPKVFyuAwbP8Kf4bE ioWBf8ZpPVKBoUesh50v+izwjXomKh1nel96blG0uLEUva2Mgox6UXbVJIh5wAI4pz8H 5hcOQQ2+wDe0uJTrfpbEEzygt321TYpxO3WiQ= Received: by 10.210.25.19 with SMTP id 19mr1118637eby.114.1225910795635; Wed, 05 Nov 2008 10:46:35 -0800 (PST) Received: by 10.210.19.15 with HTTP; Wed, 5 Nov 2008 10:46:35 -0800 (PST) Message-ID: Date: Wed, 5 Nov 2008 19:46:35 +0100 From: "Niclas Zeising" To: "gavin@freebsd.org" In-Reply-To: <200811051110.mA5BAg8X052490@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200811051110.mA5BAg8X052490@freefall.freebsd.org> Cc: freebsd-bugs@freebsd.org Subject: Re: conf/128590: Updates to NOTES for new USB stack X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 19:59:37 -0000 On 11/5/08, gavin@freebsd.org wrote: > Synopsis: Updates to NOTES for new USB stack > > > State-Changed-From-To: open->feedback > State-Changed-By: gavin > State-Changed-When: Wed Nov 5 11:05:03 UTC 2008 > State-Changed-Why: > To submitter: Have you tested this? I'm suspicious of: > +#device usb2s_core > > Is that extra "s" supposed to be there? Nope, that's a typo. Sorry for that The correct line is #device usb2_core Regards //Niclas