diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-04-03 04:06:27 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-04-03 04:06:27 +0000 |
commit | 8597051d6460da881c0501c7036dc229dc3101ca (patch) | |
tree | 749cae4dbd09f1fe2f38f717f9d02de65a488410 /sys/src/9 | |
parent | 31294b6c1a9e49599ef790f5b0e944bf0dc0fa50 (diff) |
uartpci: AMT SOL Redirection interface (x200s)
Diffstat (limited to 'sys/src/9')
-rw-r--r-- | sys/src/9/pc/uartpci.c | 1 |
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; |