From owner-freebsd-stable@FreeBSD.ORG Mon Dec 15 10:19:16 2003 Return-Path: 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 DC7D416A4CE; Mon, 15 Dec 2003 10:19:15 -0800 (PST) Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48AFA43D2D; Mon, 15 Dec 2003 10:19:14 -0800 (PST) (envelope-from hodson@puma.icir.org) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.12.9p1/8.12.3) with ESMTP id hBFIJ6Nc054213; Mon, 15 Dec 2003 10:19:06 -0800 (PST) (envelope-from hodson@puma.icir.org) Message-Id: <200312151819.hBFIJ6Nc054213@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: Riv Octovahriz From: Orion Hodson In-Reply-To: Your message of "Mon, 15 Dec 2003 14:34:01 +0100." <200312151434.04757.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_-3838461230" Date: Mon, 15 Dec 2003 10:19:06 -0800 Sender: hodson@icir.org X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-multimedia@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: Vibra 128 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 18:19:16 -0000 This is a multipart MIME message. --==_Exmh_-3838461230 Content-Type: text/plain; charset=us-ascii /-- Michael Nottebrock wrote: | | Riv Octovahriz wrote: | > On my card it says CT4370, but my pciconf -vl detected it as EV1938 | | As far as I can see, support for this codec has not been mfc'd yet. I'm=20 | forwarding this to freebsd-multimedia, maybe Orion can point out what/how t= | o=20 | patch your system to recognize your card. Attached is a patch for the CT4370. All it appears to need is the relevant device's ids and identification strings. The patch was obtained from a checked out source tree: cd ${FBSDSRC}/src/sys/dev/sound/pci cvs diff -r 1.42 -r 1.48 es137x.c The relevant revisions were picked out with 'cvs log es1371.c'. BTW, if you don't have anonymous CVS you can do this all through the cvsweb interface: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/sound/pci/es137x.c The patch needed minor edits to remove a couple -HEAD vs -STABLE deltas. I'd expect it to apply cleanly to 4.8R, 4.9R, and -STABLE today. If you have any problems, drop me a note. Cheers - Orion --==_Exmh_-3838461230--