From owner-freebsd-drivers@FreeBSD.ORG Thu Jan 24 11:46:39 2008 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 F103816A417 for ; Thu, 24 Jan 2008 11:46:39 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id C040613C45B for ; Thu, 24 Jan 2008 11:46:39 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so347761waf.3 for ; Thu, 24 Jan 2008 03:46:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:content-transfer-encoding:in-reply-to:user-agent; bh=OsqRtu98wJ1t+g1iCBO4H1k+axKTCNBerBJ3Jkl3XwA=; b=qIIqwcc7FoZP6E4OTalG9JNOYdmQgDEVtq5KoNhFGkJDIHtsWbssYCYqiei/+5UOd5nzZo5P9tnIH0JwQ4RpRKnPldsR5OYN6yZNR80faOYNU7WJmJrTQrLu7UAW6FtWMAMsWiPrzTcU7k586NdWyD4WmL+TLrxfRYbwG8joDDw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:content-transfer-encoding:in-reply-to:user-agent; b=GuSDzlflFYYbq9xMrgbU+TYz0tgynSlHpAyHXo5Zn7g9LY/lMEIxTsEmgsUMgmnMWkgWNljThC5PV3Fvt9QMzT0GlK1aTDtAD6WohdrUeMaYDzgwQAQN2WM5YCV7/CwN13P3Ke1iJ/s3n3Kq+NusfDXaMVQ0LcGiXGi7mbLNMM4= Received: by 10.114.66.2 with SMTP id o2mr621359waa.111.1201173494919; Thu, 24 Jan 2008 03:18:14 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id l36sm1354620waf.1.2008.01.24.03.18.12 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Jan 2008 03:18:13 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m0OBI9ct020157 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 Jan 2008 20:18:09 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m0OBI7Cv020156; Thu, 24 Jan 2008 20:18:07 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 24 Jan 2008 20:18:07 +0900 From: Pyun YongHyeon To: Eirik =?iso-8859-1?Q?=D8verby?= Message-ID: <20080124111807.GA20113@cdnetworks.co.kr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-drivers@freebsd.org Subject: Re: SiS190 driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 11:46:40 -0000 On Thu, Jan 24, 2008 at 08:59:54AM +0100, Eirik Øverby wrote: > Hi! > > I am setting up a server with onboard SIS NICs, and realized I can't > make them work. There is no driver included in FreeBSD 7.0-RC1! > > Then I found this: > > http://lists.freebsd.org/pipermail/freebsd-drivers/2007-June/000438.html > > Did you do any more work? Did anyone wish to import into the FreeBSD Not yet due to lack of hardwares. > source tree? Is it available for download somewhere? > See http://lists.freebsd.org/pipermail/freebsd-drivers/2007-December/000557.html The author posted ported driver for FreeBSD 5.4. > Thanks! > > With best regards, > Eirik Øverby > -- Regards, Pyun YongHyeon