uart_bus_pci.c: Style
Wrap long lines, use tab instead of spaces. PR: 255556 Submitted by: Jose Luis Duran <jlduran@gmail.com> MFC after: 1 week
This commit is contained in:
parent
0ea8a7f36d
commit
5b8b6b26e4
@ -135,12 +135,13 @@ static const struct pci_id pci_ns8250_ids[] = {
|
||||
{ 0x8086, 0x108f, 0xffff, 0, "Intel AMT - SOL", 0x10 },
|
||||
{ 0x8086, 0x19d8, 0xffff, 0, "Intel Denverton UART", 0x10 },
|
||||
{ 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 },
|
||||
{ 0x8086, 0x1d3d, 0xffff, 0, "Intel C600/X79 Series Chipset 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 },
|
||||
24 * DEFAULT_RCLK, 2 },
|
||||
{ 0x8086, 0x228c, 0xffff, 0, "Intel Cherryview SIO HSUART#2", 0x10,
|
||||
24 * DEFAULT_RCLK, 2 },
|
||||
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 },
|
||||
|
Loading…
Reference in New Issue
Block a user