svn commit: r229687 - stable/9/sys/dev/uart
Kevin Lo
kevlo at FreeBSD.org
Fri Jan 6 05:45:24 UTC 2012
Author: kevlo
Date: Fri Jan 6 05:45:23 2012
New Revision: 229687
URL: http://svn.freebsd.org/changeset/base/229687
Log:
MFC r229379:
Add support for Intel EG20T serial ports
Modified:
stable/9/sys/dev/uart/uart_bus_pci.c
Modified: stable/9/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/9/sys/dev/uart/uart_bus_pci.c Fri Jan 6 05:17:43 2012 (r229686)
+++ stable/9/sys/dev/uart/uart_bus_pci.c Fri Jan 6 05:45:23 2012 (r229687)
@@ -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 },
More information about the svn-src-stable-9
mailing list