From owner-freebsd-questions@FreeBSD.ORG Fri May 2 22:51:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA8A937B401; Fri, 2 May 2003 22:51:36 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE42643F93; Fri, 2 May 2003 22:51:35 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h435pZA7023716; Fri, 2 May 2003 23:51:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 02 May 2003 23:51:26 -0600 (MDT) Message-Id: <20030502.235126.112260748.imp@bsdimp.com> To: madriax@garlic.com From: "M. Warner Losh" In-Reply-To: <200305030546.h435kF756164@windmill.garlic.com> References: <200305030546.h435kF756164@windmill.garlic.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org cc: freebsd-questions@freebsd.org cc: freebsd-hardware@freebsd.org Subject: Re: CardBus error in 5.0-R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 05:51:37 -0000 In message: <200305030546.h435kF756164@windmill.garlic.com> "Remington L." writes: : I just installed 5.0-RELEASE. I need to have support for CardBus PCMCIA : cards, but its not working: : Cardbus0 : on cbb0 : Cbb1: at device 5.1 on pci2 : Cbb1: Could not map register memory : Device_probe_and_attach: cbb1 attach returned 12 : : This means im screwed but is there any way to fix this error? Can you enable ACPI? Alternatively, you need to try setting one or more of the following: hw.pci.allow_unsupported_io_range=1 hw.cbb.start_memory=0xe0000000 # pick addresses until you # find a range that works. Warner