Discussion:
Compact Flash bug
P***@nlynx.com
2002-05-13 21:43:13 UTC
Permalink
in 2.4.18 the routine which is determining if Compact Flash
has Sandisk spelled SunDisk.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Maciej W. Rozycki
2002-05-13 21:43:14 UTC
Permalink
Post by P***@nlynx.com
in 2.4.18 the routine which is determining if Compact Flash
has Sandisk spelled SunDisk.
That looks correct. The company seems to have problems with identity:

# hdparm -i /dev/hda

/dev/hda:

Model=SunDisk SD35B-64, FwRev=vcb 1.45, SerialNo=MT311213748
Config={ HardSect NotMFM Fixed DTR>10Mbs nonMagnetic }
RawCHS=490/8/32, TrkSize=0, SectSize=576, ECCbytes=4
BuffType=DualPort, BuffSize=1kB, MaxMultSect=1, MultSect=1
CurCHS=490/8/32, CurSects=125440, LBA=yes, LBAsects=125440
IORDY=no
PIO modes: pio0 pio1
DMA modes:
AdvancedPM=no

(that's a traditional 3.5" ATA flash device).
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: ***@ds2.pg.gda.pl, PGP key available +

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Randy.Dunlap
2002-05-13 21:45:44 UTC
Permalink
On Mon, 13 May 2002, Maciej W. Rozycki wrote:

| On Mon, 13 May 2002 ***@nlynx.com wrote:
|
| > in 2.4.18 the routine which is determining if Compact Flash
| > has Sandisk spelled SunDisk.
|
| That looks correct. The company seems to have problems with identity:
|
| # hdparm -i /dev/hda
|
| /dev/hda:
|
| Model=SunDisk SD35B-64, FwRev=vcb 1.45, SerialNo=MT311213748
| Config={ HardSect NotMFM Fixed DTR>10Mbs nonMagnetic }
| RawCHS=490/8/32, TrkSize=0, SectSize=576, ECCbytes=4
| BuffType=DualPort, BuffSize=1kB, MaxMultSect=1, MultSect=1
| CurCHS=490/8/32, CurSects=125440, LBA=yes, LBAsects=125440
| IORDY=no
| PIO modes: pio0 pio1
| DMA modes:
| AdvancedPM=no
|
| (that's a traditional 3.5" ATA flash device).

Yes, the company changed its name (at the urging of Sun IIRC).
--
~Randy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Matthew Dharm
2002-05-13 21:59:42 UTC
Permalink
Someone should probably add a comment to that effect. Even some recently
purchased units use the old spelling.

Matt
Post by Randy.Dunlap
|
| > in 2.4.18 the routine which is determining if Compact Flash
| > has Sandisk spelled SunDisk.
|
|
| # hdparm -i /dev/hda
|
|
| Model=SunDisk SD35B-64, FwRev=vcb 1.45, SerialNo=MT311213748
| Config={ HardSect NotMFM Fixed DTR>10Mbs nonMagnetic }
| RawCHS=490/8/32, TrkSize=0, SectSize=576, ECCbytes=4
| BuffType=DualPort, BuffSize=1kB, MaxMultSect=1, MultSect=1
| CurCHS=490/8/32, CurSects=125440, LBA=yes, LBAsects=125440
| IORDY=no
| PIO modes: pio0 pio1
| AdvancedPM=no
|
| (that's a traditional 3.5" ATA flash device).
Yes, the company changed its name (at the urging of Sun IIRC).
--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
--
Matthew Dharm Home: mdharm-***@one-eyed-alien.net
Maintainer, Linux USB Mass Storage Driver

It's monday. It must be monday.
-- Greg
User Friendly, 5/4/1998
P***@nlynx.com
2002-05-13 22:04:34 UTC
Permalink
I was referring to drive_is_flashcard() in ide.c
I believe SunDisk SDCFB s/b SanDisk.





"Maciej W. Rozycki" <***@ds2.pg.gda.pl> on 05/13/2002 04:43:14 PM

To: Phillip Watts/austin/***@Nlynx
cc: linux-***@vger.kernel.org

Subject: Re: Compact Flash bug
Post by P***@nlynx.com
in 2.4.18 the routine which is determining if Compact Flash
has Sandisk spelled SunDisk.
That looks correct. The company seems to have problems with identity:

# hdparm -i /dev/hda

/dev/hda:

Model=SunDisk SD35B-64, FwRev=vcb 1.45, SerialNo=MT311213748
Config={ HardSect NotMFM Fixed DTR>10Mbs nonMagnetic }
RawCHS=490/8/32, TrkSize=0, SectSize=576, ECCbytes=4
BuffType=DualPort, BuffSize=1kB, MaxMultSect=1, MultSect=1
CurCHS=490/8/32, CurSects=125440, LBA=yes, LBAsects=125440
IORDY=no
PIO modes: pio0 pio1
DMA modes:
AdvancedPM=no

(that's a traditional 3.5" ATA flash device).

--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: ***@ds2.pg.gda.pl, PGP key available +





-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Andre Hedrick
2002-05-13 22:36:00 UTC
Permalink
Not an issue since at the change from SunDisk to SanDisk, the updated the
identify page of the device to correspond to a flash signature.
Post by P***@nlynx.com
in 2.4.18 the routine which is determining if Compact Flash
has Sandisk spelled SunDisk.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Andre Hedrick
LAD Storage Consulting Group

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Continue reading on narkive:
Loading...