From owner-freebsd-current@FreeBSD.ORG Thu Jun 9 10:24:59 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 B30F816A41C for ; Thu, 9 Jun 2005 10:24:59 +0000 (GMT) (envelope-from rea@rea.mbslab.kiae.ru) Received: from rea.mbslab.kiae.ru (rea.mbslab.kiae.ru [144.206.177.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5796D43D53 for ; Thu, 9 Jun 2005 10:24:59 +0000 (GMT) (envelope-from rea@rea.mbslab.kiae.ru) Received: from rea.mbslab.kiae.ru (localhost [127.0.0.1]) by rea.mbslab.kiae.ru (Postfix) with ESMTP id 79340B95C for ; Thu, 9 Jun 2005 14:24:57 +0400 (MSD) Received: by rea.mbslab.kiae.ru (Postfix, from userid 1000) id 5690DB909; Thu, 9 Jun 2005 14:24:57 +0400 (MSD) Date: Thu, 9 Jun 2005 14:24:57 +0400 From: "Eygene A. Ryabinkin" To: freebsd-current@freebsd.org Message-ID: <20050609102457.GO7063@rea.mbslab.kiae.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.9i X-AV-Checked: Yes! X-Mailman-Approved-At: Thu, 09 Jun 2005 11:58:08 +0000 Subject: NDIS does not compile-in into kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 09 Jun 2005 10:24:59 -0000 Hello! There is a bug: NDIS (aka ProjectEvil) driver does not compile into kernel statically due to lack of a typecast in /sys/compat/ndis/subr_ntoskrnl.c The PR is at http://www.freebsd.org/cgi/query-pr.cgi?pr=81767 -- rea