From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 15 21:20:25 2004 Return-Path: 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 DBF2116A4CE for ; Tue, 15 Jun 2004 21:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52E343D1F for ; Tue, 15 Jun 2004 21:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i5FLKP16035681 for ; Tue, 15 Jun 2004 21:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5FLKPr0035680; Tue, 15 Jun 2004 21:20:25 GMT (envelope-from gnats) Date: Tue, 15 Jun 2004 21:20:25 GMT Message-Id: <200406152120.i5FLKPr0035680@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Subject: Re: misc/63204: /dev/mixer broken with ESS Maestro-2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 21:20:26 -0000 The following reply was made to PR misc/63204; it has been noted by GNATS. From: John To: freebsd-current@freebsd.org Cc: freebsd-gnats-submit@freebsd.org, steven@403forbidden.net Subject: Re: misc/63204: /dev/mixer broken with ESS Maestro-2 Date: Tue, 15 Jun 2004 16:16:20 -0500 i've started working on this a little more and seem to have found a pattern. First off 4.10 has all the same problems that 5.2.1 and current have. I have not tried 4.9, but someone told me they had the same problems with 4.9. This is what i've noticed when i boot 4.8 kernel and run a 4.10 userland sound works fine. I did notice this in the dmesg though which is different from the others. pcm0: port 0xfc00-0xfcff irq 11 at device 12.0 on pci0 pcm0: agg_rdcodec() RW_DONE timed out. -> pcm0: will perform cold reset. <- pcm0: Note the will perform cold reset. I don't see this with 4.10 or current and from looking at the bugreport no one else does either. i tried removing this if statment (but nothing between it) from maestro.c /* if (bus_space_read_1(ess->st, ess->sh, PORT_CODEC_STAT) & CODEC_STAT_MASK) { */ blablabl } but it still didn't work with 4.10. Well maybe this is enough info for someone with a little more clue to look into this. Also could someone assign this to sound@ assuming that is the correct place for this.