From owner-freebsd-current Wed Jul 9 15:04:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA15019 for current-outgoing; Wed, 9 Jul 1997 15:04:03 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA14981 for ; Wed, 9 Jul 1997 15:03:59 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id PAA24480; Wed, 9 Jul 1997 15:05:11 -0700 (PDT) Message-Id: <199707092205.PAA24480@implode.root.com> To: "John W. DeBoskey" cc: freebsd-current@FreeBSD.ORG Subject: Re: 3.0-970621-SNAP & fxp0 failure In-reply-to: Your message of "Wed, 09 Jul 1997 16:20:07 EDT." <199707092020.AA26603@iluvatar.unx.sas.com> From: David Greenman Reply-To: dg@root.com Date: Wed, 09 Jul 1997 15:05:11 -0700 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Hi, > > I've just install the 3.0-970621-SNAP. I have an intel 10/100 >card: > >fxp0: > rev 0x01 int a irq 15 on pci0.17.0 > > when I type the following command in, the machine totally and >completely freezes up. > > ifconfig fxp0 inet 10.26.1.45 netmask 0xffff0000 > >I must poweroff the machine to recover. > > > If I swap the intel card out for a 3com, the following >works just fine: > >vx0: <3COM 3C905 Fast Etherlink XL PCI> rev 0x00 int a irq 14 on pci1.9.0 > >ifconfig vx0 inet 10.26.1.45 netmask 0xffff0000 > > There are no messages being logged to the console, or /var/log/*. > > Does anyone have any ideas? I'm more than happy to try to >debug this problem if someone can point me in the right direction. Looks like an interrupt problem. Many systems have the secondary IDE controller mapped to using irq15, so perhaps that is the problem. Try moving the Intel card to a physically different slot - this should cause the PCI BIOS to assign a different interrupt. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project