From owner-freebsd-mobile Wed May 23 10:35:12 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id A479A37B42C for ; Wed, 23 May 2001 10:35:09 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from shade.nectar.com (gw.nectar.com [208.42.49.153]) by gw.nectar.com (Postfix) with ESMTP id 1BD5318CAA for ; Wed, 23 May 2001 12:35:05 -0500 (CDT) Received: (from nectar@localhost) by shade.nectar.com (8.11.3/8.11.3) id f4NHZ4X00352 for freebsd-mobile@freebsd.org; Wed, 23 May 2001 12:35:04 -0500 (CDT) (envelope-from nectar) Date: Wed, 23 May 2001 12:35:04 -0500 From: "Jacques A. Vidrine" To: freebsd-mobile@freebsd.org Subject: Re: SlimSCSI grief Message-ID: <20010523123503.A338@shade.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , freebsd-mobile@freebsd.org References: <20010523114457.A606@shade.nectar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010523114457.A606@shade.nectar.com>; from n@nectar.com on Wed, May 23, 2001 at 11:44:57AM -0500 X-Url: http://www.nectar.com/ 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 On Wed, May 23, 2001 at 11:44:57AM -0500, Jacques A. Vidrine wrote: > May 23 11:13:58 shade pccardd[123]: driver allocation failed for > Adaptec, Inc.(/APA-1460 .*/): Device not configured I did a bit more snooping, and find that the bus_alloc_resource() for IOPORT and IRQ succeed, but then aic_probe() fails. aic_probe() pushes 16 bytes on the stack, and then reads them back to make sure they are the same [1]. This fails on the 2nd read. i.e. outb 0, 1, 2, ..., 15 inb 0, 0 (expected 1 here) I don't know what it means, but I thought someone else might :-) I'm off to a meeting for a couple of hours, but wanted to post. Cheers, -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org [1] The code says stack, but it looks like a FIFO to me :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message