From owner-freebsd-current@FreeBSD.ORG Sat Aug 14 22:25:29 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 0C30716A4CF; Sat, 14 Aug 2004 22:25:29 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8EA743D31; Sat, 14 Aug 2004 22:25:28 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7EMNJ27037807; Sat, 14 Aug 2004 16:23:19 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 14 Aug 2004 16:23:36 -0600 (MDT) Message-Id: <20040814.162336.17745165.imp@bsdimp.com> To: mdodd@freebsd.org From: "M. Warner Losh" In-Reply-To: <20040814135719.Y99160@sasami.jurai.net> References: <20040814135719.Y99160@sasami.jurai.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: sah@softcardsystems.com cc: freebsd-current@freebsd.org Subject: Re: pccard/cbb problems 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: Sat, 14 Aug 2004 22:25:29 -0000 In message: <20040814135719.Y99160@sasami.jurai.net> "Matthew N. Dodd" writes: : On Sat, 14 Aug 2004, Sam wrote: : > I have a ThinkPad 600E laptop on which I can't get the : > pcmcia network cards to appear with 5.*. Tried 5.2.1 : > stable, now -current, but no dice. : : I've been running -CURRENT on my 600E for as long as I've owned it (2+ : years). : : I've seen some issues with bottom card visability when the top card is : installed but inserting bottom, then top allows both cards to work. : : I'm running without ACPI (using APM) and have: : : hw.cbb.start_memory="0x20000000" : hw.pci.allow_unsupported_io_range="1" I know that the second one is never used. I believe the former is no longer used. Warner