Page MenuHomeFreeBSD

Add a driver for the network device in the AMD Opteron A1100
AbandonedPublic

Authored by andrew on Nov 17 2016, 4:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 12:36 PM
Unknown Object (File)
Nov 10 2023, 4:41 PM
Unknown Object (File)
Nov 9 2023, 10:35 AM
Unknown Object (File)
Nov 6 2023, 4:05 AM
Unknown Object (File)
Nov 2 2023, 9:34 PM
Unknown Object (File)
Oct 9 2023, 3:36 PM
Unknown Object (File)
Oct 8 2023, 9:31 AM
Unknown Object (File)
Oct 5 2023, 3:00 AM
Subscribers

Details

Reviewers
gnn
Summary

Import the Linux device driver for the AMD Opteron A1100 and port it to
FreeBSD. This has been tested on the SoftIron Overdrive 3000, and seems
stable at 1G. There is further work needed to get 10G stable.

This still needs a few cleanups, but should be mostly ready for review.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5971
Build 6249: arc lint + arc unit

Event Timeline

andrew retitled this revision from to Add a driver for the network device in the AMD Opteron A1100.
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)

Should this be done through a vendor import?

sys/arm64/conf/GENERIC
88

unrelated

Should this be done through a vendor import?

It will be two commits. I'm unsure how likely future imports from Linux will be due to the amount the drivers have diverged.

Remove a commented out DIAGNOSTIC

It will be two commits. I'm unsure how likely future imports from Linux will be due to the amount the drivers have diverged.

Fair enough - the most important part is that we have the original upstream source somewhere to facilitate a possible future comparison.