summaryrefslogtreecommitdiff
path: root/sys/src
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2022-04-03 04:06:27 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2022-04-03 04:06:27 +0000
commit8597051d6460da881c0501c7036dc229dc3101ca (patch)
tree749cae4dbd09f1fe2f38f717f9d02de65a488410 /sys/src
parent31294b6c1a9e49599ef790f5b0e944bf0dc0fa50 (diff)
uartpci: AMT SOL Redirection interface (x200s)
Diffstat (limited to 'sys/src')
-rw-r--r--sys/src/9/pc/uartpci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/uartpci.c b/sys/src/9/pc/uartpci.c
index 7de78fed6..db2e25bc3 100644
--- a/sys/src/9/pc/uartpci.c
+++ b/sys/src/9/pc/uartpci.c
@@ -212,6 +212,7 @@ uartpcipnp(void)
break;
}
break;
+ case (0x2a47 << 16)|0x8086: /* AMT SOL Redirection */
case (0x1e3d << 16)|0x8086: /* C210 Series Chipset Family KT Controller */
uart = uartpci(ctlrno, p, 0, 1, 1843200, "serialoverlan", 8);
break;