From owner-freebsd-bugs Sat Jun 13 15:40:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17355 for freebsd-bugs-outgoing; Sat, 13 Jun 1998 15:40:45 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17271; Sat, 13 Jun 1998 15:40:34 -0700 (PDT) (envelope-from se@dialup124.zpr.uni-koeln.de) Received: from dialup124.zpr.Uni-Koeln.DE (dialup124.zpr.Uni-Koeln.DE [134.95.219.124]) by Octopussy.MI.Uni-Koeln.DE (8.8.8/8.8.8) with ESMTP id AAA25896; Sun, 14 Jun 1998 00:40:33 +0200 (MET DST) Received: (from se@localhost) by dialup124.zpr.Uni-Koeln.DE (8.8.8/8.6.9) id XAA04924; Sat, 13 Jun 1998 23:15:25 +0200 (CEST) X-Face: " Date: Sat, 13 Jun 1998 23:15:25 +0200 From: Stefan Esser To: Hans Zuidam , freebsd-bugs@FreeBSD.ORG Cc: Stefan Esser Subject: Re: 2.2.5R lockup References: <199806091040.MAA01338@truk.brandinnovators.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199806091040.MAA01338@truk.brandinnovators.com>; from Hans Zuidam on Tue, Jun 09, 1998 at 12:40:57PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1998-06-09 12:40 +0200, Hans Zuidam wrote: > Hi, > > Recently I upgraded my old and trustworthy 2.1.5R to 2.2.5R and > replaced an NE2000/ISA clone by a PCI one and installed the if_ed_p > part of if_ed in the kernel config. Now, with uncanning regularity Hmmmm ??? The PCI probe code in if_ed_p.c is automatically compiled into the kernel, if both "pci0" and "ed0" have been defined ... Is this what you meant ??? > the system completely locks up invariably when using the mouse > (PS/2 type): no telnet is possible, no kernel debugging etc. > > Anyone any idea how to track this down? Thanks in advance, Could you please provide me with a VERBOSE boot message log ? I assume there is an interrupt conflict between an ISA and an PCI device (the latter being your NE2000 :) You may want to check for this yourself: "dmesg|grep irq" ... Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message