* Compact Flash bug
@ 2002-05-13 21:43 Phillip.Watts
2002-05-13 21:43 ` Maciej W. Rozycki
2002-05-13 22:36 ` Andre Hedrick
0 siblings, 2 replies; 6+ messages in thread
From: Phillip.Watts @ 2002-05-13 21:43 UTC (permalink / raw)
To: linux-kernel
in 2.4.18 the routine which is determining if Compact Flash
has Sandisk spelled SunDisk.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compact Flash bug
2002-05-13 21:43 Compact Flash bug Phillip.Watts
@ 2002-05-13 21:43 ` Maciej W. Rozycki
2002-05-13 21:45 ` Randy.Dunlap
2002-05-13 22:36 ` Andre Hedrick
1 sibling, 1 reply; 6+ messages in thread
From: Maciej W. Rozycki @ 2002-05-13 21:43 UTC (permalink / raw)
To: Phillip.Watts; +Cc: linux-kernel
On Mon, 13 May 2002 Phillip.Watts@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).
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compact Flash bug
2002-05-13 21:43 ` Maciej W. Rozycki
@ 2002-05-13 21:45 ` Randy.Dunlap
2002-05-13 21:59 ` Matthew Dharm
0 siblings, 1 reply; 6+ messages in thread
From: Randy.Dunlap @ 2002-05-13 21:45 UTC (permalink / raw)
To: Maciej W. Rozycki; +Cc: Phillip.Watts, linux-kernel
On Mon, 13 May 2002, Maciej W. Rozycki wrote:
| On Mon, 13 May 2002 Phillip.Watts@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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compact Flash bug
2002-05-13 21:45 ` Randy.Dunlap
@ 2002-05-13 21:59 ` Matthew Dharm
0 siblings, 0 replies; 6+ messages in thread
From: Matthew Dharm @ 2002-05-13 21:59 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: Maciej W. Rozycki, Phillip.Watts, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1557 bytes --]
Someone should probably add a comment to that effect. Even some recently
purchased units use the old spelling.
Matt
On Mon, May 13, 2002 at 02:45:44PM -0700, Randy.Dunlap wrote:
> On Mon, 13 May 2002, Maciej W. Rozycki wrote:
>
> | On Mon, 13 May 2002 Phillip.Watts@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 majordomo@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 Home: mdharm-usb@one-eyed-alien.net
Maintainer, Linux USB Mass Storage Driver
It's monday. It must be monday.
-- Greg
User Friendly, 5/4/1998
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compact Flash bug
2002-05-13 21:43 Compact Flash bug Phillip.Watts
2002-05-13 21:43 ` Maciej W. Rozycki
@ 2002-05-13 22:36 ` Andre Hedrick
1 sibling, 0 replies; 6+ messages in thread
From: Andre Hedrick @ 2002-05-13 22:36 UTC (permalink / raw)
To: Phillip.Watts; +Cc: linux-kernel
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.
On Mon, 13 May 2002 Phillip.Watts@nlynx.com wrote:
>
>
> 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 majordomo@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
LAD Storage Consulting Group
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compact Flash bug
@ 2002-05-13 22:04 Phillip.Watts
0 siblings, 0 replies; 6+ messages in thread
From: Phillip.Watts @ 2002-05-13 22:04 UTC (permalink / raw)
To: Maciej W. Rozycki; +Cc: linux-kernel
I was referring to drive_is_flashcard() in ide.c
I believe SunDisk SDCFB s/b SanDisk.
"Maciej W. Rozycki" <macro@ds2.pg.gda.pl> on 05/13/2002 04:43:14 PM
To: Phillip Watts/austin/Nlynx@Nlynx
cc: linux-kernel@vger.kernel.org
Subject: Re: Compact Flash bug
On Mon, 13 May 2002 Phillip.Watts@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).
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-05-13 22:38 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-13 21:43 Compact Flash bug Phillip.Watts
2002-05-13 21:43 ` Maciej W. Rozycki
2002-05-13 21:45 ` Randy.Dunlap
2002-05-13 21:59 ` Matthew Dharm
2002-05-13 22:36 ` Andre Hedrick
2002-05-13 22:04 Phillip.Watts
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®