Re: cleanup for i810 chipset for 2.5.5-pre1.

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Thu Feb 14 2002 - 12:34:58 EST


> This allows i810_audio and i810 drm modules to compile cleanly and to
> be loaded and used on 2.5.5-pre1 without unresolved symbols.

Not another copy. Please see the kernel list archive. This change is
not the right solution. The driver must be adapted to the new PCI DMA API
(see Documentation/DMA-Mapping.txt)

> dmap->raw_buf = start_addr;
> - dmap->raw_buf_phys = virt_to_bus(start_addr);
> + dmap->raw_buf_phys = virt_to_phys(start_addr);

isa_virt_to_bus should be safe here..

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 15 2002 - 21:01:03 EST