From owner-freebsd-multimedia@FreeBSD.ORG Wed May 31 02:13:44 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E07AF16AC48 for ; Wed, 31 May 2006 02:13:44 +0000 (UTC) (envelope-from sepotvin@videotron.ca) Received: from tomts45-srv.bellnexxia.net (tomts45.bellnexxia.net [209.226.175.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id D13B743D73 for ; Wed, 31 May 2006 02:13:38 +0000 (GMT) (envelope-from sepotvin@videotron.ca) Received: from mail.telcobridges.com ([67.70.237.76]) by tomts45-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060531021337.DLCM17057.tomts45-srv.bellnexxia.net@mail.telcobridges.com> for ; Tue, 30 May 2006 22:13:37 -0400 Received: from [192.168.0.107] (modemcable237.137-80-70.mc.videotron.ca [70.80.137.237]) (authenticated bits=0) by mail.telcobridges.com (8.13.3/8.13.3) with ESMTP id k4V2DZKK026805 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 30 May 2006 22:13:36 -0400 (EDT) (envelope-from sepotvin@videotron.ca) Message-ID: <447CFBC5.9000109@videotron.ca> Date: Tue, 30 May 2006 22:13:25 -0400 From: "Stephane E. Potvin" User-Agent: Thunderbird 1.5.0.2 (X11/20060505) MIME-Version: 1.0 To: freebsd-multimedia@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: HDA Driver Update X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 02:13:48 -0000 A new version of the current state of my work is now available at the following address: http://www.leidinger.net/FreeBSD/hdac_20060525.tbz As the previous version, this one doesn't do anything useful yet. Major changes since the last time are the integration of the hda bus probing into the newbus framework. Two drivers are now included: hdac which is the driver for the hda controller/bus and stel which will become the pcm driver for the SigmaTel hda device. I decided to collapse the controller and bus into a single driver as it quickly became a mess as they both required access to some part of the hda controller. I currently only have the vendor/device ids for the SigmaTel device I'm using so if people who knows what device they have could send me the output of the "devinfo -rv" command along with the model of the hda device I'll add them to the stel driver. Steph