Re: Serial core dump on boot 2.4.0-test1-ac9

From: David Ford (david@kalifornia.com)
Date: Tue Jun 06 2000 - 21:50:13 EST


I've posted a patch for this three times now, Alan, please merge it.

     --- linux.old/drivers/char/serial.c Mon Jun 5 06:15:50 2000
     +++ linux/drivers/char/serial.c Mon Jun 5 01:14:22 2000
     @@ -4907,7 +4907,7 @@
                     !(check_compatible_id(dev)))
                             return 1;

     - if (res->next)
     + if (!res || res->next)
                     return 1;

             for (resa = res->alt; resa; resa = resa->alt) {

-d

Richard Rager wrote:

> Ok this is my first posting so be nice ok?
>
> Ok went I add the
>
> CONFIG_SERIAL=y
>
> and this is what happen also by the way
>
> 2.4.0-test1 work find
>
> Serial driver version 5.01 (2000-05-29) with MANY_PORTS SHARE_IRQ SERIAL_PCI ISA PNP enabled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
> ttyS01 at 0x02f8 (irq = 3) is a 16550A
> ttyS02 at 0x03e8 (irq = 4) is a 16550A

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jun 07 2000 - 21:00:27 EST