diff options
author | eadler <eadler@FreeBSD.org> | 2013-04-23 13:03:08 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-04-23 13:03:08 +0000 |
commit | 84dd0c66c9ce395a89bacd976f993209bf54934d (patch) | |
tree | 8affbb83c468786115bfb8075ce535d007a57320 /sys/dev/uart/uart_bus_pci.c | |
parent | 4af79ccd602e497469d337b07a2bff0a1115a2a7 (diff) | |
download | FreeBSD-src-84dd0c66c9ce395a89bacd976f993209bf54934d.zip FreeBSD-src-84dd0c66c9ce395a89bacd976f993209bf54934d.tar.gz |
Add support for Intel C600/X79 Series Chipset KT Controller.
PR: kern/177072
Submitted by: Kurt Lidl <lidl@pix.net>
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 c382669..062c379 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -114,6 +114,7 @@ static const struct pci_id pci_ns8250_ids[] = { { 0x14e4, 0x4344, 0xffff, 0, "Sony Ericsson GC89 PC Card", 0x10}, { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 }, { 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 }, +{ 0x8086, 0x1d3d, 0xffff, 0, "Intel C600/X79 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 }, |