From owner-freebsd-current@FreeBSD.ORG Tue Aug 31 02:34:10 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 9A63316A4CE for ; Tue, 31 Aug 2004 02:34:10 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id E821443D2D for ; Tue, 31 Aug 2004 02:34:09 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id 85EB278C8D; Mon, 30 Aug 2004 22:39:26 -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 A2EDA78C8C; Mon, 30 Aug 2004 22:39:24 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id B3867170C9; Mon, 30 Aug 2004 22:34:01 -0400 (EDT) Date: Mon, 30 Aug 2004 22:34:01 -0400 From: Damian Gerow To: Doug White Message-ID: <20040831023401.GB22579@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-BETA2 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: Tue, 31 Aug 2004 02:34:10 -0000 Thus spake Doug White (dwhite@gumbysoft.com) [29/08/04 19:09]: : 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. The patch not only lets me compile, but I'm now running with BKTR_USE_FREEBSD_SMBUS and BKTR_NEW_MSP34XX_DRIVER, successfully. Thanks!