From owner-cvs-src@FreeBSD.ORG Mon Jan 3 04:23:16 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 0484616A4CE; Mon, 3 Jan 2005 04:23:16 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id C46A343D45; Mon, 3 Jan 2005 04:23:15 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.89] ([66.127.85.89]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j034NEWi067939 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 2 Jan 2005 20:23:15 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <41D7AFC0.7010401@errno.com> Date: Sun, 02 Jan 2005 08:24:32 +0000 From: Sam Leffler User-Agent: Mozilla Thunderbird 0.8 (X11/20041021) X-Accept-Language: en-us, en MIME-Version: 1.0 To: SXren Schmidt References: <200501011924.j01JOPpb043551@repoman.freebsd.org> In-Reply-To: <200501011924.j01JOPpb043551@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.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: Mon, 03 Jan 2005 04:23:16 -0000 SXren Schmidt wrote: > sos 2005-01-01 19:24:25 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-chipset.c > Log: > Further update to the Promise code. > Support should now cover all old and current products. My thinkpads continue to panic at boot with memory use after free when probing the DVD drive. I've been rolling back ata-queue.c to 1.39 to correct the problem. From a working boot: aku# dmesg|grep ata atapci0: port 0x1860-0x186f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 ad0: 34796MB [70697/16/63] at ata0-master UDMA100 ata1-slave: FAILURE - ATAPI_IDENTIFY timed out ata1-slave: FAILURE - ATAPI_IDENTIFY timed out ata1-slave: FAILURE - ATAPI_IDENTIFY timed out acd0: DVDR at ata1-master UDMA33 When I told you this you said your code base had diverged too far from CVS to attempt to diagnose the problem. Perhaps you have something else yet to commit that will remedy this? Sam