- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Thu, Nov 27
Wed, Nov 26
Tue, Nov 25
Sat, Nov 15
Agree on using PAGE_SIZE for everyone. Most likely more controllers have this issue (even within Crucial model range), so it is a way easier to align to page_size all of them rather than deal with bug reports from users. We are a general purpose OS.
And again, Linux align to PAGE_SIZE all of them as well.
rename macro
The issue arise on Crucial P310 only, so convert to a quirk
Oct 31 2025
looks redundant. thanks
Oct 27 2025
Oct 24 2025
What I see when 32 byte requested it actually gives us PAGE_SIZE aligned address, which works.
Oct 23 2025
Good points. I will check with Codasip if this is something to do with CHERI (I don't see any connection however)
Oct 16 2025
Sep 2 2025
Thanks @pkelsey. I will look at this once again (I did not forget about this but need to restore my CVA6 setup).
Aug 18 2025
Aug 5 2025
Jul 11 2025
Jul 9 2025
Add hwt.4 to the build and create MLINKS
In D51192#1169501, @ziaee wrote:https://man-dev.freebsd.org/vt
And in current (not synced to web interface yet), check out uftdi, uchcom, or pf
Jul 8 2025
Jul 7 2025
Jul 3 2025
Jul 2 2025
- take run time linker path from ELF binary rather than from INTERP record
- address ziaee's comments
Jul 1 2025
Restore "unlock the vnode around the exec hook call"
Jun 30 2025
do not unlock image text vnode
Jun 27 2025
Jun 26 2025
Add SCHED_4BSD hwt hooks
- Move ELF image activator hooks to generic kern_exec.c
- HWT_HOOKS: Move variable declarations under the if()
- HWT_HOOKS: Move contents of kern_hwt.c to kern_pmc.c
- Remove VM_ALLOC_NOBUSY flag from vm_page_alloc_contig() request to meet KASSERTs in vm_page.c
Jun 24 2025
Regenerate. Fix P2_HWT
Jun 9 2025
May 22 2025
Apr 22 2025
handle return code of OF_getencprop() correctly
Apr 16 2025
Address @jrtc27 comments.
Apr 9 2025
Apr 8 2025
Fix error mask settings when CRC is disabled
Apr 7 2025
the hack around MMC return code is now resolved by @pkelsey
In D49248#1132893, @pkelsey wrote:It does detect the card with your patch, but size is 0bytes (CSD is zero)
mmc0: New card detected (CID 035344534236344780da29024a014400) mmc0: New card detected (CSD 00000200000000000000000000000000)I am looking if I can find an issue...
I checked all of the response type mappings against the spec again and found a mistake where I had indexed into the wrong table for the SEND_CSD and SEND_CID translations when making this patch. Attached is a new version that corrects those mappings (as well as corrects another mapping for an SPI-only command, although that change has no functional effect). I expect this will sort out the issue you are observing.
mmcspi.c55 KBDownload
Apr 5 2025
In D49248#1132271, @pkelsey wrote:
Apr 4 2025
In D49248#1132215, @pkelsey wrote:mmcspi.c55 KBDownloadI've uploaded a version of this file that removes the R7 translation hack and fixes the underlying issue as I've proposed. I did not compile this code, so please excuse any mechanical issues that you find. The SPI response type to SD/MMC response type correspondence that has been added here corresponds to what the code implemented prior to the commit I referenced above, and I double checked it for each command against the current version of the SD Physical Layer Simplified Specification.
Apr 3 2025
Fix comments per @pkelsey request