pc_serial: mention my oxfordsemi 2 ports card and specs

This commit is contained in:
François Revol 2014-08-30 00:20:30 +02:00
parent 61b007a076
commit 19dad39ba8

View File

@ -84,9 +84,15 @@ static const struct serial_support_descriptor sSupportedDevices[] = {
/*
// vendor: OxfordSemi
#define VN "OxfordSemi"
// http://www.softio.com/ox16pci954ds.pdf
{ B_PCI_BUS, "OxfordSemi 16950 Serial Port", sDefaultRates, NULL, { 32, 32, 8 },
{ PCI_simple_communications, PCI_serial, PCI_serial_16950,
0x1415, 0x9501, PCI_INVAL, PCI_INVAL } },
// http://www.softio.com/ox16pci952ds.pdf
{ B_PCI_BUS, "OxfordSemi 16950 Serial Port", sDefaultRates, NULL, { 8, 8, 8 },
{ PCI_simple_communications, PCI_serial, PCI_serial_16950,
0x1415, 0x9521, PCI_INVAL, PCI_INVAL } },
*/