amd64/132672: ndis with rt2860.sys causes kernel panic in CURRENT-amd64

Scot Hetzel swhetzel at gmail.com
Sun Mar 15 13:00:14 PDT 2009


The following reply was made to PR amd64/132672; it has been noted by GNATS.

From: Scot Hetzel <swhetzel at gmail.com>
To: Gennady Kudryashoff <lothlorien at pvu.msk.ru>
Cc: freebsd-gnats-submit at freebsd.org
Subject: Re: amd64/132672: ndis with rt2860.sys causes kernel panic in 
	CURRENT-amd64
Date: Sun, 15 Mar 2009 14:53:45 -0500

 On Sun, Mar 15, 2009 at 1:27 PM, Gennady Kudryashoff
 > rt2860_sys.ko, generated from rt2860.inf and rt2860.sys driver for WinXP64 from
 > http://dlcdnet.asus.com/pub/ASUS/DigitalHome/DAV/B202/AWNE766_V1100.zip
 > (eeeBox 202)
 >
 > causes kernel panic in FreeBSD 8.0-CURRENT (as well in 7.1-STABLE) with GENERIC kernel, here is console output after kldload ./rt2860_sys.ko:
 >
 > === [cut here] ===
 > no match for ZwWriteFile
 > no match for ZwCreateFile
 > no match for ZwReadFile
 >
 This is the cause of your kernel panic.  This Windows NDIS Driver
 wants 3 functions that are not currently implemented in the FreeBSD
 NDIS Driver.
 
 You'll need to either look for an older Windows NDIS Driver, or
 attempt to implement these missing functions.
 
 Scot


More information about the freebsd-amd64 mailing list