From 5692fe13052f5606d1a187292c08404d62bbb34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 27 Mar 2010 19:22:10 +0000 Subject: [PATCH] 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 --- src/add-ons/kernel/drivers/ports/pc_serial/Driver.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/add-ons/kernel/drivers/ports/pc_serial/Driver.cpp b/src/add-ons/kernel/drivers/ports/pc_serial/Driver.cpp index 147e587f81..6b6e635ced 100644 --- a/src/add-ons/kernel/drivers/ports/pc_serial/Driver.cpp +++ b/src/add-ons/kernel/drivers/ports/pc_serial/Driver.cpp @@ -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 } },