* Boot problem with PDC20269
@ 2002-02-23 1:53 Adam Huffman
2002-02-23 3:56 ` Andre Hedrick
0 siblings, 1 reply; 13+ messages in thread
From: Adam Huffman @ 2002-02-23 1:53 UTC (permalink / raw)
To: linux-kernel
When I try to boot a kernel with the latest IDE driver in order to
support my Promise UltraATA133 TX2 card, the system hangs at the point
where it should be listing the two drives attached to the card i.e. it
shows /dev/hdc which is a DVD drive, then stops. Sometimes I can reboot
with Alt-SysRq, sometimes a hard reset is needed. This happens with
2.4.17+ide, 2.4.18-rc1, 2.5.5-dj1.
Motherboard is MSI K7T-Turbo 2, K7 1.4, drives attached to the Promise
card are an IBM 60GXP and a Maxtor D740X-6L. The drives work when
attached to the VIA interface on the m/b.
I've also seen some "Spurious 8259A interrupt IRQ7" messages and some
APIC errors (APIC is currently disabled in the BIOS).
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-23 1:53 Boot problem with PDC20269 Adam Huffman
@ 2002-02-23 3:56 ` Andre Hedrick
2002-02-23 12:14 ` Gunther Mayer
2002-02-25 16:09 ` Holger Lubitz
0 siblings, 2 replies; 13+ messages in thread
From: Andre Hedrick @ 2002-02-23 3:56 UTC (permalink / raw)
To: Adam Huffman; +Cc: linux-kernel
Hi Adam,
http://www.tecchannel.de/hardware/817/index.html
We do not put ATAPI devices on such HOSTS.
The driver will not work w/ ATAPI there because it uses a different DMA
engine location and is not supported in Linux.
You will find greater success in putting your ATAPI device on the native
south bridge.
Cheers,
Andre Hedrick
Linux Disk Certification Project Linux ATA Development
On Sat, 23 Feb 2002, Adam Huffman wrote:
> When I try to boot a kernel with the latest IDE driver in order to
> support my Promise UltraATA133 TX2 card, the system hangs at the point
> where it should be listing the two drives attached to the card i.e. it
> shows /dev/hdc which is a DVD drive, then stops. Sometimes I can reboot
> with Alt-SysRq, sometimes a hard reset is needed. This happens with
> 2.4.17+ide, 2.4.18-rc1, 2.5.5-dj1.
>
> Motherboard is MSI K7T-Turbo 2, K7 1.4, drives attached to the Promise
> card are an IBM 60GXP and a Maxtor D740X-6L. The drives work when
> attached to the VIA interface on the m/b.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-23 3:56 ` Andre Hedrick
@ 2002-02-23 12:14 ` Gunther Mayer
2002-02-23 13:16 ` Adam Huffman
2002-02-23 20:18 ` Mike Fedyk
2002-02-25 16:09 ` Holger Lubitz
1 sibling, 2 replies; 13+ messages in thread
From: Gunther Mayer @ 2002-02-23 12:14 UTC (permalink / raw)
To: Andre Hedrick; +Cc: Adam Huffman, linux-kernel
Andre Hedrick wrote:
> Hi Adam,
>
> http://www.tecchannel.de/hardware/817/index.html
>
> We do not put ATAPI devices on such HOSTS.
put == support ?
>
> The driver will not work w/ ATAPI there because it uses a different DMA
> engine location and is not supported in Linux.
It is a serious bug in the IDE driver to hang the system (and not the user's
fault).
A fix would be to printk("The linux IDE driver does not (yet?)support ATAPI
devices on PDC20269. Ignoring the device.\n");
and continue running.
-
Gunther
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-23 12:14 ` Gunther Mayer
@ 2002-02-23 13:16 ` Adam Huffman
2002-02-23 20:18 ` Mike Fedyk
1 sibling, 0 replies; 13+ messages in thread
From: Adam Huffman @ 2002-02-23 13:16 UTC (permalink / raw)
To: linux-kernel
On Sat, 23 Feb 2002, Gunther Mayer wrote:
> Andre Hedrick wrote:
>
> > Hi Adam,
> >
> > http://www.tecchannel.de/hardware/817/index.html
> >
> > We do not put ATAPI devices on such HOSTS.
>
> put == support ?
>
I wasn't clear enough in my original mail - the ATAPI device is on the
VIA southbridge, not the Promise card. The two drives on the Promise
card are hde and hdg.
> >
> > The driver will not work w/ ATAPI there because it uses a different DMA
> > engine location and is not supported in Linux.
>
> It is a serious bug in the IDE driver to hang the system (and not the user's
> fault).
>
> A fix would be to printk("The linux IDE driver does not (yet?)support ATAPI
> devices on PDC20269. Ignoring the device.\n");
> and continue running.
>
> -
> Gunther
>
At this stage I'm not all that bothered about the performance issues, I
just want to be able to use the two drives.
Thanks for the replies,
Adam
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-23 12:14 ` Gunther Mayer
2002-02-23 13:16 ` Adam Huffman
@ 2002-02-23 20:18 ` Mike Fedyk
2002-02-23 20:33 ` Roy Sigurd Karlsbakk
1 sibling, 1 reply; 13+ messages in thread
From: Mike Fedyk @ 2002-02-23 20:18 UTC (permalink / raw)
To: Gunther Mayer; +Cc: Andre Hedrick, Adam Huffman, linux-kernel
On Sat, Feb 23, 2002 at 01:14:15PM +0100, Gunther Mayer wrote:
> Andre Hedrick wrote:
>
> > Hi Adam,
> >
> > http://www.tecchannel.de/hardware/817/index.html
> >
> > We do not put ATAPI devices on such HOSTS.
>
> put == support ?
>
> >
> > The driver will not work w/ ATAPI there because it uses a different DMA
> > engine location and is not supported in Linux.
>
> It is a serious bug in the IDE driver to hang the system (and not the user's
> fault).
>
> A fix would be to printk("The linux IDE driver does not (yet?)support ATAPI
> devices on PDC20269. Ignoring the device.\n");
> and continue running.
>
I agree.
Andre, what about southbridges that have these chipsets built in?
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-23 20:18 ` Mike Fedyk
@ 2002-02-23 20:33 ` Roy Sigurd Karlsbakk
2002-02-23 20:36 ` Mike Fedyk
2002-02-23 20:53 ` Adam Huffman
0 siblings, 2 replies; 13+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-02-23 20:33 UTC (permalink / raw)
To: Mike Fedyk; +Cc: Gunther Mayer, Andre Hedrick, Adam Huffman, linux-kernel
> > A fix would be to printk("The linux IDE driver does not (yet?)support ATAPI
> > devices on PDC20269. Ignoring the device.\n");
> > and continue running.
er .. I'm running a PDC20269 with a few drives. Is that supposed to be
impossible?
roy
--
Roy Sigurd Karlsbakk, Datavaktmester
Computers are like air conditioners.
They stop working when you open Windows.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-23 20:33 ` Roy Sigurd Karlsbakk
@ 2002-02-23 20:36 ` Mike Fedyk
2002-02-23 20:53 ` Adam Huffman
1 sibling, 0 replies; 13+ messages in thread
From: Mike Fedyk @ 2002-02-23 20:36 UTC (permalink / raw)
To: Roy Sigurd Karlsbakk
Cc: Gunther Mayer, Andre Hedrick, Adam Huffman, linux-kernel
On Sat, Feb 23, 2002 at 09:33:02PM +0100, Roy Sigurd Karlsbakk wrote:
> > > A fix would be to printk("The linux IDE driver does not (yet?)support ATAPI
> > > devices on PDC20269. Ignoring the device.\n");
> > > and continue running.
>
> er .. I'm running a PDC20269 with a few drives. Is that supposed to be
> impossible?
>
Are they ATAPI drives (cdrom, etc)?
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-23 20:33 ` Roy Sigurd Karlsbakk
2002-02-23 20:36 ` Mike Fedyk
@ 2002-02-23 20:53 ` Adam Huffman
2002-02-23 21:02 ` Roy Sigurd Karlsbakk
1 sibling, 1 reply; 13+ messages in thread
From: Adam Huffman @ 2002-02-23 20:53 UTC (permalink / raw)
To: linux-kernel
On Sat, 23 Feb 2002, Roy Sigurd Karlsbakk wrote:
> > > A fix would be to printk("The linux IDE driver does not (yet?)support ATAPI
> > > devices on PDC20269. Ignoring the device.\n");
> > > and continue running.
>
> er .. I'm running a PDC20269 with a few drives. Is that supposed to be
> impossible?
>
> roy
>
May I ask which kernel you are running?
Thanks,
Adam
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-23 20:53 ` Adam Huffman
@ 2002-02-23 21:02 ` Roy Sigurd Karlsbakk
2002-02-24 3:19 ` Adam Huffman
0 siblings, 1 reply; 13+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-02-23 21:02 UTC (permalink / raw)
To: Adam Huffman; +Cc: linux-kernel
> > er .. I'm running a PDC20269 with a few drives. Is that supposed to be
> > impossible?
> >
> > roy
> >
>
> May I ask which kernel you are running?
linux-2.4.18pre3 + tux + linuxdiskcert.org's ide_2.4.17 patch
--
Roy Sigurd Karlsbakk, Datavaktmester
Computers are like air conditioners.
They stop working when you open Windows.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-23 21:02 ` Roy Sigurd Karlsbakk
@ 2002-02-24 3:19 ` Adam Huffman
0 siblings, 0 replies; 13+ messages in thread
From: Adam Huffman @ 2002-02-24 3:19 UTC (permalink / raw)
To: linux-kernel
On Sat, 23 Feb 2002, Roy Sigurd Karlsbakk wrote:
> > > er .. I'm running a PDC20269 with a few drives. Is that supposed to be
> > > impossible?
> > >
> > > roy
> > >
> >
> > May I ask which kernel you are running?
>
> linux-2.4.18pre3 + tux + linuxdiskcert.org's ide_2.4.17 patch
> --
> Roy Sigurd Karlsbakk, Datavaktmester
>
I've managed to boot successfully now with 2.4.18-rc2-ac2.
I get the following messages when I mount the IBM 60GXP:
hde: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hde: dma_intr: error=0x84 { DriveStatusError BadCRC }
hde: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hde: dma_intr: error=0x84 { DriveStatusError BadCRC }
hde: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hde: dma_intr: error=0x84 { DriveStatusError BadCRC }
hde: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hde: dma_intr: error=0x84 { DriveStatusError BadCRC }
PDC202XX: Primary channel reset.
ide2: reset: success
but mounting does proceed. No such problem with the Maxtor.
Adam
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-23 3:56 ` Andre Hedrick
2002-02-23 12:14 ` Gunther Mayer
@ 2002-02-25 16:09 ` Holger Lubitz
2002-02-25 16:39 ` Alan Cox
1 sibling, 1 reply; 13+ messages in thread
From: Holger Lubitz @ 2002-02-25 16:09 UTC (permalink / raw)
To: linux-kernel
Andre Hedrick proclaimed:
>
> Hi Adam,
>
> http://www.tecchannel.de/hardware/817/index.html
Interesting article. After the stability issues with VIA that are
believed to be solved, we are now getting to performance issues. Any
chance of the "magic performance booster workaround" done by VIAs 1.04
driver finding its way into linux?
Holger
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-25 16:09 ` Holger Lubitz
@ 2002-02-25 16:39 ` Alan Cox
2002-02-25 16:46 ` Mike Fedyk
0 siblings, 1 reply; 13+ messages in thread
From: Alan Cox @ 2002-02-25 16:39 UTC (permalink / raw)
To: Holger Lubitz; +Cc: linux-kernel
> > http://www.tecchannel.de/hardware/817/index.html
>
> Interesting article. After the stability issues with VIA that are
> believed to be solved, we are now getting to performance issues. Any
> chance of the "magic performance booster workaround" done by VIAs 1.04
> driver finding its way into linux?
Only if someone can find out what it actually does, or VIA document it
Alan
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Boot problem with PDC20269
2002-02-25 16:39 ` Alan Cox
@ 2002-02-25 16:46 ` Mike Fedyk
0 siblings, 0 replies; 13+ messages in thread
From: Mike Fedyk @ 2002-02-25 16:46 UTC (permalink / raw)
To: Alan Cox; +Cc: Holger Lubitz, linux-kernel
On Mon, Feb 25, 2002 at 04:39:17PM +0000, Alan Cox wrote:
> > > http://www.tecchannel.de/hardware/817/index.html
> >
> > Interesting article. After the stability issues with VIA that are
> > believed to be solved, we are now getting to performance issues. Any
> > chance of the "magic performance booster workaround" done by VIAs 1.04
> > driver finding its way into linux?
>
> Only if someone can find out what it actually does, or VIA document it
>
The unofficial one is documented, and improves performance greatly on those
chipsets...
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2002-02-25 16:46 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-23 1:53 Boot problem with PDC20269 Adam Huffman
2002-02-23 3:56 ` Andre Hedrick
2002-02-23 12:14 ` Gunther Mayer
2002-02-23 13:16 ` Adam Huffman
2002-02-23 20:18 ` Mike Fedyk
2002-02-23 20:33 ` Roy Sigurd Karlsbakk
2002-02-23 20:36 ` Mike Fedyk
2002-02-23 20:53 ` Adam Huffman
2002-02-23 21:02 ` Roy Sigurd Karlsbakk
2002-02-24 3:19 ` Adam Huffman
2002-02-25 16:09 ` Holger Lubitz
2002-02-25 16:39 ` Alan Cox
2002-02-25 16:46 ` Mike Fedyk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox