linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* low performance trying pata_sis
@ 2006-12-06 10:58 Uwe Koziolek
  2006-12-06 13:19 ` Alan
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Koziolek @ 2006-12-06 10:58 UTC (permalink / raw)
  To: linux.ide

There is a wrong order to initialize the drivers. The IDE-platform
driver was initialized before pata_sis.
So the generic platform driver is driving the IDE controller instead of
pata_sis.
kernel 2.6.19

.config
# CONFIG_BLK_DEV_SIS5513 is not set
CONFIG_ATA=y
CONFIG_PATA_SIS=y

dmesg
...
libata version 2.00 loaded.
...
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Probing IDE interface ide0...
hda: SAMSUNG SP1614N, ATA DISK drive
Probing IDE interface ide1...
...
pata_sis 0000:00:02.5: version 0.4.4
ata: 0x1F0 IDE port busy
ata: conflict with ide0
ata: 0x170 IDE port busy
ata: conflict with ide1
pata_sis: probe of 0000:00:02.5 failed with error -16

regards
Uwe Koziolek

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

* Re: low performance trying pata_sis
  2006-12-06 10:58 low performance trying pata_sis Uwe Koziolek
@ 2006-12-06 13:19 ` Alan
  0 siblings, 0 replies; 2+ messages in thread
From: Alan @ 2006-12-06 13:19 UTC (permalink / raw)
  To: Uwe Koziolek; +Cc: linux.ide

On Wed, 06 Dec 2006 11:58:23 +0100
Uwe Koziolek <uwe.koziolek@gmx.net> wrote:

> There is a wrong order to initialize the drivers. The IDE-platform
> driver was initialized before pata_sis.
> So the generic platform driver is driving the IDE controller instead of
> pata_sis.

I would suggest not trying to use both together - there isn't an easy way
to sort that out because the generic driver in libata will grab devices
before legacy drivers/ide if it is the other way around.

At least the current way around you get the old drivers by default.

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

end of thread, other threads:[~2006-12-06 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-06 10:58 low performance trying pata_sis Uwe Koziolek
2006-12-06 13:19 ` Alan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).