diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-01-03 10:01:12 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-01-03 10:01:12 +0000 |
commit | e8a395e7c137cec3613839af03daa761a64f3bda (patch) | |
tree | 5921e9d26178b6e6fab8a9d58bd04580a55d2d3a /sys/dev/uart | |
parent | 5170861c198a96e43559f9d9dc6ae750a10471ca (diff) | |
download | FreeBSD-src-e8a395e7c137cec3613839af03daa761a64f3bda.zip FreeBSD-src-e8a395e7c137cec3613839af03daa761a64f3bda.tar.gz |
Add support for Intel EG20T serial ports
Diffstat (limited to 'sys/dev/uart')
-rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 0b30e11b..d308ce9 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -112,6 +112,10 @@ static struct pci_id pci_ns8250_ids[] = { 0x10, 16384000 }, { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 }, { 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 }, +{ 0x8086, 0x8811, 0xffff, 0, "Intel EG20T Serial Port 0", 0x10 }, +{ 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 }, { 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 }, |