[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V7] ns16550: Add support for UART present in Broadcom TruManage capable NetXtreme chips
>>> On 03.12.13 at 17:40, Aravind Gopalakrishnan >>> <Aravind.Gopalakrishnan@xxxxxxx> wrote: > @@ -434,7 +477,22 @@ static void __init ns16550_endboot(struct serial_port > *port) > struct ns16550 *uart = port->uart; > > if ( uart->remapped_io_base ) > + { > + if ( uart->enable_ro ) { > + if ( rangeset_add_range(mmio_ro_ranges, > + uart->io_base, > + uart->io_base + uart->io_size - 1) ) > + printk(XENLOG_INFO "Error while adding MMIO range of device > to mmio_ro_ranges\n"); > + > + if ( pci_ro_device(0, uart->ps_bdf[0], > + PCI_DEVFN(uart->ps_bdf[1], uart->ps_bdf[2])) ) You didn't really fix what you said you fixed. Quoting from my reply to v6: >> But, more importantly, did you overlook the use of pci_hide_device() >> in ns16550_init_postirq(): The hiding should be done in one place. >> And with pci_ro_device() implicitly hiding the device, you should >> probably make sure you call just one of the two. > + printk(XENLOG_INFO "Could not mark config space of > 0:%02x:%02x.%u read-only.\n", > + uart->ps_bdf[0], uart->ps_bdf[1], > + uart->ps_bdf[2]); The leading 0: is pretty pointless - an absent segment/domain identifier implies it being zero. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |