fbelavenuto / arpl-modules

Binary modules for ARPL
GNU General Public License v2.0
25 stars 44 forks source link

Add tn40xx module #200

Open shibby20 opened 1 year ago

shibby20 commented 1 year ago

@pocopico already has this module on his repository so please add this module to arpl-modules package

https://github.com/pocopico/rp-ext/tree/main/tn40xx

Best Regards.

PeterSuh-Q3 commented 1 year ago

Today I finished adding tn40xx to M SHELL for TCRP's integrated module.

Added the manufacturer tehuti of tn40xx to the compilation tree as shown below.

Even in the Junior test, there seems to be no problem with the module injection test.

Try it out.

https://github.com/PeterSuh-Q3/arpl-modules/tree/main/src/4.x/drivers/net/ethernet/tehuti

https://github.com/PeterSuh-Q3/arpl-modules/blob/main/broadwellnk-4.4.180/tn40xx.ko

SynologyNAS> insmod tn40xx.ko SynologyNAS> dmesg | grep tn40xx [ 84.186096] tn40xx: Tehuti Network Driver, 0.3.6.14 [ 84.186889] tn40xx: Supported phys : MV88X3120 MV88X3310 MV88E2010 QT2025 TLK10232 AQR105

If you need Pull Requests for arpl, we will be happy to request them.

QLOGIC's qlcnic is also compiled and added.

Currently my version starts from v.1.01.

https://github.com/PeterSuh-Q3/arpl-modules/releases/tag/v1.01