/[hurd]/hurd-l4/wortel/output-serial.c
ViewVC logotype

Diff of /hurd-l4/wortel/output-serial.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by marcus, Fri Sep 19 18:48:26 2003 UTC revision 1.3 by marcus, Sun Sep 21 22:25:16 2003 UTC
# Line 107  serial_init (const char *driver_cfg) Line 107  serial_init (const char *driver_cfg)
107      }      }
108    
109    /* Parity bit.  */    /* Parity bit.  */
110    outb (UART_LCR, 0x80);    outb (0x80, UART_LCR);
111    
112    /* FIXME: How long do we have to wait? */    /* FIXME: How long do we have to wait? */
113    l4_sleep (l4_time_period (L4_WORD_C (100000)));    l4_sleep (l4_time_period (L4_WORD_C (100000)));

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26