From owner-freebsd-current@FreeBSD.ORG Wed Apr 19 17:55:23 2006 Return-Path: X-Original-To: current@FreeBSD.org 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 BCB6316A407; Wed, 19 Apr 2006 17:55:23 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA9043D6E; Wed, 19 Apr 2006 17:55:20 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k3JHtFUJ098986; Wed, 19 Apr 2006 13:55:15 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Wed, 19 Apr 2006 13:55:00 -0400 User-Agent: KMail/1.6.2 References: <200604191538.k3JFc23g062132@spoon.beta.com> <20060419172106.GC76356@home.c0mplx.org> In-Reply-To: <20060419172106.GC76356@home.c0mplx.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200604191355.02613.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1408/Wed Apr 19 11:13:11 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Kurt Jaeger , current@FreeBSD.org Subject: Re: 6.1-RC1 cardbus problem (PR 95661) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 19 Apr 2006 17:55:23 -0000 On Wednesday 19 April 2006 01:21 pm, Kurt Jaeger wrote: > Hi! > > > > This looks like a simple bug to squash, and a working patch is > > >included. Any chance we can see it in 6.1? I believe a > > > different fix has made it in to 7.x already. > > > > I think you might have forgotten to attach the patch (Or a link > > to it). > > http://www.freebsd.org/cgi/query-pr.cgi?pr=95661 > > contains the patch. So maybe someone should include it in 6.1? This is handled differently in -CURRENT: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/pci/pci_pci.c.diff?r1=1.37&r2=1.38 It requires SMBIOS support in loader, which was not MFC'd. Jung-uk Kim