Files
RedBear-OS/local
vasilito 8e5792303a fix: correct BAR size probing for non-zero base addresses
The previous BAR size calculation used !(inverted & mask) & mask which\nproduces incorrect results when the BAR has a non-zero base address.\nUse lowest-set-bit extraction (masked & (!masked + 1)) to correctly\ncompute the BAR size from the writable bit pattern read back from hardware.
2026-05-15 07:23:11 +01:00
..
2026-05-11 10:11:14 +01:00