FreeBSD Bugzilla – Attachment 168020 Details for
Bug 207910
[uart] [patch] fix for Intel Atom Cherryview SOC HSUART not recognized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add PCI IDs for HSUART on Intel Atom SOC
intelatomsocuart.diff (text/plain), 904 bytes, created by
Johannes Lundberg
on 2016-03-11 18:55:44 UTC
(
hide
)
Description:
Patch to add PCI IDs for HSUART on Intel Atom SOC
Filename:
MIME Type:
Creator:
Johannes Lundberg
Created:
2016-03-11 18:55:44 UTC
Size:
904 bytes
patch
obsolete
>diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c >index 4166222..13dd919 100644 >--- a/sys/dev/uart/uart_bus_pci.c >+++ b/sys/dev/uart/uart_bus_pci.c >@@ -128,6 +128,10 @@ static const struct pci_id pci_ns8250_ids[] = { > { 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 }, > { 0x8086, 0x1d3d, 0xffff, 0, "Intel C600/X79 Series Chipset KT Controller", 0x10 }, > { 0x8086, 0x1e3d, 0xffff, 0, "Intel Panther Point KT Controller", 0x10 }, >+{ 0x8086, 0x228a, 0xffff, 0, "Intel Cherryview SIO HSUART#1", 0x10, >+ 24 * DEFAULT_RCLK, 2 }, >+{ 0x8086, 0x228c, 0xffff, 0, "Intel Cherryview SIO HSUART#2", 0x10, >+ 24 * DEFAULT_RCLK, 2 }, > { 0x8086, 0x2a07, 0xffff, 0, "Intel AMT - PM965/GM965 KT Controller", 0x10 }, > { 0x8086, 0x2a47, 0xffff, 0, "Mobile 4 Series Chipset KT Controller", 0x10 }, > { 0x8086, 0x2e17, 0xffff, 0, "4 Series Chipset Serial KT Controller", 0x10 },
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207910
: 168020