diff options
author | marius <marius@FreeBSD.org> | 2014-05-19 09:29:59 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2014-05-19 09:29:59 +0000 |
commit | 3526290075b553793cfb3fa4ffac17137f8564bd (patch) | |
tree | 22e32f47d660ff5e3d73b55fe76936ab64a6d636 /sys/dev/uart | |
parent | 1c8483555851c5e16d5a86e95607e9440c414b65 (diff) | |
download | FreeBSD-src-3526290075b553793cfb3fa4ffac17137f8564bd.zip FreeBSD-src-3526290075b553793cfb3fa4ffac17137f8564bd.tar.gz |
MFC: r257808
Add new AMT serial port PCI ID on Intel Lynx Point chipset
Diffstat (limited to 'sys/dev/uart')
-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 f5a63cf..d936dbc 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -125,6 +125,7 @@ static const struct pci_id pci_ns8250_ids[] = { { 0x8086, 0x8812, 0xffff, 0, "Intel EG20T Serial Port 1", 0x10 }, { 0x8086, 0x8813, 0xffff, 0, "Intel EG20T Serial Port 2", 0x10 }, { 0x8086, 0x8814, 0xffff, 0, "Intel EG20T Serial Port 3", 0x10 }, +{ 0x8086, 0x8c3d, 0xffff, 0, "Intel Lynx Point KT Controller", 0x10 }, { 0x9710, 0x9820, 0x1000, 1, "NetMos NM9820 Serial Port", 0x10 }, { 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 }, { 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 }, |