From owner-freebsd-current@FreeBSD.ORG Tue Dec 23 10:02:49 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 523601065675 for ; Tue, 23 Dec 2008 10:02:49 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id D8DFD8FC16 for ; Tue, 23 Dec 2008 10:02:48 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=pgw_eo6bRDYA:10 a=JgwOP_QsqSoA:10 a=9k97m0v_CuNS-YTQuikA:9 a=gxPjiWsqwGXkOueGdbIUgtkO8LEA:4 a=Uk-nrd9NencA:10 a=MSl-tDqOz04A:10 a=SV7veod9ZcQA:10 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.186]) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1067950823; Tue, 23 Dec 2008 11:02:46 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 23 Dec 2008 11:05:06 +0100 User-Agent: KMail/1.9.7 References: <20081222214010.GA18389@elvis.mu.org> <6c51dbb10812222341x1291b3efld66e71c4ab734c26@mail.gmail.com> <6c51dbb10812222343i3a9ad81by8601e28a7feedb57@mail.gmail.com> In-Reply-To: <6c51dbb10812222343i3a9ad81by8601e28a7feedb57@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812231105.06675.hselasky@c2i.net> Cc: FuLLBLaSTstorm 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: Tue, 23 Dec 2008 10:02:49 -0000 On Tuesday 23 December 2008, FuLLBLaSTstorm wrote: > ---------- Forwarded message ---------- > From: FuLLBLaSTstorm > Date: 2008/12/23 > Subject: Re: HEADSUP usb2 (usb4bsd) to become default in 2 weeks. > To: Sam Leffler > > > I've applied the patch to GENERIC as follows: > # patch < GENERIC.diff > It applied successfully then i started to build the kernel, however it > says: config: Error: device "usb2_serial_3g" is unknown > config: Error: device "usb2_ethernet_dav" is unknown > Hi, Alfred has patch for these errors. Just comment out those lines until further. The drivers can be loaded like modules instead. --HPS