From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 23 15:30:24 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 0F8DC16A403 for ; Mon, 23 Oct 2006 15:30:24 +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 097C543D49 for ; Mon, 23 Oct 2006 15:30:19 +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 k9NFUIHi054244 for ; Mon, 23 Oct 2006 15:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9NFUIjo054239; Mon, 23 Oct 2006 15:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 23 Oct 2006 15:30:18 GMT Resent-Message-Id: <200610231530.k9NFUIjo054239@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, KAWATA Masahiko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A544016A417 for ; Mon, 23 Oct 2006 15:27:14 +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 1D65D43D79 for ; Mon, 23 Oct 2006 15:27:10 +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 k9NFR9I4066971 for ; Mon, 23 Oct 2006 15:27:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k9NFR91d066970; Mon, 23 Oct 2006 15:27:09 GMT (envelope-from nobody) Message-Id: <200610231527.k9NFR91d066970@www.freebsd.org> Date: Mon, 23 Oct 2006 15:27:09 GMT From: KAWATA Masahiko To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: kern/104715: Please add inverted amplifier sense quirks for NEC VersaPro VY10FBH-L / VJ12FCH-X 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, 23 Oct 2006 15:30:24 -0000 >Number: 104715 >Category: kern >Synopsis: Please add inverted amplifier sense quirks for NEC VersaPro VY10FBH-L / VJ12FCH-X >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 23 15:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KAWATA Masahiko >Release: FreeBSD messi 6.1-STABLE >Organization: >Environment: FreeBSD messi 6.1-STABLE FreeBSD 6.1-STABLE #5: Wed Jul 12 01:34:02 JST 2006 kawata@messi:/usr/src/sys/i386/compile/MESSI i386 >Description: My note PC's need to turn on inverted external amplifier sense flag. Please add inverted amplifier sense quirks for these machines. NEC VersaPro VY10FBH-L pcm0@pci0:31:5: class=0x040100 card=0x82131033 chip=0x24c58086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller' class = multimedia subclass = audio NEC VersaPro VJ12FCH-X pcm0@pci0:31:5: class=0x040100 card=0x82be1033 chip=0x24c58086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller' class = multimedia subclass = audio >How-To-Repeat: # kldload snd_ich % mpg123 anything.mp3 >Fix: --- /usr/src/sys/dev/sound/pci/ich.c.orig Sat Oct 14 02:16:55 2006 +++ /usr/src/sys/dev/sound/pci/ich.c Sat Oct 14 02:12:38 2006 @@ -850,6 +850,7 @@ case 0x8197104d: /* Sony S1XP */ case 0x81c0104d: /* Sony VAIO type T */ case 0x81c5104d: /* Sony VAIO VGN B1VP/B1XP */ + case 0x82131033: /* NEC VersaPro VJ10F/BH */ + case 0x82be1033: /* NEC VersaPro VJ12F/CH */ case 0x3089103c: /* Compaq Presario B3800 */ ac97_setflags(sc->codec, ac97_getflags(sc->codec) | AC97_F_EAPD_INV); break; >Release-Note: >Audit-Trail: >Unformatted: > Subject: Please add inverted amplifier sense quirks for NEC VersaPro VY10FBH-L / VJ12FCH-X X-REMOTE_ADDR-Is-Open-Proxy: Maybe X-Send-Pr-Version: www-3.0