From owner-freebsd-current@FreeBSD.ORG Sun Oct 12 11:24:39 2003 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 8185B16A4B3 for ; Sun, 12 Oct 2003 11:24:39 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B6F43FE5 for ; Sun, 12 Oct 2003 11:24:38 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9CIOXE7035012; Sun, 12 Oct 2003 12:24:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 12 Oct 2003 12:23:03 -0600 (MDT) Message-Id: <20031012.122303.47741868.imp@bsdimp.com> To: stu@ipng.org.uk From: "M. Warner Losh" In-Reply-To: <003101c390e6$7fc74730$0200a8c0@baal> References: <20031012155518.6130af17.esn@x123.info> <20031012.094609.27572123.imp@bsdimp.com> <003101c390e6$7fc74730$0200a8c0@baal> X-Mailer: Mew version 2.1 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: [Build Error]:: pccard 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: Sun, 12 Oct 2003 18:24:39 -0000 In message: <003101c390e6$7fc74730$0200a8c0@baal> "Stuart Walsh" writes: : > In message: <20031012155518.6130af17.esn@x123.info> : > "Sebastian Yepes F. [ESN]" writes: : > : i have just looked at it and don't see any info related to the pccard : dev. : > : what are the instructions : > : > building both pcic and pccard in your kernel config? If so, don't do : > that. It is broken. pcic cannot possibly work, even if I fix the : > trivial compile problem. I have some changes in my p4 tree, but they : > aren't cooked yet. Your best bet is to simply remove pcic from your : > kernel config file. : > : : That's good to know. My laptop seems to vaguely work with pcic(it has a : intel compatibility mode). Will pcic support cardbus at all? Nope. It can't. pcic is for ISA bridges, none of which can support CardBus. Warner