Alfred E. Heggestad | 5 Mar 2003 12:19
Picon

[PATCH] hdreg.h documentation fix

--- linux-2.5.63_orig/include/linux/hdreg.h	2003-02-24 20:05:31.000000000 +0100
+++ linux-2.5.63/include/linux/hdreg.h	2003-03-05 00:26:59.000000000 +0100
 <at>  <at>  -466,8 +466,8  <at>  <at> 
 /*
  * Structure returned by HDIO_GET_IDENTITY, as per ANSI NCITS ATA6 rev.1b spec.
  *
- * If you change something here, please remember to update fix_driveid() in
- * ide/probe.c.
+ * If you change something here, please remember to update ide_fix_driveid() in
+ * ide/ide-iops.c.
  */
 struct hd_driveid {
 	unsigned short	config;		/* lots of obsolete bit flags */

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

Anders Widman | 6 Mar 2003 10:14

testing


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

berthiaume_wayne | 6 Mar 2003 15:14

RE: testing

	Hello

-----Original Message-----
From: Anders Widman [mailto:andewid <at> tnonline.net]
Sent: Thursday, March 06, 2003 4:15 AM
To: linux-ide <at> vger.kernel.org
Subject: testing

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

Willy Gardiol | 11 Mar 2003 09:05
Picon
Favicon

Is alive?


Is this ML alive? does someone read this?

--

-- 

! 
 Willy Gardiol - gardiol <at> libero.it
 goemon.polito.it/~gardiol
 Use linux for your freedom.

   "Cari fratelli dell'altra sponda
    cantammo in coro giù sulla terra
    amammo in cento l'identica donna
    partimmo in mille per la stessa guerra.

    Questo ricordo non vi consoli
    quando si muore si muore soli."

	(Il Testamento, Fabrizio De Andrè)

berthiaume_wayne | 11 Mar 2003 21:55

RE: Is alive?

	Yes, but there is very little activity here.

> -----Original Message-----
> From: Willy Gardiol [mailto:gardiol <at> libero.it]
> Sent: Tuesday, March 11, 2003 3:06 AM
> To: linux-ide <at> vger.kernel.org
> Subject: Is alive?
> 
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> Is this ML alive? does someone read this?
> 
> - -- 
> 
> ! 
>  Willy Gardiol - gardiol <at> libero.it
>  goemon.polito.it/~gardiol
>  Use linux for your freedom.
> 
>    "Cari fratelli dell'altra sponda
>     cantammo in coro giù sulla terra
>     amammo in cento l'identica donna
>     partimmo in mille per la stessa guerra.
> 
>     Questo ricordo non vi consoli
>     quando si muore si muore soli."
> 
(Continue reading)

Willy Gardiol | 12 Mar 2003 12:21
Picon
Favicon

Bug in IDE controllers when connected to PCI?


Hi to all,
i think i run into a bug in current stable kernel's regarding IDE controllers 
and PCI.
Sorry for the long post, but i need some help from you to investigate this 
deeper.

I own a CDRW Philips 1610A, here is hdparm -i and -I output:

(hdparm -i)
/dev/hdf:
 Model=PHILIPS CDRW1610A, FwRev=0.010000, SerialNo=5VO2149DL13692
 Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
 RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
 BuffType=DualPortCache, BuffSize=128kB, MaxMultSect=0
 (maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
 IORDY=yes, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes: pio0 pio1 pio2 pio3 pio4
 DMA modes: sdma0 sdma1 sdma2 mdma0 mdma1 mdma2 udma0 udma1 udma2
 AdvancedPM=no

(hdparm -I)
/dev/hdf:
ATAPI CD-ROM, with removable media
        Model Number:           PHILIPS CDRW1610A
        Serial Number:          5VO2149DL13692
        Firmware Revision:      0.010000
Standards:
Configuration:
        DRQ response: 50us.
(Continue reading)

Bart Theunissen | 12 Mar 2003 13:19
Picon

Re: Bug in IDE controllers when connected to PCI?

Hi,

I am experiencing the same problem. The controller is a promise-20269 
and four disks are attached to it (dma is turned on for all drives)
I get the same error messages on the console (except for the scsi 
message). The message 'seeking beyond end of device' is also logged to 
console. Additionally, file corruption occurs in files that are changed 
very often (logfiles, database files). It seems that the erroneous data 
in the logfiles comes from other files on the same partition (/var). 
Sometimes it takes up to 12 hours before corruption occurs. The program 
I am using to test this is a java program that does write/read/modify 
and uses md5 to see if a file was changed (corrupted) without accessing 
the file directly. Sometimes, the complete systems crashes (it cannot 
execute a binary or find a library). I encountered this on kernel 2.4.20.

I am testing 2.4.17 to see if it has the same problem (gardiol said this 
one should be fine).

What can be the cause of this problem ? If more information is needed, 
or additional tests are required, let me know.

Greets,

Bart

Willy Gardiol wrote:

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
(Continue reading)

Bart Theunissen | 13 Mar 2003 11:23
Picon

Re: Bug in IDE controllers when connected to PCI?

Hi,

unfortunately, linux-2.4.17 does not support promise-20269 ;-(

Greetings,

Bart

Bart Theunissen wrote:

> Hi,
>
> I am experiencing the same problem. The controller is a promise-20269 
> and four disks are attached to it (dma is turned on for all drives)
> I get the same error messages on the console (except for the scsi 
> message). The message 'seeking beyond end of device' is also logged to 
> console. Additionally, file corruption occurs in files that are 
> changed very often (logfiles, database files). It seems that the 
> erroneous data in the logfiles comes from other files on the same 
> partition (/var). Sometimes it takes up to 12 hours before corruption 
> occurs. The program I am using to test this is a java program that 
> does write/read/modify and uses md5 to see if a file was changed 
> (corrupted) without accessing the file directly. Sometimes, the 
> complete systems crashes (it cannot execute a binary or find a 
> library). I encountered this on kernel 2.4.20.
>
> I am testing 2.4.17 to see if it has the same problem (gardiol said 
> this one should be fine).
>
> What can be the cause of this problem ? If more information is needed, 
(Continue reading)

berthiaume_wayne | 13 Mar 2003 15:15

RE: Bug in IDE controllers when connected to PCI?

	Native support of the PDC20269 chip did not show up until 2.4.19. If
I recall native 48LBA appeared in 2.4.16. You could try pulling
drivers/ide/pdc202xx.c from 2.4.19 and dropping it into 2.4.17 to replace
the present drivers/ide/pdc202xx.c and giving that a try.

> -----Original Message-----
> From: Bart Theunissen [mailto:Bart.Theunissen <at> pandora.be]
> Sent: Thursday, March 13, 2003 5:23 AM
> To: Bart Theunissen
> Cc: gardiol <at> libero.it; linux-kernel <at> vger.kernel.org;
> linux-ide <at> vger.kernel.org; Harrison_Richard <at> emc.com;
> berthiaume_wayne <at> emc.com
> Subject: Re: Bug in IDE controllers when connected to PCI?
> 
> 
> Hi,
> 
> unfortunately, linux-2.4.17 does not support promise-20269 ;-(
> 
> Greetings,
> 
> Bart
> 
> Bart Theunissen wrote:
> 
> > Hi,
> >
> > I am experiencing the same problem. The controller is a 
> promise-20269 
> > and four disks are attached to it (dma is turned on for all drives)
(Continue reading)

lasse | 13 Mar 2003 20:08

Problem upgrading kernel 2.2.x ->2.4.x

Hello.

I hope this is the right list.
Now i have a couple of motorolas cpn 5360's and cpn5300. on the 5300 i have no problems with 2.4 or 2.2 kernels.
But i have not been able boot with the 2.4.x kernel, as far as i can understand it looks like a ide problem. 
Im sorry about the long post.. but i'm not sure i can explan the problem without showing the bootup message.

I hope this information helps to understand what goes wrong.

--------2.2.20-bootup------
PhoenixPICOBIOS 4.0 Release 6.0     Copyright 1985-2000 Phoenix Technologies Ltd.All Rights
ReservedCPN5360 BIOS 2.0RM01, Copyright 1999-2000 Motorola, Inc.Build Time: 09/12/00 14:45:20     CPU =
Intel(R) Mobile Pentium(R) II processor  333 MHzPress <F2> to enter SETUP640K System RAM Passed127M
Extended RAM Passed256K Cache SRAM PassedSystem BIOS shadowedVideo BIOS shadowedUMB upper limit
segment address: E674Fixed Disk 0: SunDisk SDTB-128                        Fixed Disk 1: IBM-DBCA-206480                                             version 2.2.20
(root <at> cpn5360) (gcc version 2.95.4 20011002 (Debian prerelease)) #2 Tue Mar 4 13:59:00 CET 2003
BIOS-provided physical RAM map:
 BIOS-e820: 0009e000  <at>  00000000 (usable)
 BIOS-e820: 07f00000  <at>  00100000 (usable)
Detected 332505 kHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 663.55 BogoMIPS
Memory: 127484k/131072k available (1460k kernel code, 416k reserved, 1588k data, 124k init)
Dentry hash table entries: 16384 (order 5, 128k)
Buffer cache hash table entries: 131072 (order 7, 512k)
Page cache hash table entries: 32768 (order 5, 128k)
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
256K L2 cache (4 way)
CPU: L2 Cache: 256K
(Continue reading)


Gmane