Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 23:02:53 +0300
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Chris Torek <torek@torek.net>
Cc:        freebsd-hackers@freebsd.org, eadler@freebsd.org
Subject:   Re: Intel AMT UART
Message-ID:  <20140415200253.GQ4016@kib.kiev.ua>
In-Reply-To: <201404150743.s3F7hOA5059711@elf.torek.net>
References:  <201404150743.s3F7hOA5059711@elf.torek.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--R92lf0Oi2sxyK3LA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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).
>=20
> (The correct author for credit is Tony Li)
>=20
> Chris
>=20
> 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 Con=
troller", 0x10 },
>  { 0x8086, 0x2e17, 0xffff, 0, "4 Series Chipset Serial KT Controller", 0x=
10 },
>  { 0x8086, 0x3b67, 0xffff, 0, "5 Series/3400 Series Chipset KT Controller=
",
>  	0x10 },
>=20

It seems to be already there since r249803 | eadler | 2013-04-23,
including the style bug of using too long line.

--R92lf0Oi2sxyK3LA
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (FreeBSD)

iQIcBAEBAgAGBQJTTZBtAAoJEJDCuSvBvK1BkBsQAJcTaBL/oHAHkuQScnO2hjDO
3+eAjS8eOsPTar5QwyZ5MT81iPabaY3BSoilgPEXAWXuPgTsKAA9fam9l7+ioNFZ
jAfoMWBm9TOt5UsWaE/qgk8x3VZdO5l889n+cDy+XOJAU6IEssNynU41e9MCjCdY
FwHyU519m92UOieQiUgkfsWMkFFqty+gcZDMiXA/4qUsHFbDk29XSPSfm7JVLbzp
xg0pAybhcCGHSFgpfC86z4Q4JZABKBKpYtcAqSFP8XzyZrCkGrcoqWQh7r7fYV2O
yYza5EwTPvdoH7pZfmX0+81NgRw8Mu4+GNWIbTFIoP7rapN+X3TOilNkj8djg3Td
cxW/jKcv2nmeOYKpAjr7tpvNBxSQOWbv6cX/0egqV6M0bQYnUApCaPdiL1JEdr77
CoJN3OTL4z/EJlboOu5QjEBfSTb87Q0uJ5V75IX2+IM3mow8c4WJ4Ib1/25gO0Lo
Z27AHgrY5U8z/OpkDKdIDCnyPdFLy0NO/p7lBEyX2bm9fYe4H1qrwtZj1UR1pTMk
vFBNhGrAvy/QSiPg6ZjOSWsZdf8n211EDvHHsG5YN2mIUMKVdcUtoYuHhUUWRf4c
C/lbOyI/s6wQGKHXWv3Csy+WzPTmF2SSlEoq5nUeY2/15Jxn2gpG8dt7C3SGnyOP
Zwk4E/oxeEfR6yi4cr5M
=eQIB
-----END PGP SIGNATURE-----

--R92lf0Oi2sxyK3LA--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140415200253.GQ4016>