[patch 2/2] drivers/scsi/sata_vsc: Use the DMA_32BIT_MASK constant

2005-04-08 Thread domen
The previous patch did not compile cleanly on all architectures so here's a fixed one. Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() This patch includes dma-mapping.h explicitly because it caused errors on some

[patch 1/2] drivers/scsi/ahci: Use the DMA_{64,32}BIT_MASK constants

2005-04-08 Thread domen
The previous patch did not compile cleanly on all architectures so here's a fixed one. Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() This patch includes dma-mapping.h explicitly because it caused errors on some

'hdparm -C' problems with libata-dev

2005-04-08 Thread Gerald Hopf
Hi everyone, I've been trying to get the hdparm and hddtemp tools to work with my Seagate SATA Drives. I have 4 Drives connected to an nVidia nForce 3 SATA Controller, and 1 Drive connected to a Promise SATA 150 TX2. After some reading, i found out that SMART support for reading the

LIBATA AHCI engine timeout hang with ATAPI devices

2005-04-08 Thread Eric A. Cottrell
Hello, I made the mistake of getting the Plextor SATA DVD Recorder with my new system not realizing that SATA support is just coming online. I want to turn this into an opportunity to make the Plextor work. Thanks to the IDE information pages I got a good start. I have success using the

[PATCH] Re: LIBATA AHCI engine timeout hang with ATAPI devices

2005-04-08 Thread Jeff Garzik
Eric A. Cottrell wrote: Hello, I made the mistake of getting the Plextor SATA DVD Recorder with my new system not realizing that SATA support is just coming online. I want to turn this into an opportunity to make the Plextor work. Thanks to the IDE information pages I got a good start. I

Re: LIBATA AHCI engine timeout hang with ATAPI devices

2005-04-08 Thread Eric A. Cottrell
Jeff Garzik wrote: You need something like the attached patch. In general, ATAPI is still very much experimental at this point. One known bug that affects libata is that ATAPI DMA is not aligned to a 4-byte boundary. Hello, Thanks. I already have that patch applied. I will poke around the