[parisc-linux-cvs] Cujo support & Serial cleanups

Matthew Wilcox willy@debian.org
Tue, 28 Aug 2001 00:49:46 +0100


On Tue, Aug 28, 2001 at 12:42:10AM +0100, Richard Hirst wrote:
> I trust that doesn't reintroduce all those problems of serial ports
> being discovered in the wrong order...

Er... if that's why we had all those duplicate entries, there should at
least have been a comment by them!  But I can't see how that would be the
case.  The code does:

register_parisc_driver()
	for_each_device {
		if (!match_device(driver, device))
			continue;
	}

and this shouldn't change whether we match or not.

-- 
Revolutions do not require corporate support.