[parisc-linux-cvs] linux willy

Matthew Wilcox parisc-linux@lists.parisc-linux.org
Sun, 13 Jan 2002 09:01:18 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	willy	02/01/13 09:01:18

Modified files:
	.              : Makefile 
	arch/parisc/kernel: ccio-dma.c 
	drivers/gsc    : dino.c eisa.c 
	include/asm-parisc: pci.h 

Log message:
2.4.17-pa8:
* Rewrite ccio_init_resources to factor out common setup and not bother
registering resources for busses which aren't used (found on C360).
* Change ccio_find_parisc_resource to take the struct parisc_device and
return the appropriate resource rather than always returning the first.
* Move ccio_find_parisc_resource and ccio_extend_mmio_range prototypes
from dino.c to pci.h
* Change eisa.c to use ccio_find_parisc_resource like dino does.