From owner-freebsd-net@FreeBSD.ORG Sat Oct 13 09:30:04 2007 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1B0316A41A for ; Sat, 13 Oct 2007 09:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C725213C478 for ; Sat, 13 Oct 2007 09:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9D9U4vI071594 for ; Sat, 13 Oct 2007 09:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9D9U4VV071591; Sat, 13 Oct 2007 09:30:04 GMT (envelope-from gnats) Date: Sat, 13 Oct 2007 09:30:04 GMT Message-Id: <200710130930.l9D9U4VV071591@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: "Adrian Punga" Cc: Subject: Re: kern/109406: [ndis] Broadcom WLAN driver 4.100.15.5 doesn't work with Ndisgen X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adrian Punga List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 09:30:04 -0000 The following reply was made to PR kern/109406; it has been noted by GNATS. From: "Adrian Punga" To: bug-followup@freebsd.org, darkvincentdude@yahoo.com Cc: Subject: Re: kern/109406: [ndis] Broadcom WLAN driver 4.100.15.5 doesn't work with Ndisgen Date: Sat, 13 Oct 2007 11:58:06 +0300 I've added the missing method (IoGetDeviceObjectPointer) but it seems the problem is not related to that method as I got the following: ndis0: mem 0xf4000000-0xf4003fff irq 17 at device 0.0 on pci16 ndis0: NDIS API version: 5.1 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x20:0xc450f12f stack pointer = 0x28:0xd4038c64 frame pointer = 0x28:0xd4038c78 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 11 (swi4: clock sio) trap number = 12 panic: page fault Continuing to search the root of the problem... Adrian Punga