Re: [PATCH] ide: motherboard-info based blacklist for ide-dma

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello, I wrote:


I have tried my old Trancend 64Mb, RamStar 521Mb and NCP 64Mb cards.
My old cards returned right id[ATA_ID_CONFIG] = 0x848A.

But I have to use Kingston CF Card 1Gb 2008.
ata_id_is_cfa() returns 0 for it and
id[ATA_ID_MAJOR_VER]    = 0

Ah, so it doesn't bother to report the ATA/PI support... haven't noticed that at first. Too many lists ot watch and things to do. :-]

id[ATA_ID_CONFIG]        = 0x044A

  That seems non-standard CF as ATA specifies that it must have
0x848A there.

   No, it mustn't.
   What does it have in id[ATA_ID_COMMAND_SET_2]?

   Well, you've already replied: it has 0 there.

I have only CF+ specification revision 2.0,  but I've found in wiki:

  Try googling for cfspc_41.pdf (and other versions), you'll be
surprised in a good way. ;-)

(http://en.wikipedia.org/wiki/CompactFlash#CF.2B_specification_revisions)

"... While the current revision 4.1 from 2004 works only in ATA mode,
..."

So I have reached an impasse. How to identify modern CF cards?

  Hm, I should consult the specs...

  ATA/PI-7 rev. 4b has this in 4.10:

Devices reporting the value 848Ah in IDENTIFY DEVICE data word 0 or
devices having bit 2 of IDENTIFY DEVICE data word 83 set to one shall
support the CFA feature Set. If the CFA feature set is implemented, all
five commands shall be implemented.

  Alan, looks like the libata's CF criterion needs to be enhanced.

   Oops, my bad -- I should've looked first. :-<
   Dmitry, just use the modern version of ata_id_is_cfa().

Sergei, I use the latest kernel from git repository
(http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git), if you are talking about this patch:
37014c64079748c47fd109ef2d91ecd785a8c764

   No, about this:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=b352e57dc3bb5033996adaa67c2f69b795eddd39

OK, I think I've found an issue in ata_id_is_cfa() as well: it tests bit 2 in the word 82 instead of the word 83.

Regards, Dmitry

MBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux