From owner-freebsd-questions@FreeBSD.ORG Sun Sep 10 19:11:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 557A216A407 for ; Sun, 10 Sep 2006 19:11:20 +0000 (UTC) (envelope-from fysical@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DEEC43D78 for ; Sun, 10 Sep 2006 19:11:19 +0000 (GMT) (envelope-from fysical@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1684289pye for ; Sun, 10 Sep 2006 12:10:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=oqj9aI943ylizj+3VFVXUw0wJAxWDlDczrG4zBz9AlLK49YGzotzFhdRPPmYvUaedAU5+NAyH/cQrkRo77nc35bY6Zm0FZaMgA78rHIHezPSs8IGV9nrS1Onimv3FesKrZg/7OrXmFLZFVlDdDn6tCp1bpUxppkuAqMEjNH2MIk= Received: by 10.65.219.4 with SMTP id w4mr1031245qbq; Sun, 10 Sep 2006 12:10:45 -0700 (PDT) Received: by 10.65.124.13 with HTTP; Sun, 10 Sep 2006 12:10:45 -0700 (PDT) Message-ID: <73d604760609101210g2a239e38nf07f13bca477fda8@mail.gmail.com> Date: Mon, 11 Sep 2006 00:40:45 +0530 From: "Viswas Nair" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Sis 190 linux to BSD driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 19:11:20 -0000 I have a Asus K8S-MX system with has the SiS190 integrated ethernet driver. The ethernet does get detected in the OS and I notice that there is no native BSD driver. I tried project evil and make an ndis wrapper around the windows driver. However this does not work. I have found the linux source for this driver. Could anyone give tips on how to covert this linux driver to work with BSD or any other alternate suggestion? Thanks, Vishy