On Fri, 07 Jul 2006 17:12:01 BST, Alan Cox said: > The fact you get the same response with drivers/ide rather suggests that > in this case the problem is cable detection. Tweak ata_piix to print out > the cable type it detects. If it thinks its a 40 pin cable you know > where to start I tried instrumenting ich_pata_cbl_detect(), but it turns out that the chipset is an ICH3M (lspci ID 8086:248A), which ends up down in piix_pata_prereset which forces a 40-pin: ap->cbl = ATA_CBL_PATA40; Guess that explains that, unless the chipset actually *can* do 80-pin and has an 80-pin cable (which would be surprising because apparently none of the other piix variants can...)
Attachment:
pgpwpHYn73e1F.pgp
Description: PGP signature
- Follow-Ups:
- Re: 2.6.17-mm6 libata stupid question...
- From: Alan Cox <[email protected]>
- Re: 2.6.17-mm6 libata stupid question...
- References:
- Prev by Date: Re: [patch] spinlocks: remove 'volatile'
- Next by Date: Re: skge error; hangs w/ hardware memory hole
- Previous by thread: Re: 2.6.17-mm6 libata stupid question...
- Next by thread: Re: 2.6.17-mm6 libata stupid question...
- Index(es):