From owner-freebsd-stable Sun Jun 9 18:48:12 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA05637 for stable-outgoing; Sun, 9 Jun 1996 18:48:12 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA05610 for ; Sun, 9 Jun 1996 18:48:08 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id SAA16413; Sun, 9 Jun 1996 18:48:01 -0700 (PDT) Message-Id: <199606100148.SAA16413@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Craig Shrimpton cc: dunn@dunn.org, Dave Andersen , freebsd-stable@freebsd.org Subject: Re: Kernel panic - double fault In-reply-to: Your message of "Sun, 09 Jun 1996 21:45:16 EDT." From: David Greenman Reply-To: davidg@Root.COM Date: Sun, 09 Jun 1996 18:48:01 -0700 Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >On Sun, 9 Jun 1996, David Greenman wrote: > >> >> Please update your kernel to the "current" -stable. I just reverted the >> pmap code to what was in 2.1R due to possibly related problems. >> > >Also, I'm having a problem with the current kernel as well. It seems >I am missing the extern defines for the btintr function in ioconf.c. I >need these so my Buslogic 946 will work. What should I do? I can't seem >to find the proper include file. It looks like it was defined in >bt742a.c but I don't know how I should merge the stuff. The kernel config file (and config binary for that matter) is not compatible between different versions of FreeBSD. You should edit the "GENERIC" config file to suit your specific needs. I believe the above problem is caused by a change in the way that the interrupt is specified for "bt" devices...I think it should look something like: controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr -DG David Greenman Core-team/Principal Architect, The FreeBSD Project