From: Ortwin Glück on 25 Jun 2010 14:10 On 25.06.2010 17:19, Tejun Heo wrote: > Patch attached, but please see below. Cheers, I will give it a try and provide feedback if "it" happens again. > Is it PATA? Yes. This chipset doesn't have SATA, only PATA. CONFIG_ATA=y CONFIG_ATA_SFF=y CONFIG_SATA_NV=y CONFIG_PATA_AMD=y > Why do you have 2.01? for the DVD drive? > Can you please attach full boot > log? attached. Thanks. Ortwin
From: Robert Hancock on 26 Jun 2010 00:10 On 06/25/2010 12:00 PM, Ortwin Gl�ck wrote: > > > On 25.06.2010 17:19, Tejun Heo wrote: >> Patch attached, but please see below. > > Cheers, I will give it a try and provide feedback if "it" happens again. > >> Is it PATA? > > Yes. This chipset doesn't have SATA, only PATA. Ahh, ok, it's not sata_nv at all then, it's pata_amd. On the same chip, totally different controller though. PATA doesn't normally use hard-resets as a means of error recovery - that would mean hitting the RESET line, which I don't think most controllers can do on software command (it usually only gets asserted on power up or hitting the reset button), unlike on SATA where there's a defined way to trigger a COMRESET which is mostly equivalent. Also, that resets both devices on the channel, unlike soft reset which is specific to one device. > > CONFIG_ATA=y > CONFIG_ATA_SFF=y > CONFIG_SATA_NV=y > CONFIG_PATA_AMD=y > >> Why do you have 2.01? > > for the DVD drive? > >> Can you please attach full boot >> log? > > attached. > > Thanks. > Ortwin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Tejun Heo on 26 Jun 2010 04:10 Hello, On 06/26/2010 06:07 AM, Robert Hancock wrote: > Ahh, ok, it's not sata_nv at all then, it's pata_amd. On the same chip, > totally different controller though. > > PATA doesn't normally use hard-resets as a means of error recovery - > that would mean hitting the RESET line, which I don't think most > controllers can do on software command (it usually only gets asserted on > power up or hitting the reset button), unlike on SATA where there's a > defined way to trigger a COMRESET which is mostly equivalent. Also, that > resets both devices on the channel, unlike soft reset which is specific > to one device. Yeah, if it's pata_amd and SRST isn't recovering the device, there isn't much else to do. :-( Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Ortwin Glück on 26 Jun 2010 05:10 On 26.06.2010 06:07, Robert Hancock wrote: > PATA doesn't normally use hard-resets as a means of error recovery - > that would mean hitting the RESET line, which I don't think most > controllers can do on software command Alright, no worries. I'll try to address the problem from the hardware side then: cables, drives, etc. Thanks. Ortwin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Sergei Shtylyov on 27 Jun 2010 14:30 Hello. Robert Hancock wrote: >> On 25.06.2010 17:19, Tejun Heo wrote: >>> Patch attached, but please see below. >> Cheers, I will give it a try and provide feedback if "it" happens again. >>> Is it PATA? >> Yes. This chipset doesn't have SATA, only PATA. > Ahh, ok, it's not sata_nv at all then, it's pata_amd. On the same chip, > totally different controller though. > PATA doesn't normally use hard-resets as a means of error recovery - > that would mean hitting the RESET line, which I don't think most > controllers can do on software command (it usually only gets asserted on > power up or hitting the reset button), unlike on SATA where there's a > defined way to trigger a COMRESET which is mostly equivalent. Also, that > resets both devices on the channel, unlike soft reset which is specific > to one device. PATA soft reset affects both devices too. Unless you mean ATAPI Device Reset command. MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
First
|
Prev
|
Pages: 1 2 Prev: cifs: read pages from FS-Cache Next: cifs: store pages into local cache |