From owner-cvs-all@FreeBSD.ORG Wed Jul 2 03:50:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED2C737B404; Wed, 2 Jul 2003 03:50:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E31743FFD; Wed, 2 Jul 2003 03:50:45 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h62Aoj0U019583; Wed, 2 Jul 2003 03:50:45 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h62AoiWN019579; Wed, 2 Jul 2003 03:50:44 -0700 (PDT) Message-Id: <200307021050.h62AoiWN019579@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 2 Jul 2003 03:50:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 10:50:46 -0000 sos 2003/07/02 03:50:44 PDT FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: 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) Revision Changes Path 1.32 +114 -46 src/sys/dev/ata/ata-chipset.c 1.63 +3 -8 src/sys/dev/ata/ata-pci.c 1.12 +4 -3 src/sys/dev/ata/ata-pci.h