diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2011-07-25 17:37:54 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2011-07-25 17:37:54 +0000 |
| commit | 83a8702f666f1882b8e2039e75d3c0bd442f0ff4 (patch) | |
| tree | 3e7b5a1791505815079ad7a78d35b6d33977a0b5 /sys/dev/uart | |
| parent | dc462803e0df718b2417e365439704b4d50a517a (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_cpu_sparc64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_cpu_sparc64.c b/sys/dev/uart/uart_cpu_sparc64.c index 0f40cb70bd73..ce28e27e03a5 100644 --- a/sys/dev/uart/uart_cpu_sparc64.c +++ b/sys/dev/uart/uart_cpu_sparc64.c @@ -230,7 +230,8 @@ uart_cpu_getdev(int devtype, struct uart_devinfo *di) di->bas.regshft = 0; di->bas.rclk = 0; class = NULL; - if (!strcmp(buf, "se") || !strcmp(compat, "sab82532")) { + if (!strcmp(buf, "se") || !strcmp(buf, "FJSV,se") || + !strcmp(compat, "sab82532")) { class = &uart_sab82532_class; /* SAB82532 are only known to be used for TTYs. */ if ((di->bas.chan = uart_cpu_channel(dev)) == 0) |
