All of lore.kernel.org
 help / color / mirror / Atom feed
* unchecked_isa_dma and BusLogic SCSI controller
@ 2006-11-01 23:53 Jun Sun
  2006-11-02  1:33 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Jun Sun @ 2006-11-01 23:53 UTC (permalink / raw)
  To: linux-kernel


Can someone enlighten me on what "unchecked_isa_dma" means in the
struct scsi_host_template?  Specifically why Bus_Logic_template has
it set to 1?

I am trying to reserve a block of memory (>16MB) starting from 0 and hide
it from kernel.  As a result, the DMA zone becomes 0 in size.

Because Bus_Logic_template has unchecked_isa_dma set to 1, the driver
will attempt to allocate a block of memory from DMA zone and thus
causes OOMs during its initialization.

It is hard for me to see why BusLogic controller would only do DMA
in low 16MB.  Is there a fix for this?

BTW, I also tried to increase MAX_DMA_ADDRESS to cover the whole memory
area.  While the OOMs are gone during BusLogic driver initialization, 
kernel fails to find labelled root partition or fail to open
the initial console.  It appears the disk (or the scsi) is not working
properly after increasing MAX_DMA_ADDRESS.

My platform is vmplayer.  Pretty cool for devel.

Cheers.

Jun

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

end of thread, other threads:[~2006-11-02 13:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-01 23:53 unchecked_isa_dma and BusLogic SCSI controller Jun Sun
2006-11-02  1:33 ` Randy Dunlap
2006-11-02 12:41   ` Matthew Wilcox
2006-11-02 13:04     ` Maciej W. Rozycki
2006-11-02 13:35     ` Christoph Hellwig

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.