Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263949AbTF3XpS (ORCPT ); Mon, 30 Jun 2003 19:45:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263738AbTF3XpS (ORCPT ); Mon, 30 Jun 2003 19:45:18 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:9373 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S263258AbTF3XpO (ORCPT ); Mon, 30 Jun 2003 19:45:14 -0400 Message-ID: <3F00CEDC.2010806@pobox.com> Date: Mon, 30 Jun 2003 19:59:24 -0400 From: Jeff Garzik Organization: none User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: en MIME-Version: 1.0 To: LKML , SCSI Mailing List Subject: ata-scsi driver update Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1299 Lines: 32 maintenance update, nothing terribly new or exciting. mostly error handling improvements and cleanups (and some bug fixes just for fun). GNU diff, versus 2.4.21 release: ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/2.4.21-atascsi1.patch.bz2 BK repos: bk://kernel.bkbits.net/jgarzik/atascsi-2.[45] The 2.5 repo is a bit out of date WRT the latest scsi api, but the ata-scsi driver itself is 100% in sync with its 2.4 counterpart. (due to the large number of changes in 2.5 scsi, the 2.5 driver is a fork of the 2.4 driver) detailed changes: * add autogenerated docbook docs * add atapi (ifdef'd out, due to lack of err handling) * better ata probing, including better err handling during probe * more piix pci ids. bump up ich5 sata max speed to udma6. * beginnings of SYNCHRONIZE CACHE support for ATA drives * better SCSI emulation for ATA drives * cleanups, simplifications, minor bug fixes * a huge search-n-replace job, s/ata_host/ata_port/ A couple new host drivers coming next, along with atapi error handling... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/