Page MenuHomeFreeBSD

arm/ralink cleanup and delete NON INTRNG code
ClosedPublic

Authored by yamori813_yahoo.co.jp on Aug 8 2018, 8:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 6, 1:44 PM
Unknown Object (File)
Sat, Apr 6, 6:25 AM
Unknown Object (File)
Dec 20 2023, 1:16 AM
Unknown Object (File)
Dec 12 2023, 9:26 PM
Unknown Object (File)
Sep 6 2023, 6:48 AM
Unknown Object (File)
Sep 4 2023, 11:18 AM
Unknown Object (File)
Aug 14 2023, 9:59 PM
Unknown Object (File)
Aug 14 2023, 11:32 AM
Subscribers

Details

Test Plan

on Buffalo_WZR2-G300N

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

generally I like it, but there's two unrelated changes, I think, in here.

sys/arm/ralink/rt1310_machdep.c
35 ↗(On Diff #46402)

this looks unintentional...

127 ↗(On Diff #46402)

this looks unintentional...

This revision is now accepted and ready to land.Aug 8 2018, 6:10 PM
  • too mach delete INTRNG
  • refict review
This revision now requires review to proceed.Aug 8 2018, 9:57 PM

Perfect! Thank you for such a prompt cleanup.

This revision is now accepted and ready to land.Aug 8 2018, 9:58 PM
  • forget add kernel address setting
This revision now requires review to proceed.Aug 10 2018, 5:14 AM

I'll commit this later today if there's no objections

This revision is now accepted and ready to land.Aug 10 2018, 1:47 PM
manu added inline comments.
sys/arm/ralink/std.ralink
11 ↗(On Diff #46493)

Is PHYADDR needed ?
It seems that it's only needed if KERNVIRTADDR!=KERNBASE or if one use FLASHADDR/LOADERADDR

sys/arm/ralink/std.ralink
11 ↗(On Diff #46493)

Looking at the code, I agree. It appears to be copied from the kirkwood config files, where at least one of them does actually use it. I'm going to leave it to get this change in.

This revision was automatically updated to reflect the committed changes.