From owner-freebsd-alpha Wed Dec 23 13:50:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12307 for freebsd-alpha-outgoing; Wed, 23 Dec 1998 13:50:05 -0800 (PST) (envelope-from owner-freebsd-alpha@FreeBSD.ORG) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12258 for ; Wed, 23 Dec 1998 13:50:00 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.1/8.9.1) with ESMTP id QAA08721; Wed, 23 Dec 1998 16:49:44 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.1/8.9.1) id QAA89675; Wed, 23 Dec 1998 16:49:20 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 23 Dec 1998 16:49:20 -0500 (EST) To: Doug Rabson Cc: Matthew Jacob , freebsd-alpha@FreeBSD.ORG, kaleb@ics.com Subject: Re: ftp://ftp.freebsd.org/pub/FreeBSD/alpha/3.0-19981208-SNAP In-Reply-To: References: X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13953.25534.829809.817990@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doug Rabson writes: > On Tue, 22 Dec 1998, Matthew Jacob wrote: > > > > > > > On Wed, 16 Dec 1998, Doug Rabson wrote: > > > > > On Tue, 15 Dec 1998, Matthew Jacob wrote: > > > > > > > > > > > Just an FYI- a Multia with newer f/w, 80MB memory and two ethernet cards > > > > blows chunks on the install floppy's kernel with a fatal trap somewhere in > > > > isa_setup_intr. > > > > > > > > -matt > > > > > > Any chance of some more details? Fault address, pc, nearby symbols? > > > > > > > Sorry to say, but the machine I was doing this one got taken away by > > somebody else. Very frustrating. I have another multia, but I have to > > upgrade f/w and try again on that one. It'll be a while. D**n. > > Thanks for persevering with it :-) The guy whose EB64+ I was helping to bootstrap was running into this too. He's out of town until the end of the holidays I think we managed to trace it back to isa_alloc_resource() being called out of scattach(), then returning 0 due to rman_reserve_resource() returning 0. I'm not clear why that happens. We got as far as building subr_rman with -DRMAN_DEBUG only to discover that it crashes on the initial printf when called from the pci code. At that point we ran out of time.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message