Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108343274
D48525.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
600 B
Referenced Files
None
Subscribers
None
D48525.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D48525: stand/efi: Use hex values to get the uart type
Attached
Detach File
Event Timeline
Log In to Comment