I'm encountering a problem while trying to download exchanger. The expected size is 13238 but the download is 13248.
I found the problem: Updater was complaining because the icon (.info) file size had changed from 13238 to 13248. The database had the old icon file size so I have now updated it.
Version 5.20 2023/05/25 - Fixed a potential crash in the find card code when the card is already in use
Version 5.19 2023/04/18 - Fixed an infinite loop in code to get PCIe speed capabilities, which would trigger if the parent PCIe device isn't the root controller
Version 5.18 2023/02/14 - Disabled GART for the Sam460 again (was accidentally enabled) - The usleep() threshold for using the timer device was broken a while ago. FIXED - Rewrote usleep() so it no longer needs to open/close the timer device every time there's a longer delay (lowers overhead)
Version 5.17 2022/11/18 - Now skips attempting to initialize the card altogether if the card is already in use
Version 5.16 2022/11/17 - Fixed a potential crash if initializing the driver failed
Version 5.15 2022/10/18 - Enabled the UVD interrupt (trap handler) - Fixed interrupt handling for the Sam460. Caching on PCIe reads from VRAM was causing the interrupt handler to read stale data, resulting in missed interrupts which, in turn, causes a complete freeze. Added fallback and workaround code (#917)