diff options
| author | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2012-08-15 05:37:10 +0000 |
|---|---|---|
| committer | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2012-08-15 05:37:10 +0000 |
| commit | 8dee0fd04cd5a9ccbd033bdcba71bc3775311971 (patch) | |
| tree | 0148708ccb0c47afaebce0270bbe1d549f9ec6ea /sys/dev/uart/uart_subr.c | |
| parent | 16694521fe80f54bf8f37334fe9a54bc5c953a6a (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_subr.c')
| -rw-r--r-- | sys/dev/uart/uart_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index 5a3f16fe23d0b..47a9f630aac2a 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -52,6 +52,7 @@ static struct uart_class *uart_classes[] = { &uart_ns8250_class, &uart_sab82532_class, &uart_z8530_class, + &uart_lpc_class, }; static size_t uart_nclasses = sizeof(uart_classes) / sizeof(uart_classes[0]); |
