From owner-freebsd-drivers@FreeBSD.ORG Fri Jan 16 19:22:40 2009 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 E794E1065673 for ; Fri, 16 Jan 2009 19:22:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id B910D8FC19 for ; Fri, 16 Jan 2009 19:22:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 4F44546B6C; Fri, 16 Jan 2009 14:22:40 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n0GJMYY7012663; Fri, 16 Jan 2009 14:22:34 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Alexander Pohoyda" Date: Fri, 16 Jan 2009 14:21:27 -0500 User-Agent: KMail/1.9.7 References: <20080429073249.167570@gmx.net> In-Reply-To: <20080429073249.167570@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901161421.27453.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 16 Jan 2009 14:22:34 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/8872/Fri Jan 16 11:55:46 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-drivers@freebsd.org Subject: Re: New NIC driver: sis190 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: Fri, 16 Jan 2009 19:22:41 -0000 On Tuesday 29 April 2008 3:32:49 am Alexander Pohoyda wrote: > I have fixed some minor issues so that it works on FreeBSD 7.0 now (tested with amd64 build) > > http://pohoyda.gmxhome.de/sis190-freebsd-7.tar.gz > > Please have a look and comment if there are obvious problems. Otherwise, I would appreciate if the driver were accepted into the tree. Thank you! Is this the latest version of this driver? -- John Baldwin