From owner-freebsd-current@FreeBSD.ORG Mon May 28 05:58:46 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 C5AE916A41F for ; Mon, 28 May 2007 05:58:46 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8815113C483 for ; Mon, 28 May 2007 05:58:46 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l4S5wGE3007257; Sun, 27 May 2007 23:58:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 27 May 2007 23:58:32 -0600 (MDT) Message-Id: <20070527.235832.-267226920.imp@bsdimp.com> To: julian@elischer.org From: "M. Warner Losh" In-Reply-To: <4659DAD1.9040609@elischer.org> References: <4659DAD1.9040609@elischer.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 27 May 2007 23:58:17 -0600 (MDT) Cc: current@freebsd.org Subject: Re: fun fun fun. no networking 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: Mon, 28 May 2007 05:58:46 -0000 In message: <4659DAD1.9040609@elischer.org> Julian Elischer writes: : I finally rebooted my old laptop on a -current from about 3 weeks ago. : (I did the rebuild then but the machine has been off since) : and ta-da! no network card.. it is a Dell inspiron 7500 with : a pccard 'ed' device card.. : : Was there anything broken 3 weeks ago WRT old ed driver cards? : or pccd? : : It come up saying "unknown card type".. Which is odd : as it always used to knwo what to do. : : This machine has a local CVS mirror on it so : even though it's offline, I'm rebuilding from 2 months ago.. : (I couldn't just reboot to the old system as there is really only just : room for one kernel directory on the root partition.) : : More info when it comes back online I think, but am not sure, this is related to some changes John made to acpi resource allocation. I get weird port allocations due to some questionable assumptions on his part... I've not had time to look into this in detail, but I see it on all cardbus cards that allocate I/O ports. All of the ones that only do memory work great. Warner