From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 02:25:31 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFC8E16A4CE for ; Mon, 30 Aug 2004 02:25:31 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC54643D1F for ; Mon, 30 Aug 2004 02:25:28 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id 2A9F078C8D; Sun, 29 Aug 2004 22:30:40 -0400 (EDT) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pandora.afflictions.org (Postfix) with ESMTP id 5C5B978C8C; Sun, 29 Aug 2004 22:30:33 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id 115671700B; Sun, 29 Aug 2004 22:25:24 -0400 (EDT) Date: Sun, 29 Aug 2004 22:25:23 -0400 From: Damian Gerow To: Doug White Message-ID: <20040830022523.GD10969@afflictions.org> Mail-Followup-To: Doug White , current@freebsd.org References: <20040824073356.GK25125@afflictions.org> <20040829155924.J69068@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040829155924.J69068@carver.gumbysoft.com> X-Operating-System: FreeBSD 5.3-BETA1 on a i386 X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at afflictions.org cc: current@freebsd.org Subject: Re: RELENG_5 build broken with BKTR_USE_FREEBSD_SMBUS and BKTR_NEW_MSP34XX_DRIVER enabled X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 02:25:32 -0000 Thus spake Doug White (dwhite@gumbysoft.com) [29/08/04 19:07]: : Please try the patch at: : : http://people.freebsd.org/~dwhite/msp34xx.c.patch : : Seems to test out OK on my ancient Hauppauge WinTV card. These options : must not be a frequently used combination since its been months since this : stuff was touched last. There was a PR that fixed a compile bug in one : file related to the smbus option but must not have been tested with the : msp stuff too. Actually, I since found out that using those options (I think it might have been BKTR_USE_FREEBSD_SMBUS, but I'm not sure) completely broke my bktr(4) device. I yanked 'em all, and I'm running just fine. Though I'd like to see if ..._MSP34XX_DRIVER changes anything, as I've got mono sound coming out of a stereo device. Thanks for the patch, I'll try a compile (though I'm sure if it works for you it'll work for me).