Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2009 20:00:13 GMT
From:      Scot Hetzel <swhetzel@gmail.com>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/132672: ndis with rt2860.sys causes kernel panic in  CURRENT-amd64
Message-ID:  <200903152000.n2FK0Dwv030536@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/132672; it has been noted by GNATS.

From: Scot Hetzel <swhetzel@gmail.com>
To: Gennady Kudryashoff <lothlorien@pvu.msk.ru>
Cc: freebsd-gnats-submit@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



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