Extend macros for MIPS & ARM cores. Now only BCM cores can be matched by matching mechanism.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Other than minor style(9) whitespace and prefixing the macro names, looks good.
sys/dev/bhnd/bhnd.h | ||
---|---|---|
264 | minor style(9): should be a \t between #define and the macro name. Could you also prefix these with BHND_? Could be BHND_MIPS_DEV to keep them short. |