[SPARC64]: Add SUN4V Hypervisor Console driver.
Since it can do things like BREAK and HUP, we implement this as a serial uart driver. This still needs interrupt probing code, as I haven't figured out how interrupts will work or be probed for on SUN4V yet. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4bdff41464
commit
02fd473bd4
4 changed files with 492 additions and 0 deletions
|
@ -127,6 +127,9 @@
|
|||
/* Hilscher netx */
|
||||
#define PORT_NETX 71
|
||||
|
||||
/* SUN4V Hypervisor Console */
|
||||
#define PORT_SUNHV 72
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
#include <linux/config.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue