Changeset 154 for trunk/src/os2ahci/libc.c
- Timestamp:
- Apr 10, 2013, 6:47:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/libc.c
r153 r154 62 62 63 63 /* debug COM port base address */ 64 u16 com_base = 0 x03f8;64 u16 com_base = 0; 65 65 66 66 static char hex_digits[] = "0123456789abcdef"; … … 295 295 len += vsprintf(buf + len, fmt, va); 296 296 297 298 299 300 301 302 297 if (com_base == 0) { 298 /* write debug message to trace buffer, not COM port */ 299 trace_write(buf, len); 300 spin_unlock(com_lock); 301 return; 302 } 303 303 304 304 /* write debug message to serial port */
Note:
See TracChangeset
for help on using the changeset viewer.