[parisc-linux-cvs] linux-2.5 rbrad

Ryan Bradetich parisc-linux@lists.parisc-linux.org
Fri, 1 Nov 2002 20:37:10 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	rbrad	02/11/01 20:37:10

Modified files:
	.              : Makefile 
	drivers/scsi   : Kconfig ncr53c8xx.c 

Log message:
Fix ncr53c8xx with Zalon support.

Explaination:
Zalon on parisc is actually on the GSC/HSC bus, not on the pci
bus.  We assign the ncr53c8xx driver a fake pci device under
ccio to correctly assign the device to the proper IOMMU.
Driverfs is using fields out of the fake pci device which have
not been properly filled out, thus causing a code 26 (NULL ptr
dereference).  This probably broke driverfs, but I am not sure
what it is supposed to look like under driverfs.