Page MenuHomeFreeBSD

[new driver] Tehuti networks tn40xx device driver.
AbandonedPublic

Authored by kevans on Oct 18 2018, 1:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 16, 5:48 AM
Unknown Object (File)
Oct 21 2024, 8:13 PM
Unknown Object (File)
Oct 21 2024, 8:12 PM
Unknown Object (File)
Oct 21 2024, 8:10 PM
Unknown Object (File)
Oct 21 2024, 7:51 PM
Unknown Object (File)
Oct 11 2024, 7:04 PM
Unknown Object (File)
Oct 11 2024, 7:02 PM
Unknown Object (File)
Oct 11 2024, 7:01 PM
Subscribers

Details

Diff Detail

Lint
Lint Warnings
SeverityLocationCodeMessage
Warningsys/dev/tn40xx/TLK10232_phy.h:CHMOD1Invalid Executable
Warningsys/dev/tn40xx/tn40_mbuf.c:CHMOD1Invalid Executable
Unit
No Test Coverage
Build Status
Buildable 20335
Build 19786: arc lint + arc unit

Event Timeline

Hi,

This diff: https://people.freebsd.org/~kevans/tn40xx-build.diff applied on top of what you have here should hook it up to the build properly-ish (sys/modules/Makefile should have a SUBDIR+= tn40xx line later, but needs testing first) -- you can add device tn40xx to your kernconf and get the driver built into the kernel, or walk into sys/modules/tn40xx and make the kmod manually.

You should also go ahead and remove the .depend.* files from the patch when you re-roll.

  • ~kevans/tn40xx-build.diff
  • Added tn40xx

I'll look more closely at the code, but the first thing that stands out is that this driver lacks a basic man page.

This driver lacks a man page.

linimon retitled this revision from Tehuti networks tn40xx device driver. to [new driver] Tehuti networks tn40xx device driver..Jan 15 2019, 8:27 PM
kevans edited reviewers, added: ami_tehutinetworks.net; removed: kevans.

Commandeering to abandon in favor of D18856