FreeBSD Bugzilla – Attachment 225194 Details for
Bug 256101
Add Gemini Lake SIO/LPSS UARTs PCI IDs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Gemini Lake UART patch
geminilake_uart.diff (text/plain), 1006 bytes, created by
Daniel Ponte
on 2021-05-23 13:27:49 UTC
(
hide
)
Description:
Gemini Lake UART patch
Filename:
MIME Type:
Creator:
Daniel Ponte
Created:
2021-05-23 13:27:49 UTC
Size:
1006 bytes
patch
obsolete
>diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c >index 707b82dc078b..8c73299aa5db 100644 >--- a/sys/dev/uart/uart_bus_pci.c >+++ b/sys/dev/uart/uart_bus_pci.c >@@ -155,6 +155,14 @@ static const struct pci_id pci_ns8250_ids[] = { > 24 * DEFAULT_RCLK, 2 }, > { 0x8086, 0x5aee, 0xffff, 0, "Intel Apollo Lake SIO/LPSS UART 3", 0x10, > 24 * DEFAULT_RCLK, 2 }, >+{ 0x8086, 0x31bc, 0xffff, 0, "Intel Gemini Lake SIO/LPSS UART 0", 0x10, >+ 24 * DEFAULT_RCLK, 2 }, >+{ 0x8086, 0x31be, 0xffff, 0, "Intel Gemini Lake SIO/LPSS UART 1", 0x10, >+ 24 * DEFAULT_RCLK, 2 }, >+{ 0x8086, 0x31c0, 0xffff, 0, "Intel Gemini Lake SIO/LPSS UART 2", 0x10, >+ 24 * DEFAULT_RCLK, 2 }, >+{ 0x8086, 0x31ee, 0xffff, 0, "Intel Gemini Lake SIO/LPSS UART 3", 0x10, >+ 24 * DEFAULT_RCLK, 2 }, > { 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 },
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 256101
: 225194