From owner-freebsd-current@FreeBSD.ORG Mon Feb 23 18:52:15 2009 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 0C05610656DF; Mon, 23 Feb 2009 18:52:15 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id C762E8FC19; Mon, 23 Feb 2009 18:52:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 0D579FF69; Tue, 24 Feb 2009 07:52:14 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MtBkXvKRvoYL; Tue, 24 Feb 2009 07:52:10 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Tue, 24 Feb 2009 07:52:10 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id CF7E61142F; Tue, 24 Feb 2009 07:52:09 +1300 (NZDT) Date: Mon, 23 Feb 2009 10:52:09 -0800 From: Andrew Thompson To: current@freebsd.org, usb@freebsd.org Message-ID: <20090223185209.GA46663@citylink.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: HEADSUP: USB2 now fully default 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: Mon, 23 Feb 2009 18:52:16 -0000 Hi, As per my previous emails, the USB2 stack has been moved in permanently to sys/dev/usb. The temporary kernel device (and module) naming has been reverted, all the names are back to how they have been in previous releases (usb,ehci,ohci,ums,...). This means that if you are using a custom kernel and were using the USB2 stack via 'usb2_core' and friends then you will need to change these. Please see the GENERIC kernel for a further example. The only casualty is the 'ugen' option, this is now built in by default and no longer a kernel config entry. Please remove this. Also, all usb modules now live under sys/modules/usb. Please report any problems to the mailing list. Andrew