From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 28 19:32:26 2005 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F28A316A41F for ; Wed, 28 Dec 2005 19:32:25 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E30AC43D7F for ; Wed, 28 Dec 2005 19:32:23 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jBSJV1RE034874; Wed, 28 Dec 2005 12:31:02 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 28 Dec 2005 12:31:12 -0700 (MST) Message-Id: <20051228.123112.08421156.imp@bsdimp.com> To: chris@unixpages.org From: "M. Warner Losh" In-Reply-To: <20051228104306.GB1336@unixpages.org> References: <20051227.230324.48670625.imp@bsdimp.com> <20051228104306.GB1336@unixpages.org> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 28 Dec 2005 12:31:02 -0700 (MST) Cc: mobile@freebsd.org Subject: Re: Test patches X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 19:32:26 -0000 In message: <20051228104306.GB1336@unixpages.org> Christian Brueffer writes: : : --DIOMP1UsTsWJauNi : Content-Type: text/plain; charset=us-ascii : Content-Disposition: inline : Content-Transfer-Encoding: quoted-printable : : On Tue, Dec 27, 2005 at 11:03:24PM -0700, M. Warner Losh wrote: : > I've managed to rewrite a big part of the cardbus layer. I think this : > will have the side effect of fixing the xl cards as well the : > firewire/usb combo cards. Please test them. This is relative to : > -current as of a few minutes ago. : >=20 : > http://people.freebsd.org/~imp/cardbus-rewrite.diff : >=20 : : Applied cleanly, but doesn't build here: : : linking kernel.debug : cardbus.o(.text+0x31): In function `cardbus_attach': : /usr/src/sys/dev/cardbus/cardbus.c:106: undefined reference to : `cardbus_device_create' : cardbus.o(.text+0x58): In function `cardbus_detach': : /usr/src/sys/dev/cardbus/cardbus.c:116: undefined reference to : `cardbus_device_destroy' : *** Error code 1 : : Stop in /usr/obj/usr/src/sys/FANGORN. : *** Error code 1 : : Stop in /usr/src. : *** Error code 1 : : Stop in /usr/src. I'll regenerate the patch shortly. Until then, just comment those calls out. Warner