Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2008 10:34:40 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Bruce Cran <bruce@cran.org.uk>
Cc:        Alfred Perlstein <alfred@freebsd.org>, current@freebsd.org
Subject:   Re: HEADSUP usb2 (usb4bsd) to become default in 2 weeks.
Message-ID:  <200812271034.41808.hselasky@c2i.net>
In-Reply-To: <20081226230929.6f3821b3@gluon>
References:  <20081222214010.GA18389@elvis.mu.org> <20081224215330.3ccc613d@gluon> <20081226230929.6f3821b3@gluon>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 27 December 2008, Bruce Cran wrote:
> > On Mon, 22 Dec 2008 13:40:10 -0800
> >
> > Alfred Perlstein <alfred@freebsd.org> 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 at91dci modules needs some extra flags before it works on ARM. Else use 
the kernel option. AT91DCI is USB device controller driver.

cd /usr/src/sys/modules/usb2/controller_at91dci
make HAS_ATMELARM=YES all instal

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812271034.41808.hselasky>