[parisc-linux-cvs] linux-2.6 willy

Matthew Wilcox parisc-linux@lists.parisc-linux.org
Thu, 9 Oct 2003 20:15:39 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux-2.6
Changes by:	willy	03/10/09 20:15:39

Modified files:
	.              : Makefile 
	drivers/parisc : ccio-dma.c dino.c 
	include/asm-parisc: dma-mapping.h 
	include/linux  : ioport.h 
	kernel         : resource.c 

Log message:
2.6.0-test7-pa3:
- Change the ccio_allocate_resource prototype to not take an alignf function
and data any more.
- Replace expand_resource() with reallocate_resource()
- Rewrite expand_ioc_area() to try to allocate from both resources in
the ioc.
- Cope with a previously-unallocated resource
- Use CONFIG_EISA when we mean it.
- Inline ccio_get_resource into ccio_request_resource().

- Also add insert_resource() which is completely unrelated, but I had it
in this tree.  It's already in Linus' tree (post -test7 though).