source:
freewrt/target/linux/generic-2.4/patches/210-fix-irq-serial.patch@
a3abab6
| Last change on this file since a3abab6 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 613 bytes | |
-
drivers/char/serial.c
old new 5455 5455 sizeof(struct rs_multiport_struct)); 5456 5456 #endif 5457 5457 } 5458 #ifdef CONFIG_SERIAL_CONSOLE5459 /*5460 * The interrupt of the serial console port5461 * can't be shared.5462 */5463 if (sercons.flags & CON_CONSDEV) {5464 for(i = 0; i < NR_PORTS; i++)5465 if (i != sercons.index &&5466 rs_table[i].irq == rs_table[sercons.index].irq)5467 rs_table[i].irq = 0;5468 }5469 #endif5470 5458 show_serial_version(); 5471 5459 5472 5460 /* Initialize the tty_driver structure */
Note:
See TracBrowser
for help on using the repository browser.
