All of lore.kernel.org
 help / color / mirror / Atom feed
* AHCI question
@ 2010-11-22 14:51 Kamala Narasimhan
  2010-11-22 16:42 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 5+ messages in thread
From: Kamala Narasimhan @ 2010-11-22 14:51 UTC (permalink / raw)
  To: xen-devel

I am writing a polled mode Xen AHCI driver to collect some minimal
information after a system crash.  As dom0 would have initialized and
used the HBA before we enter the crashing code path, I am not doing
any kind of device initialization within the Xen AHCI driver.  I am
also not setting up interrupts etc. as the driver is used in polled
mode.  I simply map the abar and other memory regions associated with
the device that dom0 has already setup and write to it/read from it as
needed.

After a crash, within the Xen AHCI driver I am able to get to the pci
space for the device, get valid HBA registers, mapping etc. works but
the HBA does not respond back after I issue a command for execution.
In specific, after I set the port x command issue register (pxci) for
the free slot, that slot is not getting cleared as it should after a
command execution.

As an experiment to see if anything at all works with respect to
setting/resetting port registers, I simply decided to stop/start the
HBA command engine by setting the ST bit in the command register
(PxCMD) to 0 and then checking if CR, FR bit etc. in PxCMD are reset
by HBA after a ST reset but they remain set.

I am hoping someone with AHCI experience might be able to shed some
light as to why the HBA is not responding as it should.  Thanks.

Kamala

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

end of thread, other threads:[~2010-11-23 16:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-22 14:51 AHCI question Kamala Narasimhan
2010-11-22 16:42 ` Konrad Rzeszutek Wilk
2010-11-22 17:07   ` Kamala Narasimhan
2010-11-23 15:54     ` Konrad Rzeszutek Wilk
2010-11-23 16:45       ` Kamala Narasimhan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.