Page MenuHomeFreeBSD

D48525.diff
No OneTemporary

D48525.diff

diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -798,10 +798,10 @@
acpi_uart_type(UINT8 t)
{
static const char *types[] = {
- [0] = "ns8250", /* Full 16550 */
- [1] = "ns8250", /* DBGP Rev 1 16550 subset */
- [3] = "pl011", /* Arm PL011 */
- [5] = "ns8250", /* Nvidia 16550 */
+ [0x00] = "ns8250", /* Full 16550 */
+ [0x01] = "ns8250", /* DBGP Rev 1 16550 subset */
+ [0x03] = "pl011", /* Arm PL011 */
+ [0x05] = "ns8250", /* Nvidia 16550 */
[0x12] = "ns8250", /* 16550 defined in SerialPort */
};

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 25, 12:48 AM (19 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16017877
Default Alt Text
D48525.diff (600 B)

Event Timeline