From owner-cvs-all@FreeBSD.ORG Mon Apr 25 17:20:19 2005 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 DF4E916A4CE; Mon, 25 Apr 2005 17:20:19 +0000 (GMT) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 860C643D49; Mon, 25 Apr 2005 17:20:19 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 25 Apr 2005 10:20:19 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id j3PHKJxd017136; Mon, 25 Apr 2005 10:20:19 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id j3PHKI1i017135; Mon, 25 Apr 2005 10:20:18 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200504251720.j3PHKI1i017135@ambrisko.com> In-Reply-To: <426BDC76.9020106@locore.ca> To: Jake Burkholder Date: Mon, 25 Apr 2005 10:20:18 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: Doug Ambrisko cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h 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: Mon, 25 Apr 2005 17:20:20 -0000 Jake Burkholder writes: | Doug Ambrisko wrote: | >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 | | FWIW I get lockups after 10 or 15 minutes moderate disk load with these | changes, no messages on the console or anything, just stops. First time | was during 'make index' on the ports tree, second time was during | 'portinstall -p p5-xmltv'. I backed up src/sys/dev/ata to '2004/04/20 | 00:00:00' and it hasn't happened again, the machine had been up around | 130 days before this with no problems, running 4-STABLE from october | 4th. Its a via epia m10000 motherboard with a 200GB seagate ATA100 | disk, headless nfs server and gateway for a bunch of diskless machines | so its hard to get at the console or take it down for testing. dmesg is | attached. Thanks for the information. I'll look to see if something else slipped in this merge. If I can't find anything then I'll revert it. Doug A.