From owner-freebsd-current@FreeBSD.ORG Sun Nov 14 17:57:18 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 C2B4016A4CE for ; Sun, 14 Nov 2004 17:57:18 +0000 (GMT) Received: from mail-fs.sunrise.ch (mta-fs-be-04.sunrise.ch [194.158.229.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id A588643D2F for ; Sun, 14 Nov 2004 17:57:17 +0000 (GMT) (envelope-from triulzi@freesurf.ch) Received: from [62.167.186.99] (62.167.186.99) by mail-fs.sunrise.ch (7.0.036) id 418ABE17003D71BB for freebsd-current@freebsd.org; Sun, 14 Nov 2004 18:57:16 +0100 Message-ID: <41979C79.6070602@freesurf.ch> Date: Sun, 14 Nov 2004 18:57:13 +0100 From: Mauro Triulzi User-Agent: Mozilla Thunderbird 0.9 (X11/20041114) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: NDIS miniport wrapper: routines probably not implemented 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: Sun, 14 Nov 2004 17:57:18 -0000 Hallo, I have a problem with the ndis miniport wrapper for my thinkpad T42p: My WLAN Card is a built in (IBM) MiniPCI 802.11a/b/g WLAN Card in the IBM Thinkpad T42-2373-WBZ P-M/1.7. I downloaded the drivers for Windows 2000/XP from http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 and created ndis_driver_data.h in the canonical way as ndiscvt -i /path/to/NET5211.INF -s /path/to/AR5211.SYS -o ndis_driver_data.h (I had to delete some rows in NET5211.INF to do that) Now kldload if_ndis let the kernel panic (sorry, but could't copy and paste ;-)) ndis0: <11a/b/g Wireless LAN 802.11.a/b/g Mini PCI Adapter> no match for MmUnmapIoSpace no match for MmMapIoSpace ndis0: NDIS API version: 5.1 I think that the reason is that the the two functions above are not implemented (yet). I would be very grateful if someone (Bill?) could implement these functions. Many thanks and kind regards, Mauro