mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base: Use COM1 as default port if Bender failed to identify a serial device, as this frequently happens with modern SOL solutions.
This commit is contained in:
@@ -42,7 +42,7 @@ class Genode::Bios_data_area : Mmio<0x12>
|
||||
uint16_t serial_port() const
|
||||
{
|
||||
Equipment::access_t count = read<Equipment::Serial_count>();
|
||||
return count ? read<Serial_base_com1>() : 0;
|
||||
return count ? read<Serial_base_com1>() : 0x3f8;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user