From owner-freebsd-mobile Wed Feb 12 13:42:38 2003 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 4EEAC37B401 for ; Wed, 12 Feb 2003 13:42:37 -0800 (PST) Received: from osprey.kermodei.com (kermodei.com [216.103.110.74]) by mx1.FreeBSD.org (Postfix) with SMTP id B38F143FA3 for ; Wed, 12 Feb 2003 13:42:36 -0800 (PST) (envelope-from markd@osprey.kermodei.com) Received: (qmail 55694 invoked by uid 100); 12 Feb 2003 21:40:35 -0000 Date: 12 Feb 2003 21:40:35 -0000 Message-ID: <20030212214035.55693.qmail@osprey.kermodei.com> From: Mark Diekhans To: mobile@FreeBSD.ORG Subject: Re: pccard/newbus lockup with 5.0 current on Dell X200 In-Reply-To: <20030210215507.37226.qmail@osprey.kermodei.com> References: <20030210215507.37226.qmail@osprey.kermodei.com> X-Mailer: VM 7.07 under Emacs 21.2.1 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org To follow up on my own posting so the solution gets archived for others.. This problem is caused by cbb allocating a memory range that is used by the 1394 OHCI. It wasn't entirely obvious at first, as the OHCI driver was not loaded. Adding the lines to following lines to /boot/loader.conf will fix the problem (and hopeful will allow the firewire cdrom to work as well): hw.pci.allow_unsupported_io_range=1 hw.cbb.start_memory=0xFEBFE000 Mark Diekhans writes: > I am having problems getting 5.0 running on a Dell latitude X200. When a > pccard or cardbus card is inserted, the system instantly locks up. No kernel > messages are printed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message