[parisc-linux-cvs] linux-2.5 rbrad

Ryan Bradetich parisc-linux@lists.parisc-linux.org
Thu, 31 Oct 2002 21:13:49 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	rbrad	02/10/31 21:13:49

Modified files:
	drivers/parisc : dino.c 

Log message:
Fix the following errors:
* size = 1,2, and 4 instead of 8,16, and 32
in dino_cfg_read and dino_cfg_write
* remove the + where if size == 4.  On linux-2.4
where & 0 = 0 not where.
* cast the CUJO_RAVEN_ADDR and CUJO_FIREHAWK_ADDR
otherwise the test fails under 32-bit kernels.