Intel AMT UART

Konstantin Belousov kostikbel at gmail.com
Tue Apr 15 20:03:00 UTC 2014


On Tue, Apr 15, 2014 at 01:43:24AM -0600, Chris Torek wrote:
> The change below enables the UART on some Intel boards with AMT
> support (others, as shown by the value right above it, are already
> enabled).
> 
> (The correct author for credit is Tony Li)
> 
> Chris
> 
> diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
> --- 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_id
>  { 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 AMT - 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 },
> 

It seems to be already there since r249803 | eadler | 2013-04-23,
including the style bug of using too long line.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20140415/76ba0a8c/attachment.sig>


More information about the freebsd-hackers mailing list