uartpci: add serial-over-lan uart from x230/AMT
This commit is contained in:
parent
e83917a658
commit
02d1725d71
1 changed files with 3 additions and 0 deletions
|
@ -212,6 +212,9 @@ uartpcipnp(void)
|
|||
break;
|
||||
}
|
||||
break;
|
||||
case (0x1e3d << 16)|0x8086: /* C210 Series Chipset Family KT Controller */
|
||||
uart = uartpci(ctlrno, p, 0, 1, 1843200, "serialoverlan", 8);
|
||||
break;
|
||||
}
|
||||
if(uart)
|
||||
ctlrno++;
|
||||
|
|
Loading…
Reference in a new issue