On Sat, Jun 02, 2007 at 11:49:55PM -0600, Grant Grundler wrote: > > Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled > > 0000:00:04.0: ttyS0 at MMIO 0xfffffffff8000000 (irq = 69) is a 16550A > > 0000:00:04.0: ttyS1 at MMIO 0xfffffffff8000008 (irq = 69) is a 16550A > > 0000:00:04.0: ttyS2 at MMIO 0xfffffffff8000010 (irq = 69) is a 16550A > > 0000:00:05.0: ttyS3 at MMIO 0xfffffffff8006000 (irq = 70) is a 16550A > > Couldn't register serial port 0000:00:05.0: -28 > > I've never noticed this before. 28 == ENOSPC so my guess is this is > related to the vmalloc errors previous.
Nope. It's pretty harmless -- it means we couldn't register the fifth serial port. Most people would never notice. You can fix this problem by setting CONFIG_SERIAL_8250_NR_UARTS higher in your .config file. Using the command line parameter 8250.nr_uarts can only be used to reduce the number of UARTs supported, not add more. Unfortunately. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

