From owner-cvs-src@FreeBSD.ORG Wed Apr 20 23:51:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E96116A4CE; Wed, 20 Apr 2005 23:51:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642D843D1D; Wed, 20 Apr 2005 23:51:32 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3KNpWWa057708; Wed, 20 Apr 2005 23:51:32 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3KNpWlH057707; Wed, 20 Apr 2005 23:51:32 GMT (envelope-from ambrisko) Message-Id: <200504202351.j3KNpWlH057707@repoman.freebsd.org> From: Doug Ambrisko Date: Wed, 20 Apr 2005 23:51:32 +0000 (UTC) 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-all.c ata-all.h ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 23:51:32 -0000 ambrisko 2005-04-20 23:51:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c ata-all.h ata-dma.c ata-pci.c Log: Add in Promise and Intel SATA support based on FreeBSD 5.X ATAng. This gets the HW to work but not to deal with SATA errors. So if the drive has a read error it will probably lock up. This is a small subset of my patches that do deal with these errors and other issues in FreeBSD and ata-raid. Sponsored by: IronPort Systems Revision Changes Path 1.50.2.49 +168 -36 src/sys/dev/ata/ata-all.c 1.26.2.15 +166 -13 src/sys/dev/ata/ata-all.h 1.35.2.39 +95 -17 src/sys/dev/ata/ata-dma.c 1.32.2.22 +164 -18 src/sys/dev/ata/ata-pci.c