linux-2.3 willy

Matthew Wilcox willy@puffin.external.hp.com
Fri, 18 Aug 2000 20:42:48 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	willy	00/08/18 20:42:48

Modified files:
	arch/parisc/kernel: lba_pci.c 
	drivers/gsc    : dino.c 

Log message:
set the resource end up correctly as well.  before, we were only adjusting
the resource start to take account of the bus number, which worked fine when
these were (start, length) pairs.  but now they're (start, end), so we have
to adjust both values.  grumble.  kudos to richard for spotting this bug,
i merely fixed it.

i also tidied some of the code up.