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 8577 Build 8888: 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 | ||
---|---|---|
28 | Do we need $Id: $? | |
67–68 | What is reason to put sys/* here but not in upper section? | |
82–84 | #ifdef MII or please put it after DRIVER_MODULE section. | |
sys/arm/ralink/rt1310_machdep.c | ||
36 | Is it thing? | |
sys/arm/ralink/rt1310_rtc.c | ||
102–104 ↗ | (On Diff #22400) | :) it's a kind of magic |
sys/arm/ralink/rt1310reg.h | ||
28 | To be $FreeBSD$ | |
31–32 | _ARM_RALINK_RT1310REG_H? | |
38–51 | To be tabs after #define (at least it should be same style for all lines) |