]> bbs.cooldavid.org Git - net-next-2.6.git/commit
parisc: add tty driver to PDC console
authorGuy Martin <gmsoft@tuxicoman.be>
Mon, 14 Jun 2010 17:24:41 +0000 (19:24 +0200)
committerKyle McMartin <kyle@mcmartin.ca>
Fri, 22 Oct 2010 01:27:18 +0000 (21:27 -0400)
commit650a35f868f809aade56ef960d8a465f57ac74e2
tree7e7156d125f7344635eb11d19bad325517fc0a99
parentf8301041d7bdca3197d718518242eeba0c75352f
parisc: add tty driver to PDC console

This patch adds a tty driver to the PDC console. It allows the use
of ports not supported by linux as a console (e.g. serial port on
C8000.) The tty driver will not register the ttyB device if PDC console
driver has been unregistered. This happens when the early printk
console is disabled as it has not been selected as the primary console.

Signed-off-by: Guy Martin <gmsoft@tuxicoman.be>
Signed-off-by: Kyle McMartin <kyle@redhat.com>
arch/parisc/kernel/pdc_cons.c