From owner-freebsd-current@FreeBSD.ORG Fri Dec 26 23:09:37 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 EAC7A1065674; Fri, 26 Dec 2008 23:09:37 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (brucec-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:c09::2]) by mx1.freebsd.org (Postfix) with ESMTP id AA19B8FC0C; Fri, 26 Dec 2008 23:09:37 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 0B8D2192D0; Fri, 26 Dec 2008 18:09:36 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on muon X-Spam-Level: X-Spam-Status: No, score=-1.9 required=8.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from gluon (tau.demon.co.uk [80.177.26.208]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Fri, 26 Dec 2008 18:09:35 -0500 (EST) Date: Fri, 26 Dec 2008 23:09:29 +0000 From: Bruce Cran To: Hans Petter Selasky Message-ID: <20081226230929.6f3821b3@gluon> In-Reply-To: <20081224215330.3ccc613d@gluon> References: <20081222214010.GA18389@elvis.mu.org> <20081224215330.3ccc613d@gluon> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alfred Perlstein , 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: Fri, 26 Dec 2008 23:09:38 -0000 > On Mon, 22 Dec 2008 13:40:10 -0800 > 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. I was wondering if my SD/MMC/XD slot was supported with the AT91DCI driver so I tried to load it. However it has an unresolved symbol: link_elf_obj: symbol usb2_sw_transfer undefined kldload: /boot/kernel/usb2_controller_at91dci.ko: Unsupported file type The strange thing is that usb2_core.ko is already loaded, along with usb2_controller_ehci.ko, usb2_controller_ehci.ko and usb2_controller_uhci.ko so I don't know why the at91dci module can't find usb2_sw_transfer. -- Bruce Cran