I have tried this diff on r331284 and it still panic when I plug my Transcend microSD reader in. The stack backtrace is exactly same with what I've supplied in the mailing list.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Mar 26 2018
Mar 26 2018
Feb 26 2018
Feb 26 2018
Refrain from using hard-coded length value, part 2.
Refrain from using hard-coded length value; per the advice from @ian.
Forgot to make cpu_model as static.
Use existing CPU detection in sys/arm/arm/identcpu-v6.c.
I am trying to reuse the existing core detection in sys/arm/arm/identcpu-v6.c:288 for filling out the OID.
Feb 22 2018
Feb 22 2018
Pardon my naive questions; this is my first time handling non-userland code.