diff options
| author | Michael Brown | 2006-09-01 02:26:32 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-09-01 02:26:32 +0200 |
| commit | 69d2261016e0ddd7ef2dbe133542134a628be0d5 (patch) | |
| tree | d9af6cc80b8a9208a0990419a3adc4a814b0a866 /src/core | |
| parent | Added debug to catch initialisation failures (diff) | |
| download | ipxe-69d2261016e0ddd7ef2dbe133542134a628be0d5.tar.gz ipxe-69d2261016e0ddd7ef2dbe133542134a628be0d5.tar.xz ipxe-69d2261016e0ddd7ef2dbe133542134a628be0d5.zip | |
Check that serial port init actually happens
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/serial.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/serial.c b/src/core/serial.c index 6383a48b2..d0827481c 100644 --- a/src/core/serial.c +++ b/src/core/serial.c @@ -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; |
