ucom: s/sio/ucom/
Seems like a copy-paste error, or at least this made more sense when the sio(4) driver still existed. This modifies the debug port name displayed at boot, but otherwise has no functional change. Reviewed by: hselasky MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D33278
This commit is contained in:
parent
998959cd61
commit
e43d081f35
@ -1752,7 +1752,7 @@ static gdb_term_f ucom_gdbterm;
|
||||
static gdb_getc_f ucom_gdbgetc;
|
||||
static gdb_putc_f ucom_gdbputc;
|
||||
|
||||
GDB_DBGPORT(sio, ucom_gdbprobe, ucom_gdbinit, ucom_gdbterm, ucom_gdbgetc, ucom_gdbputc);
|
||||
GDB_DBGPORT(ucom, ucom_gdbprobe, ucom_gdbinit, ucom_gdbterm, ucom_gdbgetc, ucom_gdbputc);
|
||||
|
||||
static int
|
||||
ucom_gdbprobe(void)
|
||||
|
Loading…
Reference in New Issue
Block a user