mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.4.21-pre7-ac1] IDE Warning when booting
@ 2003-04-16 10:16 Henning P. Schmiedehausen
  2003-04-16 10:31 ` Athanasius
  0 siblings, 1 reply; 9+ messages in thread
From: Henning P. Schmiedehausen @ 2003-04-16 10:16 UTC (permalink / raw)
  To: linux-kernel

Hi,

I get these since many 2.4.21-pre<x>-ac<y> versions.

ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX3: IDE controller at PCI slot 00:07.1
PIIX3: chipset revision 0
PIIX3: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
hda: QUANTUM BIGFOOT_CY6480A, ATA DISK drive
blk: queue c02d2bc0, I/O limit 4095Mb (mask 0xffffffff)
hdc: IBM-DTLA-307060, ATA DISK drive
blk: queue c02d3018, I/O limit 4095Mb (mask 0xffffffff)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: attached ide-disk driver.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_no_data_intr: error=0x04 { DriveStatusError }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

hda: 12706470 sectors (6506 MB) w/67KiB Cache, CHS=790/255/63, DMA
hdc: attached ide-disk driver.
hdc: host protected area => 1
hdc: 120103200 sectors (61493 MB) w/1916KiB Cache, CHS=119150/16/63, (U)DMA
ide-floppy driver 0.99.newide
Partition check:
 hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 >
 hdc: [PTBL] [7943/240/63] hdc1 < hdc5 hdc6 >
ide-floppy driver 0.99.newide

The kernels itself are not too stable on my trustworthy old PPro 200
box (which runs rock solid with the RedHat 7.3 release kernels). Not
too stable means "crashes about every other night".

The is a PPro 200 with 256 MBytes RAM, Tyan Mainboard. Not
overclocked, well cooled, lightly loaded. It normally crashes when the
only really disk pushing operation (Backup via Amanda) is started at
night.

I sent some crash reports to Alan, I will post any with pre7-ac1
here. I got a serial console hooked up to that box and I intent to use
it. :-)

	Regards
		Henning


-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: [2.4.21-pre7-ac1] IDE Warning when booting
@ 2003-04-16 15:32 Mudama, Eric
  2003-04-16 21:02 ` Henning P. Schmiedehausen
  0 siblings, 1 reply; 9+ messages in thread
From: Mudama, Eric @ 2003-04-16 15:32 UTC (permalink / raw)
  To: 'hps@intermeta.de', linux-kernel

So the quantum bigfoot doesn't support setting the multiple block size?

Hrm, how old is that disk?  SET MULTIPLE MODE has been an ATA standard
command since rev 3 of the spec, circa 1997...

I guess that is what Alan meant when he said people throw everything at
linux hardware wise...

--eric


> -----Original Message-----
> From: Henning P. Schmiedehausen [mailto:hps@intermeta.de]
> Sent: Wednesday, April 16, 2003 5:17 AM
> To: linux-kernel@vger.kernel.org
> Subject: Re: [2.4.21-pre7-ac1] IDE Warning when booting
> 
> Alan did post an explanation for these (which I haven't read before
> posting this) that these are harmless. And yes, the task_no_data_intr
> vs. set_multmode makes all the difference. :-) Getting these quieted
> down would be nice, though.
> 
> 	Regards
> 		Henning

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: [2.4.21-pre7-ac1] IDE Warning when booting
@ 2003-04-16 16:25 Mudama, Eric
  2003-04-16 15:48 ` Alan Cox
  2003-04-16 16:39 ` Pau Aliagas
  0 siblings, 2 replies; 9+ messages in thread
From: Mudama, Eric @ 2003-04-16 16:25 UTC (permalink / raw)
  To: Mudama, Eric, 'hps@intermeta.de', linux-kernel

Was thinking...

Do you know what attempted multi count was as an argument to SET MULTIPLE
MODE?

The specification says powers of 2 from 2 to 128 are all valid, however,
most drives I have looked at only support <= 16.  This has some sort of
historical oem reason for being the max and I haven't worked here long
enough to know the 'why'.

However, the ID block also reports the maximum multiple count in word 47
bits 7..0, so if that was non zero, the drive shouldn't abort it.

The engineer sitting next to me (former quantum employee) is reasonably
certain that the drive shouldn't be aborting that command.

It'd be interesting to look at the ID block and the task file for that
command that the drive aborted.

--eric

> > -----Original Message-----
> > From: Henning P. Schmiedehausen [mailto:hps@intermeta.de]
> > Sent: Wednesday, April 16, 2003 5:17 AM
> > To: linux-kernel@vger.kernel.org
> > Subject: Re: [2.4.21-pre7-ac1] IDE Warning when booting
> > 
> > Alan did post an explanation for these (which I haven't read before
> > posting this) that these are harmless. And yes, the 
> task_no_data_intr
> > vs. set_multmode makes all the difference. :-) Getting these quieted
> > down would be nice, though.
> > 
> > 	Regards
> > 		Henning

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: [2.4.21-pre7-ac1] IDE Warning when booting
@ 2003-04-16 16:45 Mudama, Eric
  0 siblings, 0 replies; 9+ messages in thread
From: Mudama, Eric @ 2003-04-16 16:45 UTC (permalink / raw)
  To: 'Pau Aliagas', lkml, Mudama, Eric; +Cc: hps



> -----Original Message-----
> From: Pau Aliagas [mailto:linuxnow@newtral.org]
> Sent: Wednesday, April 16, 2003 10:40 AM
> To: lkml; Eric Mudama
> Cc: hps@intermeta.de
> Subject: RE: [2.4.21-pre7-ac1] IDE Warning when booting
> 
> # cat /etc/sysconfig/harddisks | grep -v "^#"
> USE_DMA=0 MULTIPLE_IO=16
> EIDE_32BIT=3
> LOOKAHEAD=1
> EXTRA_PARAMS="-u1"

For fun, try changing MULTIPLE_IO to 2 instead of 16, and see if the 0x5104
error still occurrs.

> How can I get this information?

At work I'd use a bus analyzer or something capable of issuing "raw" ATA
commands... however, from the /proc data that was posted, it appeared the
drive supported a maximum of 16 for its multi count, which should be fine.

That boggles me.

--eric

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-04-16 20:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-16 10:16 [2.4.21-pre7-ac1] IDE Warning when booting Henning P. Schmiedehausen
2003-04-16 10:31 ` Athanasius
2003-04-16 11:16   ` Henning P. Schmiedehausen
2003-04-16 15:32 Mudama, Eric
2003-04-16 21:02 ` Henning P. Schmiedehausen
2003-04-16 16:25 Mudama, Eric
2003-04-16 15:48 ` Alan Cox
2003-04-16 16:39 ` Pau Aliagas
2003-04-16 16:45 Mudama, Eric

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®