*** empty log message ***

This commit is contained in:
Jorrit Herder
2005-07-29 15:33:31 +00:00
parent 0946d128cd
commit 1198491af2
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -584,6 +584,7 @@ tty_t *tp; /* which TTY */
irq = (line & 1) == 0 ? RS232_IRQ : SECONDARY_IRQ;
rs->irq = irq;
rs->irq_hook_id = rs->irq; /* call back with irq line number */
if(sys_irqsetpolicy(irq, IRQ_REENABLE, &rs->irq_hook_id) != OK) {
printf("RS232: Couldn't obtain hook for irq %d\n", irq);
} else {