From: David Woodhouse <[EMAIL PROTECTED]> Date: Tue, 03 Apr 2007 19:57:22 -0400
> Not really. Non-8250 serial ports, such as the multiport PCI cards from > Cyclades, Stallion, etc. have had their own device numbers for _years_. > With hindsight, it was a mistake for pmac_zilog ever to have been called > 'ttyS0' and to have used the ttyS0 device numbers in the first place. Sparc does the same thing, it's a common convention and you really should not break it. Every powerpc and sparc system out that is using ttyS0 with dynamic minor numbers being allocated. I really think this should be generalized instead of breaking serial on every powerpc machine out there. (sparc won't be broken because we have our own copy of the 8250 driver that does ttyS? minor allocations and keyboard/ mouse serio hookups properly). - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/