[parisc-linux-cvs] linux willy

Matthew Wilcox parisc-linux@lists.parisc-linux.org
Sat, 9 Feb 2002 20:04:18 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	willy	02/02/09 20:04:18

Modified files:
	arch/parisc/kernel: drivers.c 

Log message:
* Stop checking hversion_rev in match_device.  All drivers specify
HVERSION_REV_ANY_ID anyway.
* Don't print a warning if a driver declines to claim a device.
That's allowed.
* Revert get_node_path to its previous form.  I found another bug in
doing the inventory and adding another hack would have been silly.
* Neaten up walk_native_bus a little, I have moral objections to the
previous code.
* Fix a bug in fixup_child_irqs.  If the device had no children, it would
assign irqs to siblings instead, which led to the bogus serial port
being detected on Cujo.