From owner-freebsd-stable@FreeBSD.ORG Thu Aug 11 08:49:52 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E86C16A41F for ; Thu, 11 Aug 2005 08:49:52 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB2B43D45 for ; Thu, 11 Aug 2005 08:49:51 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-29.dynamic.qsc.de [212.202.37.29]) by efacilitas.de (Postfix) with ESMTP id 0B5164AFAC; Thu, 11 Aug 2005 10:55:44 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 0541C12B0F7; Thu, 11 Aug 2005 10:48:59 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 40690-05; Thu, 11 Aug 2005 10:48:53 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 0828D12B02A; Thu, 11 Aug 2005 10:48:52 +0200 (CEST) Message-ID: <42FB10F4.9010001@cs.tu-berlin.de> Date: Thu, 11 Aug 2005 10:48:52 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8b) Gecko/20050726 MIME-Version: 1.0 To: Mark Sergeant References: <15A7EAD2-5BA9-47A5-B181-1AC221ED88BA@snsonline.net> In-Reply-To: <15A7EAD2-5BA9-47A5-B181-1AC221ED88BA@snsonline.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: freebsd-stable@freebsd.org Subject: Re: VIA vt6202 controller not recognised by FreeBSD 5.4-Release (ehci) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2005 08:49:52 -0000 Mark Sergeant wrote: > Output from pciconf -lv > > none@pci2:7:2 class=0x0c0320 card=0x12340925 chip=0x31041106 rev=0x51 > hdr=0x00 > > vendor = 'VIA Technologies Inc' > device = 'VT6202 USB 2.0 Enhanced Host Controller' > class = serial bus > subclass = USB > > The same card has it's usb 1.0 component recognised as a VIA VT82xxxxxx > UHCI USB 1.1 Controller, it also has the ehci part recognised by > ubuntu. Any ideas ? Build a custom kernel with "options ehci". It's disabled by default as you can see in /usr/src/sys/i386/conf/GENERIC. Björn