From owner-freebsd-current@FreeBSD.ORG Tue Oct 26 03:27:43 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 831FD16A4CE for ; Tue, 26 Oct 2004 03:27:43 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B2D43D48 for ; Tue, 26 Oct 2004 03:27:43 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9Q3QXsN041252; Mon, 25 Oct 2004 21:26:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 25 Oct 2004 21:27:05 -0600 (MDT) Message-Id: <20041025.212705.49226982.imp@bsdimp.com> To: don@siad.net From: "M. Warner Losh" In-Reply-To: <417C1DE4.3040100@siad.net> References: <41125A5B.2010706@siad.net> <417C1DE4.3040100@siad.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: fxp lost on current 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, 26 Oct 2004 03:27:43 -0000 In message: <417C1DE4.3040100@siad.net> "Don L. Belcher" writes: : >>>> : : > I seem to have lost my fxp card in current ( It was working : >>>> about 1 or 2 ... : By reverting pccbb.c 1.109 changes to 1.108 fixes problem ( 5.3-STABLE : built Oct. 17 ) Interesting. Very interesting. This is the change that tries to be smarter about numbering PCI busses :-(. Can you send me a pciconf -l from a working system? Warner