Re: hda: set_drive_speed_status: status=0x51 { DriveReady SeekComplete Error }

2007-08-30 Thread John Sigler
Alan Cox wrote: John Sigler wrote: Standards: Likely used: 1 Prehistory The tragic bit is that we were sold similar DOMs in 2007... (It's probably time to change suppliers?) LBA, IORDY not likely No DMA, nothing above PIO2 OK. (Grumble) Buffer type:

hard drive ioctl's

2007-08-30 Thread Kantor Zsolt
Hi, I'm learning hard disk ioctl's. I looked into hdreg.h, ide.c, in the ide task file source codes, I have read the ATA ANSI standards, but there are some things that I don't really understand. Can somebody give me some hints, good books, tutorials, related to this problem of mine ?. Or if you

Re: hda: set_drive_speed_status: status=0x51 { DriveReady SeekComplete Error }

2007-08-30 Thread John Sigler
Petr Vandrovec wrote: John Sigler wrote: Alan Cox wrote: Basically your dinosaur is working correctly. What do the warnings mean? :-) That your drive does not support set transfer mode/speed command at all, or that value which kernel tried is not supported by the drive... I would

Re: hda: set_drive_speed_status: status=0x51 { DriveReady SeekComplete Error }

2007-08-30 Thread Alan Cox
Buffer size: 1.0kB bytes avail on r/w long: 4 (Assuming an 8-bit byte, 4 bytes = 32 bits) R/W Long is a different thing. When you say the current libata IDE do you mean PATA_VIA (in my case)? I've avoided this driver because it is marked EXPERIMENTAL. Would there be any

Re: hda: set_drive_speed_status: status=0x51 { DriveReady SeekComplete Error }

2007-08-30 Thread John Sigler
John Sigler wrote: Petr Vandrovec wrote: John Sigler wrote: Alan Cox wrote: Basically your dinosaur is working correctly. What do the warnings mean? :-) That your drive does not support set transfer mode/speed command at all, or that value which kernel tried is not supported by the

Re: ATAPI tape drives broken with libata

2007-08-30 Thread Chuck Ebbert
On 08/29/2007 07:50 PM, Alan Cox wrote: Device Ready, Seek Complete, Data Request, Error DRQ and Error together is a bit odd to say the least It then commits suicide and falls off the bus. That may be due to the fact we use SRST on ATAPI device errors still rather than trying an ATAPI

Re: Problems with IDE on linux 2.6.22.X

2007-08-30 Thread Jan Engelhardt
On Aug 28 2007 19:05, Rene Herman wrote: Okay Rene, I activated SCSI CD-ROM support in kernel config and now all works again. It's strange, because I never used this option to get my DVD device on. Sheesh. How could anyone _not_ understand you need SCSI CD-ROM support for your IDE DVD-RW

Re: Problems with IDE on linux 2.6.22.X

2007-08-30 Thread Lennart Sorensen
On Thu, Aug 30, 2007 at 09:31:14PM +0200, Jan Engelhardt wrote: Welcome to the wonderful world of SCSIfying ATA. (Don't talk about ATAPI, USB/Firewire, it's a different matter.) I guess eventually all disks will appear the same, just like on BSD and many other systems (probably most other

Re: Problems with IDE on linux 2.6.22.X

2007-08-30 Thread Rene Herman
On 08/30/2007 09:31 PM, Jan Engelhardt wrote: On Aug 28 2007 19:05, Rene Herman wrote: Sheesh. How could anyone _not_ understand you need SCSI CD-ROM support for your IDE DVD-RW drive... Welcome to the wonderful world of SCSIfying ATA. (Don't talk about ATAPI, USB/Firewire, it's a

Re: Problems with IDE on linux 2.6.22.X

2007-08-30 Thread Greg Freemyer
On 8/30/07, Rene Herman [EMAIL PROTECTED] wrote: On 08/30/2007 09:31 PM, Jan Engelhardt wrote: On Aug 28 2007 19:05, Rene Herman wrote: Sheesh. How could anyone _not_ understand you need SCSI CD-ROM support for your IDE DVD-RW drive... Welcome to the wonderful world of SCSIfying ATA.

Re: Problems with IDE on linux 2.6.22.X

2007-08-30 Thread Lennart Sorensen
On Thu, Aug 30, 2007 at 05:16:46PM -0400, Greg Freemyer wrote: USB / Firewire / FC / iSCSI are all SCSI transports and fit within the SCSI subsystem by design. ie. Just like ethernet, DSL, T-1, etc can all carry IP traffic with no conceptual conflict, many media by design carry SCSI traffic.

Re: Problems with IDE on linux 2.6.22.X

2007-08-30 Thread Rene Herman
On 08/30/2007 11:16 PM, Greg Freemyer wrote: On 8/30/07, Rene Herman [EMAIL PROTECTED] wrote: Well -- the world where ATA, SCSI, USB, Firewire and what have you are low-level drivers to a unifying storage layer is under non too obscure definitions sort of not non-wonderful... USB /

[PATCH 2.6.23-rc4] ahci: RAID mode SATA patch for Intel Tolapai

2007-08-30 Thread Jason Gaston
This patch adds the Intel Tolapai RAID controller DID's for SATA support. Signed-off-by:  Jason Gaston [EMAIL PROTECTED] --- linux-2.6.23-rc4/drivers/ata/ahci.c.orig2007-08-27 18:32:35.0 -0700 +++ linux-2.6.23-rc4/drivers/ata/ahci.c 2007-08-28 16:58:11.0 -0700 @@ -411,6

[PATCH 2.6.23-rc4] ata_piix: IDE mode SATA patch for Intel Tolapai

2007-08-30 Thread Jason Gaston
This updated patch adds the Intel Tolapai IDE mode SATA controller DID. Signed-off-by:  Jason Gaston [EMAIL PROTECTED] --- linux-2.6.23-rc4/drivers/ata/ata_piix.c.orig2007-08-27 18:32:35.0 -0700 +++ linux-2.6.23-rc4/drivers/ata/ata_piix.c 2007-08-29 17:13:13.0

Re: hda: set_drive_speed_status: status=0x51 { DriveReady SeekComplete Error }

2007-08-30 Thread Alan Cox
PIO mode 2 is mentioned. Even DMA seems to be supported. Or am I mistaken? Could there be a bug in my south bridge? Nothing there about DMA support. The data sheet says the media can only do 4.1MB/second which is consistent with only needing PIO2 (actually its far slower than PIO2) - To

[PATCH 2.6.23-rc4][RESEND] ata_piix: IDE mode SATA patch for Intel Tolapai

2007-08-30 Thread Jason Gaston
Resend without wordwrap. This updated patch adds the Intel Tolapai IDE mode SATA controller DID. Signed-off-by:  Jason Gaston [EMAIL PROTECTED] --- linux-2.6.23-rc4/drivers/ata/ata_piix.c.orig2007-08-27 18:32:35.0 -0700 +++ linux-2.6.23-rc4/drivers/ata/ata_piix.c 2007-08-29

[PATCH 2.6.23-rc4][RESEND] ahci: RAID mode SATA patch for Intel Tolapai

2007-08-30 Thread Jason Gaston
Resend without wordwrap. This patch adds the Intel Tolapai RAID controller DID's for SATA support. Signed-off-by:  Jason Gaston [EMAIL PROTECTED] --- linux-2.6.23-rc4/drivers/ata/ahci.c.orig2007-08-27 18:32:35.0 -0700 +++ linux-2.6.23-rc4/drivers/ata/ahci.c 2007-08-28

RE: [PATCH 2.6.23-rc4][RESEND] ahci: RAID mode SATA patch for Intel Tolapai

2007-08-30 Thread Gaston, Jason D
-Original Message- From: Gaston, Jason D Sent: Thursday, August 30, 2007 5:54 PM To: [EMAIL PROTECTED]; Gaston, Jason D Cc: linux-ide@vger.kernel.org; [EMAIL PROTECTED] Subject: [PATCH 2.6.23-rc4][RESEND] ahci: RAID mode SATA patch for Intel Tolapai Resend without wordwrap. This patch

Re: [PATCH 2.6.23-rc4][RESEND] ahci: RAID mode SATA patch for Intel Tolapai

2007-08-30 Thread Jeremy Higdon
On Thu, Aug 30, 2007 at 06:00:26PM -0700, Gaston, Jason D wrote: Resend without wordwrap. This patch adds the Intel Tolapai RAID controller DID's for SATA support. Signed-off-by:  Jason Gaston [EMAIL PROTECTED] --- linux-2.6.23-rc4/drivers/ata/ahci.c.orig 2007-08-27 18:32:35.0

[PATCH 2.6.23-rc4][reRESEND] ahci: RAID mode SATA patch for Intel Tolapai

2007-08-30 Thread Jason Gaston
Resend trying to remove 8-bit characters in the email. This patch adds the Intel Tolapai RAID controller DID's for SATA support. Signed-off-by: Jason Gaston [EMAIL PROTECTED] --- linux-2.6.23-rc4/drivers/ata/ahci.c.orig2007-08-27 18:32:35.0 -0700 +++

[PATCH 2.6.23-rc4][reRESEND] ata_piix: IDE mode SATA patch for Intel Tolapai

2007-08-30 Thread Jason Gaston
Resend trying to remove 8-bit characters in the email. This patch adds the Intel Tolapai IDE mode SATA controller DID's. Signed-off-by: Jason Gaston [EMAIL PROTECTED] --- linux-2.6.23-rc4/drivers/ata/ata_piix.c.orig2007-08-27 18:32:35.0 -0700 +++