From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:47:43 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 3231516A4CE; Thu, 4 Dec 2003 02:47:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E18243F85; Thu, 4 Dec 2003 02:47:42 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AlgXJ074528; Thu, 4 Dec 2003 02:47:42 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Algfp074527; Thu, 4 Dec 2003 02:47:42 -0800 (PST) (envelope-from sos) Message-Id: <200312041047.hB4Algfp074527@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 4 Dec 2003 02:47:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c 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: Thu, 04 Dec 2003 10:47:43 -0000 sos 2003/12/04 02:47:42 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-dma.c ata-pci.c Log: Add support for the VIA 8235 and 8237 including the SATA part. Add support for the AMD 8111 Fix support for the nForce (so it actually does something). Add support for the nForc2 and nForce3. Ideas from -current but different impl. Sponsored by: Yahoo! Revision Changes Path 1.35.2.37 +40 -10 src/sys/dev/ata/ata-dma.c 1.32.2.20 +14 -0 src/sys/dev/ata/ata-pci.c