From owner-freebsd-bugs@FreeBSD.ORG Mon Aug 9 19:20:31 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D777C16A4DB for ; Mon, 9 Aug 2004 19:20:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B263F43D45 for ; Mon, 9 Aug 2004 19:20:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i79JKUan045321 for ; Mon, 9 Aug 2004 19:20:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i79JKTd0045320; Mon, 9 Aug 2004 19:20:29 GMT (envelope-from gnats) Date: Mon, 9 Aug 2004 19:20:29 GMT Message-Id: <200408091920.i79JKTd0045320@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Baldwin Subject: Re: kern/68351: bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 19:20:32 -0000 The following reply was made to PR kern/68351; it has been noted by GNATS. From: John Baldwin To: Vadim Mikhailov Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/68351: bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok Date: Mon, 9 Aug 2004 15:06:32 -0400 On Friday 06 August 2004 04:22 pm, Vadim Mikhailov wrote: > John Baldwin wrote: > > On Friday 06 August 2004 03:10 pm, Vadim Mikhailov wrote: > >>John Baldwin wrote: > >>>On Friday 06 August 2004 02:02 pm, Vadim Mikhailov wrote: > >>>>John Baldwin wrote: > >>>>>Have you tried disabling ACPI to see if it works better? > >>>> > >>>> Can not try it now - this is production server under load, > >>>>and it is working fine since I installed Intel Pro/1000 XT card to > >>>>overcome bge problems. > >>>> But, as stated in my original report, I did try it disabling ACPI > >>>>about month ago with current - didn't make any difference. > >>>> > >>>>>Also, can you provide mptable output? > >>>> > >>>> Here it is: > >>> > >>>Thanks, can you also provide a full dmesg output? The two bge's are > >>>routed to pins 0 and 1 of the second I/O APIC which should be IRQs 16 > >>> and 17 if the first I/O APIC has 16 interrupt pins (dmesg will tell me > >>> that). > >> > >> This is /var/run/dmesg.boot from verbose boot. Oddly enough, it does > >> not start with standard FreeBSD copyrights, probably because of dmesg > >> buffer overflow, however I didn't think this limit applies to > >> /var/run/dmesg.boot file. Hopefully it still has enough information > >> about APIC and interrupts. > > > > Thanks. It looks like the interrupts are routed just as both ACPI and > > the MP Table say they should be. Have you tried using cvs to change the > > sys/dev/bge source back to 5.1 sources with the rest of the kernel being > > 5.2.1 to see if it works ok? > > Yes I did. Unfortunately difference between 5.1 and 5.2.1 is just too > big: > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/bge/if_bge.c.diff?f=h&r1= >1.41&r2=1.60 With 5.2.1-p9 sources when I replace if_bge.c rev. 1.60 > (5_2_1_RELEASE) with rev. 1.41 (5_1_0_RELEASE) kernel would not compile at > all: > > /usr/src/sys/dev/bge/if_bge.c:107:24: pci/pcireg.h: No such file or > directory /usr/src/sys/dev/bge/if_bge.c:108:24: pci/pcivar.h: No such file > or directory mkdep: compile failed > *** Error code 1 Just change the files to say '#include ', that is, add the 'dev/' to the start of the filename and that should fix that problem. If you could try with those changes I'd appreciate it. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org