* Re: ULI 5288(SATA driver)
[not found] <C86899CCB10A6C4E93D5978DCB232D4B07A941EB@GDCMX01.igglobal.com>
@ 2008-02-25 22:57 ` Jeff Garzik
2008-02-27 11:05 ` Saumendra Dash
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Garzik @ 2008-02-25 22:57 UTC (permalink / raw)
To: Saumendra Dash; +Cc: linux-ide
Saumendra Dash wrote:
> Hi Jeff,
>
> I'm working on ULI1575 SATA driver which I want to run in Emulated-PATA
> mode.
> I have the following understanding to run a SATA device in
> Emulated-PATA mode:
>
> 1. In Emulated-PATA mode the legacy IDE driver should access the SATA
> device directly in combined mode.
> 2. The class code of the device shlould be set to Emulated-PATA
> mode(0x0185).
> 3. Enable SATA in combine mode.
>
> After doing the above changes the driver does not work in Emulated-PATA
> mode.
>
> Is there something missing to make the driver work in Emulated-PATA mode?
Use a PCI quirk to unconditionally disable emulated PATA mode, because
it's not needed.
Jeff
^ permalink raw reply [flat|nested] 2+ messages in thread* RE: ULI 5288(SATA driver)
2008-02-25 22:57 ` ULI 5288(SATA driver) Jeff Garzik
@ 2008-02-27 11:05 ` Saumendra Dash
0 siblings, 0 replies; 2+ messages in thread
From: Saumendra Dash @ 2008-02-27 11:05 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide
Hi Jeff,
>>
>> I'm working on ULI1575 SATA driver which I want to run in Emulated-PATA
>> mode.
>> I have the following understanding to run a SATA device in
> Emulated-PATA mode:
>>
>> 1. In Emulated-PATA mode the legacy IDE driver should access the SATA
>> device directly in combined mode.
>> 2. The class code of the device shlould be set to Emulated-PATA
>> mode(0x0185).
>> 3. Enable SATA in combine mode.
>>
>> After doing the above changes the driver does not work in Emulated-PATA
>> mode.
>>
>> Is there something missing to make the driver work in Emulated-PATA mode?
>Use a PCI quirk to unconditionally disable emulated PATA mode, because
>it's not needed.
I have disabled the emulated PATA mode this time but the following error is comming in both the ocassion.
When I'm creating the partition using mkpart it is showing "The bus is in an invalid state, Access of this device is not allowed." and ide_open() returns with "No such device".
Please suggest me what could be the problem?
Thanks,
Saumendra
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-27 11:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <C86899CCB10A6C4E93D5978DCB232D4B07A941EB@GDCMX01.igglobal.com>
2008-02-25 22:57 ` ULI 5288(SATA driver) Jeff Garzik
2008-02-27 11:05 ` Saumendra Dash
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).