The generic device pci_id structure in uart_pci_probe() already has
PCI_NO_MSI appended to it's flags, however that information is not
propagated into uart_pci_attach().
Assume that any device that doesn't match the known IDs is a generic UART
device, and hence prevent the usage of MSIs.