View | Details | Raw Unified | Return to bug 199013
Collapse All | Expand All

(-)sys/dev/uart/uart_bus_pci.c (+2 lines)
Lines 135-140 Link Here
135
	"MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
135
	"MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
136
{ 0x9710, 0x9904, 0xa000, 0x1000,
136
{ 0x9710, 0x9904, 0xa000, 0x1000,
137
	"MosChip MCS9904 PCIe to Peripheral Controller", 0x10 },
137
	"MosChip MCS9904 PCIe to Peripheral Controller", 0x10 },
138
{ 0x9710, 0x9922, 0xa000, 0x1000,
139
	"MosChip MCS9922 PCIe to Peripheral Controller", 0x10 },
138
{ 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
140
{ 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
139
{ 0xffff, 0, 0xffff, 0, NULL, 0, 0}
141
{ 0xffff, 0, 0xffff, 0, NULL, 0, 0}
140
};
142
};

Return to bug 199013