public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [HELP] qla2200 driver over 4G memory
@ 2002-06-19 10:02 miyoshi
  2002-06-19 15:57 ` Craig Tierney
  0 siblings, 1 reply; 8+ messages in thread
From: miyoshi @ 2002-06-19 10:02 UTC (permalink / raw)
  To: linux-scsi


Hi, all

I am using QLA2200 on my IA64 box and when I read data to
the area which strides over 4G boundaries, it seems to read
the disk data into wrap-around memory area.

I wrote small test kernel patch and read disk contents to
physical 0x1ffffc000 to 0x200013fff (0x18000 bytes.)
It reads first 16K bytes into 0x1ffffc000-0x1ffffffff correctly
but destroys 0x100000000-0x100013fff.

I checked the incorrect data contents via kdb, and also
my printk() in qla2100_64bit_start_scsi() says the address is
correctly written into request ring, as far as I understood
the driver code correctly.

Does anybody have idea?

Thanks,

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

end of thread, other threads:[~2002-06-21  2:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-19 10:02 [HELP] qla2200 driver over 4G memory miyoshi
2002-06-19 15:57 ` Craig Tierney
2002-06-20 10:20   ` miyoshi
2002-06-20 18:18     ` Doug Ledford
2002-06-20 18:46       ` Matthew Jacob
2002-06-20 20:21         ` Doug Ledford
2002-06-20 20:35           ` Matthew Jacob
2002-06-21  2:27             ` miyoshi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox