]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] ppc32/serial: Change mpc52xx_uart.c to use the Low Density Serial port major
authorSylvain Munaut <tnt@246tNt.com>
Fri, 6 Jan 2006 08:11:32 +0000 (00:11 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:30 +0000 (08:33 -0800)
commitd62de3aa8ac762c09845aa38634a845da55f31dc
tree22cb364644ecdacb2fe678b93ae0f446932cc971
parent2d8179c0b77b54e27321944e16f65defeda81e27
[PATCH] ppc32/serial: Change mpc52xx_uart.c to use the Low Density Serial port major

Before this patch we were just using the "classic" /dev/ttySx devices.
However when another on the system is loaded that uses those (like drivers for
serial PCMCIA), that creates a conflict for the minors.  Therefore, we now use
/dev/ttyPSC[0:5] (note the 0-based numbering !) with some minors we've been
assigned in the "Low Density Serial port major"

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/mpc52xx_uart.c