diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2015-04-11 17:16:23 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2015-04-11 17:16:23 +0000 |
| commit | 405ada37fbdafaa6691a906f3630ba8d064e5f30 (patch) | |
| tree | 3242f4dc9f4677a166d03c3acecc2475385f4f3d /sys/dev/uart/uart_dev_ns8250.c | |
| parent | 2574218578003321766b2bc85b3dc877308c0fe4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_dev_ns8250.c')
| -rw-r--r-- | sys/dev/uart/uart_dev_ns8250.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_dev_ns8250.c b/sys/dev/uart/uart_dev_ns8250.c index 190ee29bd9fc..9ff295a972d0 100644 --- a/sys/dev/uart/uart_dev_ns8250.c +++ b/sys/dev/uart/uart_dev_ns8250.c @@ -378,7 +378,8 @@ struct uart_class uart_ns8250_class = { sizeof(struct ns8250_softc), .uc_ops = &uart_ns8250_ops, .uc_range = 8, - .uc_rclk = DEFAULT_RCLK + .uc_rclk = DEFAULT_RCLK, + .uc_rshift = 0 }; #ifdef FDT |
