From owner-freebsd-questions Sat Jul 29 5:51:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from clarion.cec.wustl.edu (clarion.cec.wustl.edu [128.252.21.3]) by hub.freebsd.org (Postfix) with ESMTP id D79FB37B750 for ; Sat, 29 Jul 2000 05:51:53 -0700 (PDT) (envelope-from ajh4@clarion.cec.wustl.edu) Received: from localhost (ajh4@localhost) by clarion.cec.wustl.edu (8.9.1/8.9.1) with SMTP id HAA15523; Sat, 29 Jul 2000 07:51:50 -0500 (CDT) Date: Sat, 29 Jul 2000 07:51:49 -0500 (CDT) From: John Aughey To: Kenneth Wayne Culver Cc: questions@FreeBSD.ORG Subject: Re: csa0 attach returned 6 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 28 Jul 2000, Kenneth Wayne Culver wrote: > hrmm, well maybe you could try delving into the code to see why > bus_alloc_resource is returning NULL, I'd help you but I don't have that > hardware. I instrumented the csa code a little and found the first allocation for IO_SIZE (4096 bytes) succeeds. The second allocation for MEM_SIZE (1048576 bytes) fails. I couldn't tell why bus_alloc_resource was returning NULL because it was pretty obscured with the indirect function call inside BUS_ALLOC_RESOURCE. If someone can tell me which function this is, I should be able to look into it more. The processor is an Intel Celeron with 64MB of memory. Thank you John Aughey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message