Page MenuHomeFreeBSD

eqos: Mechanically convert to IfAPI
ClosedPublic

Authored by jhibbits on Mar 7 2023, 9:25 PM.
Tags
None
Referenced Files
F173362016: D38963.id.diff
Fri, Sep 25, 11:12 AM
Unknown Object (File)
Mon, Sep 7, 8:18 AM
Unknown Object (File)
Sun, Sep 6, 8:34 AM
Unknown Object (File)
Sat, Sep 5, 11:38 AM
Unknown Object (File)
Wed, Sep 2, 12:27 PM
Unknown Object (File)
Aug 24 2026, 8:35 PM
Unknown Object (File)
Aug 21 2026, 7:29 AM
Unknown Object (File)
Aug 13 2026, 5:26 PM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei added a subscriber: zlei.

Looks good to me.

sys/dev/eqos/if_eqos.c
1216

No local variable ifp.

This revision is now accepted and ready to land.Mar 8 2023, 7:00 AM
jhibbits added inline comments.
sys/dev/eqos/if_eqos.c
1216

Huh, I wonder how it compiled, then. Very strange.

This revision was automatically updated to reflect the committed changes.
jhibbits marked an inline comment as done.
sys/dev/eqos/if_eqos.c
1216

Huh, I wonder how it compiled, then. Very strange.

if_eqos is driver for RK356X SOC Ethernet QoS controller. That is in arm machines. IIUC it will not be built with amd64/conf/GENERIC kernel config.

sys/dev/eqos/if_eqos.c
1216

It also apparently doesn't get built with arm64 LINT and I didn't build GENERIC before submitting the review.