From owner-freebsd-current@FreeBSD.ORG Fri Nov 11 03:15:37 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 02E9F16A41F for ; Fri, 11 Nov 2005 03:15:37 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from S2.cableone.net (s2.cableone.net [24.116.0.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73B8443D46 for ; Fri, 11 Nov 2005 03:15:36 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (unverified [24.119.122.41]) by S2.cableone.net (CableOne SMTP Service S2) with ESMTP id 35834279 for ; Thu, 10 Nov 2005 20:24:43 -0700 Date: Thu, 10 Nov 2005 21:21:48 -0600 From: Vulpes Velox To: freebsd-current@freebsd.org Message-ID: <20051110212148.7a335fd9@vixen42.vulpes> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.6; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-NotAscii: charset=us-ascii X-IP-stats: Incoming Last 1, First 39, in=64, out=0, spam=0 X-External-IP: 24.119.122.41 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Subject: problems with NDIS driver and convertion for a Marvel Yukon Gigabit chip 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: Fri, 11 Nov 2005 03:15:37 -0000 Ran into a few problems with ndisgen today. I have to edit every instance of the following out to get it to convert. Magic Packet = "Magic Packet" Pattern Match = "Pattern Match" Mag Pack Patt Match = "Magic Packet & Pattern Match" Link Change = "Link Change" Upon loading the driver I get... no match for ExUnregisterCallback no match for ZwPowerInformation no match for ExRegisterCallback no match for ExCreateCallback no match for ZwUnmapViewOfSection no match for ZwMapViewOfSection no match for ZwOpenSection no match for wcslen Any chance of getting this working or any suggestions?