From owner-freebsd-current@FreeBSD.ORG Fri Oct 8 08:43:51 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D836216A4CE; Fri, 8 Oct 2004 08:43:51 +0000 (GMT) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9254043D3F; Fri, 8 Oct 2004 08:43:50 +0000 (GMT) (envelope-from mark.cullen@dsl.pipex.com) Received: from ape (81-178-103-33.dsl.pipex.com [81.178.103.33]) by colossus.systems.pipex.net (Postfix) with SMTP id 908351C0010A; Fri, 8 Oct 2004 09:43:48 +0100 (BST) Message-ID: <005f01c4ad13$77c99520$f700000a@ape> From: "Markie" To: "Maxim Maximov" , "Brian Fundakowski Feldman" References: <41640976.7020004@mcsi.pp.ru><20041006155125.GK47017@green.homeunix.org> <41641614.3050102@mcsi.pp.ru><20041008061859.GB980@green.homeunix.org> <41664A59.7090409@mcsi.pp.ru> Date: Fri, 8 Oct 2004 09:47:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: current@freebsd.org Subject: Re: NDIS/UMA related panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 08:43:52 -0000 ----- Original Message ----- From: "Maxim Maximov" To: "Brian Fundakowski Feldman" Cc: Sent: Friday, October 08, 2004 9:05 AM Subject: Re: NDIS/UMA related panic | Brian Fundakowski Feldman wrote: | | > On Wed, Oct 06, 2004 at 07:58:12PM +0400, Maxim Maximov wrote: | > | >>Brian Fundakowski Feldman wrote: | >> | >>>On Wed, Oct 06, 2004 at 07:04:22PM +0400, Maxim Maximov wrote: | >>> | >>> | >>>>Hello. | >>>> | >>>> System running kernel | >>>> | >>>>FreeBSD ultra.domain 6.0-CURRENT FreeBSD 6.0-CURRENT #11: Fri Oct 1 | >>>>19:17:59 MSD 2004 mcsi@ultra.domain:/usr/obj/usr/src/sys/ULTRA i386 | >>>> | >>>> is sometimes experiencing following panic on boot after ppp starts | >>>> and sends first packet to ndis0 (hand-transcribed): | >>>> | >>>>kernel trap 12: page fault | >>>>db> trace | >>>>ntoskrnl_queue_dpc(0xdeadc0de, 0, 0, 0, 0xd6b96330) +0x9 | >>>>ntoskrnl_timercall(0xc1fb51f0) +0x7a | >>>>softclock(0) +0x17a | >>>>ithread_loop | >>>>fork_exit | >>>>fork_trampoline | >>>> | >>>> I'll update kernel and will re-post if the problem continues. I'm | >>>>posting this now because I think someone might be interested in seeing | >>>>0xdeadc0de in stack trace. | >>> | >>> | >>>That very much looks like an NDIS driver bug. Did the vendor only provide | >>>one version to try? | >> | >>Yes. This is ASUS L5G notebook. Driver page with the one and only | >>Wireless driver is here: | >>http://www.asus.com/support/download/item.aspx?ModelName=L5G | >> | >>I'm running NDIS for about 1.5 months. And this panic first happens only | >>yesterday, so I thought this is not the driver bug. BTW, here it is: | >> | >>ndis0: mem 0xfeaf8000-0xfeaf9fff irq 17 | >>at device 2.0 on pci2 | >>ndis0: NDIS API version: 5.0 | >>ndis0: Ethernet address: 00:0e:a6:c2:00:e4 | >>ndis0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps | >>ndis0: 11g rates: 6Mbps 9Mbps 12Mbps 18Mbps 36Mbps 48Mbps 54Mbps | >> | >>Full dmesg is at http://mcsi.pp.ru/dmesg.boot | >> | >> | >>>I wouldn't be surprised if NT has kernel code that | >>>specifically tries to recover from timers going off that were stored in | >>>memory that got freed (before they went off). | >>> | > | > | > It could conceivable be related to something this would fix: | > | > | | Thanks, I'll try to reproduce the panic with the recent kernel first. | Then if new kernel will still panicing, I'll apply your patch. Not sure if it's worth anything, but with a current from yesterday I now get panics on boot using ndis. Also, my DWL-G650 card doesn't seem to work with the ath driver (rev C card) so... would that UMA patch solve this? | | -- | Maxim Maximov | _______________________________________________ | freebsd-current@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-current | To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"