david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Check that serial port init actually happens

This commit is contained in:
Michael Brown 2006-09-01 00:26:32 +00:00
parent 66dcd22f61
commit 69d2261016
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,8 @@ static void serial_init ( void ) {
int status;
int divisor, lcs;
DBG ( "Serial port %#x initialising\n", UART_BASE );
divisor = COMBRD;
lcs = UART_LCS;