Re: Add support for Intel AMT technology on Intel Lynx Point chipset

2013-11-07 Thread Sean Bruno
On Wed, 2013-11-06 at 11:16 +0200, Dmitry Luhtionov wrote:
 --- /usr/src/sys/dev/uart/uart_bus_pci.c.orig2013-11-01
 14:45:23.0 +0200
 +++ /usr/src/sys/dev/uart/uart_bus_pci.c2013-11-04 11:15:54.0
 +0200
 @@ -122,6 +122,7 @@
  { 0x8086, 0x8812, 0x, 0, Intel EG20T Serial Port 1, 0x10 },
  { 0x8086, 0x8813, 0x, 0, Intel EG20T Serial Port 2, 0x10 },
  { 0x8086, 0x8814, 0x, 0, Intel EG20T Serial Port 3, 0x10 },
 +{ 0x8086, 0x8c3d, 0x, 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 },



Committed at svn r 257808

Thanks for the update!

sean


signature.asc
Description: This is a digitally signed message part


Add support for Intel AMT technology on Intel Lynx Point chipset

2013-11-06 Thread Dmitry Luhtionov
--- /usr/src/sys/dev/uart/uart_bus_pci.c.orig2013-11-01
14:45:23.0 +0200
+++ /usr/src/sys/dev/uart/uart_bus_pci.c2013-11-04 11:15:54.0
+0200
@@ -122,6 +122,7 @@
 { 0x8086, 0x8812, 0x, 0, Intel EG20T Serial Port 1, 0x10 },
 { 0x8086, 0x8813, 0x, 0, Intel EG20T Serial Port 2, 0x10 },
 { 0x8086, 0x8814, 0x, 0, Intel EG20T Serial Port 3, 0x10 },
+{ 0x8086, 0x8c3d, 0x, 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 },
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org