|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Re: Lockup at boot with nFroce SATA
> > My guess would be that there's some code in the driver that
> is taking
> > liberties with treating physical and bus addresses as the
> same. If you
> > can add some tracing to the driver to narrow things down we may be
> > able to help you.
>
> I have very similar problem with sata_via (SCSI) driver.
> Can you give me pointers to track down the problem ?
Are you getting a hang or a kernel oops?
See if the driver has any debug tracing you can enable. If not, just sprinkle
some printk's around. Pay particular attention to any 'virt_to_phy' or similar
functions - they should probably be virt_to_bus.
I suspect the problem is localised to the driver, as the sata_promise driver
works for us just fine.
Ian
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- RE: [Xen-devel] Re: Lockup at boot with nFroce SATA,
Ian Pratt <=
|
|
|
|
|