From owner-cvs-src@FreeBSD.ORG Sat Dec 13 16:43:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECC6116A4CE; Sat, 13 Dec 2003 16:43:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40BE143D33; Sat, 13 Dec 2003 16:43:41 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBE0hfXJ082159; Sat, 13 Dec 2003 16:43:41 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBE0hef9082158; Sat, 13 Dec 2003 16:43:40 -0800 (PST) (envelope-from wpaul) Message-Id: <200312140043.hBE0hef9082158@repoman.freebsd.org> From: Bill Paul Date: Sat, 13 Dec 2003 16:43:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2003 00:43:42 -0000 wpaul 2003/12/13 16:43:40 PST FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Implement a few new NDIS routines: NdisInitAnsiString(), NdisAnsiStringToUnicodeString(), NdisWriteConfiguration(). Also add stubs for NdisMGetDeviceProperty(), NdisTerminateWrapper(), NdisOpenConfigurationKeyByName(), NdisOpenConfigurationKeyByIndex() and NdisMGetDeviceProperty(). Revision Changes Path 1.6 +192 -5 src/sys/compat/ndis/subr_ndis.c