From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 15 20:00:13 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97E0A106564A for ; Sun, 15 Mar 2009 20:00:13 +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 85FC28FC1E for ; Sun, 15 Mar 2009 20:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2FK0Dg8030543 for ; Sun, 15 Mar 2009 20:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2FK0Dwv030536; Sun, 15 Mar 2009 20:00:13 GMT (envelope-from gnats) Date: Sun, 15 Mar 2009 20:00:13 GMT Message-Id: <200903152000.n2FK0Dwv030536@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Scot Hetzel Cc: Subject: Re: amd64/132672: ndis with rt2860.sys causes kernel panic in CURRENT-amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2009 20:00:14 -0000 The following reply was made to PR amd64/132672; it has been noted by GNATS. From: Scot Hetzel To: Gennady Kudryashoff 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