linux-2.3 rhirst
Richard Hirst
rhirst@puffin.external.hp.com
Fri, 23 Jun 2000 05:19:54 -0600
CVSROOT: /home/cvs/parisc
Module name: linux-2.3
Changes by: rhirst 00/06/23 05:19:54
Modified files:
arch/parisc/kernel: pci-dma.c
drivers/scsi : sym53c8xx.c
mm : vmalloc.c
Log message:
Fixes to make sym53c8xx.c drive the 53c875 onboard FWSCSI on my B180L.
Mainly fixes to the dynamic dma code. pa11_dma_alloc_consistent()
needs to return a virtual address that is aligned on a 'size'
boundary. It used to call get_vm_area() which can return any
alignment. I introduced a get_aligned_vm_area() in mm/vmalloc.c as
a temporary solution until I figure out what we should really do.