Hmm, ignoremask is an *ignore* mask :D

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35988 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-03-28 18:32:14 +00:00
parent 5fbfe93a98
commit e45fc8563b

View File

@ -100,7 +100,7 @@ static const struct serial_support_descriptor sSupportedDevices[] = {
// 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 },
{ 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 } },