From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 13 22:27:40 2003 Return-Path: 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 1ACA216A4CE for ; Thu, 13 Nov 2003 22:27:40 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3892043FE9 for ; Thu, 13 Nov 2003 22:27:39 -0800 (PST) (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 hAE6RVeG087873; Thu, 13 Nov 2003 23:27:35 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 13 Nov 2003 23:27:19 -0700 (MST) Message-Id: <20031113.232719.24170820.imp@bsdimp.com> To: lehmann@ans-netz.de From: "M. Warner Losh" In-Reply-To: <20031113174801.1caefba4.lehmann@ans-netz.de> References: <20031113174801.1caefba4.lehmann@ans-netz.de> 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-mobile@freebsd.org Subject: Re: is FreeBSD detecting a pccard hdd? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 06:27:40 -0000 In message: <20031113174801.1caefba4.lehmann@ans-netz.de> Oliver Lehmann writes: : Hi, : : I'm planing to boot my IBM ThinkPad A31 from CD-ROM or floppy, and : switching rootdev after the kernel got loaded to an other media (goal: : leave the installed hdd 100% untouched). Actually I'm planing to get a : Toshiba PCMCIA II (PC-Card) 5GB hdd. Will FreeBSD 5 detect that drive? Should. : My actually dmesg can be found at : http://olli.homeip.net/LAN-Configuration/systems/dmesgs/lappy.salatschuessel.net-CURRENT.txt : : I'm wondering about: : : cbb1: mem 0x50100000-0x50100fff irq 10 at : device 0.1 on pci2 : cbb1: failed to enable memory mapping! You need to fix the memory range used. This means that the device didn't like the memory range given. : cbb0: Unsupported card type detected : cbb1: Unsupported card type detected without good memory range, weird things are going to happen. Warner