uartpci: AMT SOL Redirection interface (x200s)
This commit is contained in:
parent
31294b6c1a
commit
8597051d64
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ uartpcipnp(void)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case (0x2a47 << 16)|0x8086: /* AMT SOL Redirection */
|
||||||
case (0x1e3d << 16)|0x8086: /* C210 Series Chipset Family KT Controller */
|
case (0x1e3d << 16)|0x8086: /* C210 Series Chipset Family KT Controller */
|
||||||
uart = uartpci(ctlrno, p, 0, 1, 1843200, "serialoverlan", 8);
|
uart = uartpci(ctlrno, p, 0, 1, 1843200, "serialoverlan", 8);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue