From owner-freebsd-drivers@FreeBSD.ORG Mon Dec 10 20:13:14 2007 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97D4416A421 for ; Mon, 10 Dec 2007 20:13:14 +0000 (UTC) (envelope-from alexander.pohoyda@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 643A813C45D for ; Mon, 10 Dec 2007 20:13:13 +0000 (UTC) (envelope-from alexander.pohoyda@gmx.net) Received: (qmail invoked by alias); 10 Dec 2007 19:46:29 -0000 Received: from p54ADA9C0.dip0.t-ipconnect.de (EHLO apog-desktop.local) [84.173.169.192] by mail.gmx.net (mp043) with SMTP; 10 Dec 2007 20:46:29 +0100 X-Authenticated: #14602519 X-Provags-ID: V01U2FsdGVkX19C43IUOMBCW071nH/JOh+Ng0M+S2Viv2KnkX2EHq FRoi0ZkePfBzfZ From: Alexander Pohoyda To: freebsd-drivers@freebsd.org Date: Mon, 10 Dec 2007 20:46:27 +0100 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_TeZXHiZGIa5ibMK" Message-Id: <200712102046.27504.alexander.pohoyda@gmx.net> X-Y-GMX-Trusted: 0 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: SiS 190 NIC driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2007 20:13:14 -0000 --Boundary-00=_TeZXHiZGIa5ibMK Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello! Attached is a driver for the SiS 190 NIC found in some Shuttle XPS boxes. I have developed it based on the code of SiS 900 BSD driver using hints and enums from Linux and Solaris drivers. It is developed and tested to be working on FreeBSD 5.4 amd64. Please bear in mind that this is my first driver ever. The driver surely needs some corrections and more work (collision handling, polling mode, etc) but I'm not able to do this right now becasue of the missing documentation. Please review the code and add it into the source with any corrections you dimi necessary. Thank you! With best regards, Alexander Pohoyda --Boundary-00=_TeZXHiZGIa5ibMK--