From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 3 12:00:37 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 295F716A50E for ; Mon, 3 Apr 2006 12:00:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A628143D5A for ; Mon, 3 Apr 2006 12:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k33C0Y6X013592 for ; Mon, 3 Apr 2006 12:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k33C0Y64013590; Mon, 3 Apr 2006 12:00:34 GMT (envelope-from gnats) Resent-Date: Mon, 3 Apr 2006 12:00:34 GMT Resent-Message-Id: <200604031200.k33C0Y64013590@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, cenix Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD84D16A401 for ; Mon, 3 Apr 2006 11:53:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A56D43D48 for ; Mon, 3 Apr 2006 11:53:50 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k33BroVd019706 for ; Mon, 3 Apr 2006 11:53:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k33Brn0Y019705; Mon, 3 Apr 2006 11:53:49 GMT (envelope-from nobody) Message-Id: <200604031153.k33Brn0Y019705@www.freebsd.org> Date: Mon, 3 Apr 2006 11:53:49 GMT From: cenix To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/95257: fix support integrated audio for Nvidia MCP 410 chip X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2006 12:00:37 -0000 >Number: 95257 >Category: misc >Synopsis: fix support integrated audio for Nvidia MCP 410 chip >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 03 12:00:33 GMT 2006 >Closed-Date: >Last-Modified: >Originator: cenix >Release: 6.0 release >Organization: jus >Environment: >Description: Sorry for my bad english, but: i was fix support of integrated audio card in new chipset Nvidia nforce 61xx/MCP 410/430. In dmesg i see that os found my audio, them i try to load all audio drivers with #kldload snd_driver it no fount anything. But i find, that audio codec (Realtek ALC850 AC97)is supported by os(/sys/dev/sound/pcm/ac97.c) i go to the google, and no found fix of this problem, but i find how to path /sys/dev/sound/pci/ich.c for the support of nvidia 2 audio in FreeBSD 4.11. Id of this card i found with pciconf -vl. i add 3 lines to this file and my audio recognized with kldload snd_ich and work as good. My motherboard is AsRock K8NF4G-SATA2, chipset NVIDIA GeForce 6100 + nForce 410 MCP; i add: ------------------ case 0x026b10de: device_set_desc(dev, "nVidia nForce 410 MCP"); return BUS_PROBE_DEFAULT; ----------------------- in case structure in middle of /sys/dev/sound/pci/ich.c PS. I look in CVS Tree and no found fix of this. PPS. I think that is not serious bug, but it add to FreeBSD more functionality. >How-To-Repeat: >Fix: add to file /sys/dev/sound/pci/ich.c ------------------------- case 0x026b10de: device_set_desc(dev, "nVidia nForce 410 MCP"); return BUS_PROBE_DEFAULT; ----------------------- in case structure in middle of file >Release-Note: >Audit-Trail: >Unformatted: