This is a temporary hack so we can get RMI to re-use the

ns8250 code. We will need to think of a better way for
code reuse for this (see sys/mips/rmi/uart_cpu_mips_xlr.c for where
it is used)
This commit is contained in:
Randall Stewart 2009-10-30 08:51:37 +00:00
parent 12dfccb876
commit aa40b001c3

View File

@ -224,7 +224,7 @@ static void ns8250_putc(struct uart_bas *bas, int);
static int ns8250_rxready(struct uart_bas *bas);
static int ns8250_getc(struct uart_bas *bas, struct mtx *);
static struct uart_ops uart_ns8250_ops = {
struct uart_ops uart_ns8250_ops = {
.probe = ns8250_probe,
.init = ns8250_init,
.term = ns8250_term,