diff options
author | jhb <jhb@FreeBSD.org> | 2015-03-12 15:48:25 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-03-12 15:48:25 +0000 |
commit | b3716d53218ac572e094f91f0fbac6fdcb624916 (patch) | |
tree | dd467c9dc2da6121d70541250bf2ee7ba97bc65f /sys/dev/uart/uart_bus_pci.c | |
parent | fa9df7fb76eb762793140e602461c32bb66ddabd (diff) | |
download | FreeBSD-src-b3716d53218ac572e094f91f0fbac6fdcb624916.zip FreeBSD-src-b3716d53218ac572e094f91f0fbac6fdcb624916.tar.gz |
MFC 278292:
Add the device ID for the AMT serial port on my Thinkpad T400.
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
-rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 7d977a0..b297502 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -121,6 +121,7 @@ static const struct pci_id pci_ns8250_ids[] = { { 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 }, { 0x8086, 0x1d3d, 0xffff, 0, "Intel C600/X79 Series Chipset KT Controller", 0x10 }, { 0x8086, 0x2a07, 0xffff, 0, "Intel AMT - PM965/GM965 KT Controller", 0x10 }, +{ 0x8086, 0x2a47, 0xffff, 0, "Mobile 4 Series Chipset KT Controller", 0x10 }, { 0x8086, 0x2e17, 0xffff, 0, "4 Series Chipset Serial KT Controller", 0x10 }, { 0x8086, 0x3b67, 0xffff, 0, "5 Series/3400 Series Chipset KT Controller", 0x10 }, |