IRC channel logs

2023-07-02.log

back to list of logs

<damo22>Pellescours: i think that patch would fix EHCI as well
<damo22>but we probably need to make alignment respect the requested alignment
<damo22>youpi: which small alignments does this actually allow? none (?)
<damo22>/* FIXME: Allows some small alignments less than page size */
<damo22>if ((palign < PAGE_SIZE) && (PAGE_SIZE % palign == 0))
<damo22>all the powers of two i see