Seems NetMos is another brand for MosChip, use the better known brand.

Add link to datasheet for the other supported chip. Seems their site wants people to register to get them, but google indexed the PDF directly anyway so...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35979 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-03-27 19:22:10 +00:00
parent 5b3dd978fe
commit 5692fe1305

View File

@ -88,17 +88,18 @@ static const struct serial_support_descriptor sSupportedDevices[] = {
// vendor: NetMos
#define VN "NetMos"
#define VN "MosChip"
// used in Manhattan cards
// 1 function / port
// http://www.moschip.com/data/products/MCS9865/Data%20Sheet_9865.pdf
{ B_PCI_BUS, VN" 16550 Serial Port", sDefaultRates, NULL, { 8, 8, 8, 0, 0, 0 },
{ PCI_simple_communications, PCI_serial, PCI_serial_16550,
0x9710, 0x9865, PCI_INVAL, PCI_INVAL } },
// http://www.moschip.com/data/products/NM9835/Data%20Sheet_9835.pdf
// single function with all ports
// only BAR 0 & 1 are UART
// http://www.moschip.com/data/products/NM9835/Data%20Sheet_9835.pdf
{ B_PCI_BUS, VN" 16550 Serial Port", sDefaultRates, NULL, { 8, 8, 8, 0x3, 2, 0x000f },
{ PCI_simple_communications, PCI_serial, PCI_serial_16550,
0x9710, 0x9835, PCI_INVAL, PCI_INVAL } },