From owner-freebsd-arm@FreeBSD.ORG Tue Jul 14 11:36:18 2009 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60519106566C for ; Tue, 14 Jul 2009 11:36:18 +0000 (UTC) (envelope-from krassi@bulinfo.net) Received: from mx.bulinfo.net (mx.bulinfo.net [193.194.156.1]) by mx1.freebsd.org (Postfix) with ESMTP id 172228FC23 for ; Tue, 14 Jul 2009 11:36:17 +0000 (UTC) (envelope-from krassi@bulinfo.net) Received: from localhost (localhost [127.0.0.1]) by mx.bulinfo.net (Postfix) with ESMTP id A641CC428; Tue, 14 Jul 2009 14:36:16 +0300 (EEST) Received: from mx.bulinfo.net ([127.0.0.1]) by localhost (mx.bulinfo.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40185-10; Tue, 14 Jul 2009 14:36:16 +0300 (EEST) Received: from [192.168.2.188] (pythia.bulinfo.net [212.72.195.5]) by mx.bulinfo.net (Postfix) with ESMTP id 1BFCAC40D; Tue, 14 Jul 2009 14:36:15 +0300 (EEST) Message-ID: <4A5C6DAC.6030103@bulinfo.net> Date: Tue, 14 Jul 2009 14:36:12 +0300 From: Krassimir Slavchev User-Agent: Thunderbird 2.0.0.19 (X11/20090225) MIME-Version: 1.0 To: Hans Petter Selasky References: <4A5C3BF5.9030200@bulinfo.net> <200907141030.57784.hselasky@c2i.net> In-Reply-To: <200907141030.57784.hselasky@c2i.net> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at mx.bulinfo.net Cc: freebsd-arm@freebsd.org Subject: Re: ohci not detected on at91rm9200? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2009 11:36:18 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hans Petter Selasky wrote: > On Tuesday 14 July 2009 10:04:05 Krassimir Slavchev wrote: >> Hi, >> >> The ohci controller is not detected by FreeBSD 8.0-BETA1 r195653. >> Last working kernel I have is r187522 (~ Jan 2009) with old USB stack. >> I have only removed the 'ugen' device from my kernel config file. >> >> Can someone confirm this? Or may be I miss something? >> > > Does your kernel contain: "device ohci". Also diff the example config files > for AT91RM9200 with yours under /sys/arm/conf . > > --HPS > > This fixes the problem: - --- files.at91 (revision 195653) +++ files.at91 (working copy) @@ -18,6 +18,7 @@ arm/at91/uart_bus_at91usart.c optional uart arm/at91/uart_cpu_at91rm9200usart.c optional uart arm/at91/uart_dev_at91usart.c optional uart +dev/usb/controller/ohci_atmelarm.c optional ohci # # All the boards we support # -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD4DBQFKXG2sxJBWvpalMpkRAsPLAKCg3LhSgdFav00A0VkAO28rYNGuEQCXSq7F j3wjjctKON3dmnORo023+w== =1zRQ -----END PGP SIGNATURE-----