[parisc-linux-cvs] linux willy

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


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	willy	02/02/09 20:11:01

Modified files:
	.              : Makefile 

Log message:
-pa23:
* 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.
* A few more Dino -> Cujo changes.  Print a little more information when
we get a stuck interrupt.
* Make the GSC serial driver return silently for Cujo's serial port (if
it's unassigned).  Improve the error message and make it not dependent
on any CONFIG options.
* Clean up a comment and remove the A180's serial port from the
serial1_tbl.
* Call request_mem_region for each successful device/driver claim.
* Make gsc_common_irqsetup a little more sensible about what regions
it claims.
* Delete request/release regions from lasi700.c, parport_gsc.c, harmony.c
and lasi_82596.c