This code base on lpc code. Ralink RT1310 is oem from 5V Technologies. RT1310 is ARM926EJS(arm5t).
Details
Details
- Reviewers
mizhka - Group Reviewers
ARM - Commits
- rS317872: [arm] [rt1310] add initial RT1310 SoC code.
Buffalo WZR2-G300N
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6022 Build 6289: arc lint + arc unit
Event Timeline
Comment Actions
Thank you, Hiroki-san!
I prefer to clean #if 0 & commented code before landing.
sys/arm/ralink/if_fv.c | ||
---|---|---|
27 | Do we need $Id: $? | |
66–67 | What is reason to put sys/* here but not in upper section? | |
81–83 | #ifdef MII or please put it after DRIVER_MODULE section. | |
sys/arm/ralink/rt1310_machdep.c | ||
35 | Is it thing? | |
sys/arm/ralink/rt1310_rtc.c | ||
102–104 | :) it's a kind of magic | |
sys/arm/ralink/rt1310reg.h | ||
27 | To be $FreeBSD$ | |
30–31 | _ARM_RALINK_RT1310REG_H? | |
37–50 | To be tabs after #define (at least it should be same style for all lines) |