Changeset 37 for trunk/src/os2ahci/libc.c
- Timestamp:
- Nov 5, 2010, 4:01:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/libc.c
r26 r37 75 75 } com1_init_sequence[] = { 76 76 3, 0x80, /* overlay divisor latch register at 0x3f8 and 0x3f9 */ 77 0, 0x0 0, /* set low byte of divisor to 1 (115200 baud) */78 1, 0x0 1, /* set high byte of divisor to 0 */77 0, 0x01, /* set low byte of divisor to 1 (115200 baud) */ 78 1, 0x00, /* set high byte of divisor to 0 */ 79 79 3, 0x03, /* reset divisor latch register overlay and set 8,n,1 */ 80 80 1, 0x00, /* disable interrupts */ … … 94 94 95 95 /****************************************************************************** 96 * Initialize COM1 to 57600,n,8,196 * Initialize COM1 to 115200,n,8,1 97 97 */ 98 98 void init_com1(void)
Note:
See TracChangeset
for help on using the changeset viewer.