From owner-freebsd-current@FreeBSD.ORG Thu Mar 22 19:06:55 2007 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C53F16A403; Thu, 22 Mar 2007 19:06:55 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED5113C4DE; Thu, 22 Mar 2007 19:06:55 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (unknown [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 17AB620C09E; Thu, 22 Mar 2007 15:06:52 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 22 Mar 2007 15:06:55 -0400 X-Sasl-enc: L6QfdaJA8bru049+1uw6weaHLpeS0k4xpW5Ir5kDoRug 1174590414 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 7EEDF293B4; Thu, 22 Mar 2007 15:06:54 -0400 (EDT) Message-ID: <4602D3CC.1010802@FreeBSD.org> Date: Thu, 22 Mar 2007 19:06:52 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: David Wolfskill , "Bruce M. Simpson" , Scot Hetzel , Denis Shaposhnikov , current@FreeBSD.org References: <46025922.4090809@vlink.ru> <790a9fff0703220825g69405b89j123f7be87fadcb10@mail.gmail.com> <4602B42D.5060102@FreeBSD.org> <4602C23F.3060400@FreeBSD.org> <20070322190129.GL39764@bunrab.catwhisker.org> In-Reply-To: <20070322190129.GL39764@bunrab.catwhisker.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: no network access on today's CURRENT 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: Thu, 22 Mar 2007 19:06:55 -0000 David Wolfskill wrote: > OK; I applied the patch & rebuilt today's CURRENT kernel: > ... > > But my wi(4) miniPCI card is still not probed, and ifconfig fails > to report its existence. > > Also, trying the PC cards I did before (wi(4) and an(4)), I still > get the same results (failure to activate because the card is seen > as not having any functions). > OK. I speculate that the problems you are seeing are more likely to be related to the recent ACPI changes, given that these seem to involve Cardbus and PCI bridges. Thanks for testing the patch. I plan to commit it anyway as I speculate it is the solution to the problems others have been experiencing (though I am working blind without any additional information here at the moment). Regards BMS