get-identity ioctl in libata?

2005-03-07 Thread Jeff Garzik
Bart, Did you say that there was some problem with the patch to add HDIO_GET_IDENTITY support to libata (attached)? I forget what the issues were, and this has been sitting in libata-dev-2.6 for a while. Jeff diff -Nru a/drivers/scsi/libata-scsi.c b/drivers/scsi/libata-scsi.c --- a/dri

[BK PATCHES] 2.4.x libata updates

2005-03-07 Thread Jeff Garzik
Please do a bk pull bk://kernel.bkbits.net/jgarzik/libata-upstream-2.4 This will update the following files: drivers/scsi/libata-core.c |9 - drivers/scsi/sata_nv.c |6 -- drivers/scsi/sata_qstor.c | 30 -- drivers/scsi/sata_sil.c

[BK PATCHES] 2.6.x libata updates

2005-03-07 Thread Jeff Garzik
Please do a bk pull bk://gkernel.bkbits.net/libata-2.6 This will update the following files: drivers/scsi/libata-core.c | 16 ++-- drivers/scsi/sata_nv.c |6 -- drivers/scsi/sata_sil.c|2 +- drivers/scsi/sata_svw.c|4 ++-- drivers/scsi/sata_vsc

Re: [PATCH] Some IDE chipsets are architecture-specific

2005-03-07 Thread Jeff Garzik
Matthew Wilcox wrote: Mark some chipset support as being for specific architectures. I may have got some wrong, so please double-check. Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]> Index: ./drivers/ide/Kconfig === RCS file: /var/c

Re: [PATCH] Re: AHCI: support for tf_read (RFC)

2005-03-07 Thread Brett Russ
Jeff Garzik wrote: Brett Russ wrote: I coded this because ata_pass_thru_cc() (in the dev branch) and other functions call tf_read() which is supported for most except ahci. I've been unable to test because I'm leaving on vacation and am in a last minute rush but wanted to get this out there for com

Re: [PATCH] Some IDE chipsets are architecture-specific

2005-03-07 Thread Ben Dooks
On Mon, Mar 07, 2005 at 04:47:55PM +0100, Erik Mouw wrote: > On Mon, Mar 07, 2005 at 03:28:03PM +, Matthew Wilcox wrote: > > Mark some chipset support as being for specific architectures. > > I may have got some wrong, so please double-check. > > > > Signed-off-by: Matthew Wilcox <[EMAIL PROTE

Re: [PATCH] Some IDE chipsets are architecture-specific

2005-03-07 Thread Erik Mouw
On Mon, Mar 07, 2005 at 03:28:03PM +, Matthew Wilcox wrote: > Mark some chipset support as being for specific architectures. > I may have got some wrong, so please double-check. > > Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]> > > Index: ./drivers/ide/Kconfig > ==

[PATCH] Some IDE chipsets are architecture-specific

2005-03-07 Thread Matthew Wilcox
Mark some chipset support as being for specific architectures. I may have got some wrong, so please double-check. Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]> Index: ./drivers/ide/Kconfig === RCS file: /var/cvs/linux-2.6/driver

[PATCH ide-2.6] pdc202xx_new: hardware auto set timing registers fix

2005-03-07 Thread Albert Lee
Hi Bart, These is the patches for pdc202xx_new hardware auto set timing register problem. (Promise pdc2027x hardware will look at the SET FEATURES and set the timing registers automatically. Under 133MHz PLL, the values set by the hardware is based on 100MHz and is incorrect.) Changes: - Reor