On Wed, 2005-07-13 at 11:04 -0600, Alex Williamson wrote: > Just trying to make sure that there's not a latent bug that we enable > a bad sleep mode when the UART is being used for the console. Yes, this is the problem. When a UART is specified as the console using "console=uart,...", the console index is not initialized. This causes the uart_console() check to mis-identify the port and we enable sleep mode when we don't intend to do so. Not sure how to fix it yet, but I assume we need to go back through after the serial ports are enumerated, and un-suspend the console port. David, would you mind trying this on the XR16L255x part? (ie. don't use console=ttyS, use console=uart,...) Thanks, Alex -- Alex Williamson HP Linux & Open Source Lab - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- From: David Vrabel <[email protected]>
- Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- References:
- serial: 8250 fails to detect Exar XR16L2551 correctly
- From: David Vrabel <[email protected]>
- Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- From: Russell King <[email protected]>
- Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- From: David Vrabel <[email protected]>
- Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- From: Alex Williamson <[email protected]>
- Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- From: Russell King <[email protected]>
- Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- From: Alex Williamson <[email protected]>
- Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- From: Russell King <[email protected]>
- Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- From: Alex Williamson <[email protected]>
- Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- From: Alex Williamson <[email protected]>
- serial: 8250 fails to detect Exar XR16L2551 correctly
- Prev by Date: [patch 2/9] uml: workaround host bug in "TT mode vs. NPTL link fix"
- Next by Date: Re: Linux v2.6.13-rc3
- Previous by thread: Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- Next by thread: Re: serial: 8250 fails to detect Exar XR16L2551 correctly
- Index(es):