Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2004 18:57:13 +0100
From:      Mauro Triulzi <triulzi@freesurf.ch>
To:        freebsd-current@freebsd.org
Subject:   NDIS miniport wrapper: routines probably not implemented
Message-ID:  <41979C79.6070602@freesurf.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41979C79.6070602>