From owner-freebsd-current@FreeBSD.ORG Sun Jul 6 09:13:29 2003 Return-Path: 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 31EA437B401 for ; Sun, 6 Jul 2003 09:13:29 -0700 (PDT) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 1922243FE5 for ; Sun, 6 Jul 2003 09:13:27 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 78931 invoked by uid 85); 6 Jul 2003 16:13:57 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.15 (uvscan: v4.1.60/v4210. spamassassin: 2.x. Clear:SA:0(-4.7/5.0):. Processed in 10.956078 secs); 06 Jul 2003 16:13:57 -0000 X-Spam-Status: No, hits=-4.7 required=5.0 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 6 Jul 2003 16:13:46 -0000 From: Arjan van Leeuwen To: Soeren Schmidt Date: Sun, 6 Jul 2003 18:13:14 +0200 User-Agent: KMail/1.5.2 References: <200307061601.h66G1No8073470@spider.deepcore.dk> In-Reply-To: <200307061601.h66G1No8073470@spider.deepcore.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307061813.14552.avleeuwen@piwebs.com> cc: freebsd-current@FreeBSD.ORG cc: sos@FreeBSD.ORG Subject: Re: Silicon Image SiI 3112 Serial ATA controller support? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 06 Jul 2003 16:13:29 -0000 On Sunday 06 July 2003 18:01, Soeren Schmidt wrote: > It seems Arjan van Leeuwen wrote: (...) > > I committed support for that couple of days ago: > > ata-chipset.c: revision 1.32 > date: 2003/07/02 10:50:44; author: sos; state: Exp; lines: +114 -46 > Update the SATA support code to work more correctly with > real SATA disks now that I can test it. > > Add support for the SiI 3112 SATA chip using memory mapped I/O. > Update the support for the SiI 0680 to use the memio interface as well. Thanks! I'll update immediately. Arjan