From owner-freebsd-current Tue Apr 27 0:18:58 1999 Delivered-To: freebsd-current@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id BEC6D15109 for ; Tue, 27 Apr 1999 00:18:52 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id 535991F58; Tue, 27 Apr 1999 15:18:49 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: "Greg Shaffer" Cc: "Warner Losh" , current@freebsd.org Subject: Re: Fatal Trap 12 In-reply-to: Your message of "Mon, 26 Apr 1999 23:25:49 MST." <000001be9076$cab087e0$024ab8c7@aegis.leaky.com> Date: Tue, 27 Apr 1999 15:18:49 +0800 From: Peter Wemm Message-Id: <19990427071851.535991F58@spinner.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Greg Shaffer" wrote: > Warner, > > Thanks for the pointer! The only card I have that specifies a memory address > is ed0 at 0xd8000. I removed the memory address in my config file, rebuilt > the kernel and everything seems to works fine now. This is a older NE2000 > clone card with jumpers for irq and memory address. I have been using this > card for years without a problem or complaint. Why would it cause problems > now? I've hopefully fixed this mistake now.. The problem was a side effect of the card being given a memory address and the driver turning it off because there isn't memory (ie: an ne2000). Removing the specification entirely would fix it, or updating to the latest isa_compat.c should also fix it. Why now? If you'd been reading the commit messages, you'd know the configuration system has had major changes committed... > Thanks again. > Greg Shaffer > > > -----Original Message----- > > From: Warner Losh [mailto:imp@harmony.village.org] > > Sent: Monday, April 26, 1999 12:34 AM > > To: Greg Shaffer > > Subject: Re: Fatal Trap 12 > > > > > > In message <000101be8f95$45256410$024ab8c7@aegis.leaky.com> "Greg > > Shaffer" writes: > > : At trace in ddb provides the following: > > : kvtop(0) at kvtop+0x2d > > : isa_compat_probe(...) at isa_compat_probe+0x297 > > : DEVICE_PROBE(...) at DEVICE_PROBE+0x25 > > > > Hmmm. Looks like somebody is trying to use location zero... I've > > seen this when I had a bogus mem address for a card. > > > > Warner Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message