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 Not Applicable - Unit
Tests Not Applicable
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 ↗ | (On Diff #22400) | Do we need $Id: $? |
66–67 ↗ | (On Diff #22400) | What is reason to put sys/* here but not in upper section? |
81–83 ↗ | (On Diff #22400) | #ifdef MII or please put it after DRIVER_MODULE section. |
sys/arm/ralink/rt1310_machdep.c | ||
35 ↗ | (On Diff #22400) | 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 | ||
27 ↗ | (On Diff #22400) | To be $FreeBSD$ |
30–31 ↗ | (On Diff #22400) | _ARM_RALINK_RT1310REG_H? |
37–50 ↗ | (On Diff #22400) | To be tabs after #define (at least it should be same style for all lines) |