On Sat May 31, 2025 at 6:46 AM JST, Lyude Paul wrote: > On Wed, 2025-05-21 at 15:45 +0900, Alexandre Courbot wrote: >> >> -const BAR0_SIZE: usize = 8; >> +const BAR0_SIZE: usize = 0x1000000; >> pub(crate) type Bar0 = pci::Bar<BAR0_SIZE>; >> > > Hm, considering that you just added additional SZ_* constants wouldn't we want > to use one of those here instead of 0x1000000?
Absolutely, thanks for pointing it out!