From owner-svn-src-head@FreeBSD.ORG Thu Jan 15 16:21:07 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8EB8B9B3; Thu, 15 Jan 2015 16:21:07 +0000 (UTC) Received: from d.mail.sonic.net (d.mail.sonic.net [64.142.111.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70C7EA17; Thu, 15 Jan 2015 16:21:07 +0000 (UTC) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) (authenticated bits=0) by d.mail.sonic.net (8.14.9/8.14.9) with ESMTP id t0FGKwO0024380 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 15 Jan 2015 08:20:59 -0800 Message-ID: <54B7E8EA.1090509@freebsd.org> Date: Thu, 15 Jan 2015 08:20:58 -0800 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Warner Losh , Justin Hibbits Subject: Re: svn commit: r277163 - head/sys/dev/cardbus References: <201501140541.t0E5fV00070032@svn.freebsd.org> <54B67BC9.70904@FreeBSD.org> <20150114073246.74c159df@zhabar.attlocal.net> <8CB7CB29-FBFF-4850-A226-4FA5B6BF6A87@bsdimp.com> In-Reply-To: <8CB7CB29-FBFF-4850-A226-4FA5B6BF6A87@bsdimp.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Sonic-CAuth: UmFuZG9tSVaUfNc+hTFWMHsdz3byJ7Z1gOFRNkFpEIF/SzlseXvpWYXEp9XP2inW8Gq/2wvtnad6unUFbMGMS6B0rVQscu1lXxwuCtsvyfA= X-Sonic-ID: C;OMVSfdKc5BGnKtmh1eMT4g== M;vBWwfdKc5BGnKtmh1eMT4g== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers , Warner Losh , John Baldwin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2015 16:21:07 -0000 On 01/14/15 16:07, Warner Losh wrote: >> On Jan 14, 2015, at 8:32 AM, Justin Hibbits wrote: >> >> On Wed, 14 Jan 2015 09:23:05 -0500 >> John Baldwin wrote: >> >>> On 1/14/15 12:41 AM, Warner Losh wrote: >>>> Author: imp >>>> Date: Wed Jan 14 05:41:31 2015 >>>> New Revision: 277163 >>>> URL: https://svnweb.freebsd.org/changeset/base/277163 >>>> >>>> Log: >>>> Add a rather obnoxious warning if you don't have NEW_PCIB defined >>>> since it's a total crap shoot if things will work. >>> Should we just make it a #error instead? (Some day I hope to have >>> NEW_PCIB enabled by default and remove the old code. Will take a >>> while to get there for the generic PCI code, but cardbus is probably >>> only used on x86 so that would be fine.) >>> >> Also powerpc, but NEW_PCIB is default there as well. > PowerPC doesn’t seem to defined the bus number resources. > > Warner > Which ones? -Nathan