From owner-freebsd-current@FreeBSD.ORG Sun Jul 6 09:01:27 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 80EB937B401; Sun, 6 Jul 2003 09:01:27 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 991EA43FAF; Sun, 6 Jul 2003 09:01:25 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9) id h66G1No8073470; Sun, 6 Jul 2003 18:01:23 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200307061601.h66G1No8073470@spider.deepcore.dk> In-Reply-To: <200307061757.29433.avleeuwen@piwebs.com> To: Arjan van Leeuwen Date: Sun, 6 Jul 2003 18:01:23 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 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:01:28 -0000 It seems Arjan van Leeuwen wrote: > Hi, > > Is the Silicon Image SiI 3112 Serial ATA controller supported in -CURRENT, or > is anybody working on support? I have one here (on a Asus A7N8X mainboard), > but the controller is not recognized at boot. If I can help anyone with > information about the system, that'd be very nice - I'd like to have support > for those fast Western Digital Raptors :). 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. Sponsored by: David Leimbach (3112 based controller) Sponsored by: FreeBSD Systems (www.FreeBSDsystems.com) (SATA disks) -Søren