Page MenuHomeFreeBSD

amd64: complete thunderbolt KERNCONF integration
Needs ReviewPublic

Authored by ngie on Fri, Feb 27, 8:46 PM.
Tags
None
Referenced Files
F146140284: D55573.diff
Sat, Feb 28, 4:05 AM
F146123944: D55573.diff
Sat, Feb 28, 12:42 AM
F146119100: D55573.id.diff
Fri, Feb 27, 11:42 PM
F146117066: D55573.id172891.diff
Fri, Feb 27, 11:17 PM
Subscribers

Details

Reviewers
imp
Summary

This completes the work so the driver can be integrated into KERNCONFs
properly on amd64.

MFC after: 1 month

Test Plan

This is one of the many changes that helps provide a more complete/functional Thunderbolt experience with my MacBookPro13,1.

My other Apple devices are pending..

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71080
Build 67963: arc lint + arc unit

Event Timeline

ngie requested review of this revision.Fri, Feb 27, 8:46 PM
ngie retitled this revision from Complete thunderbolt KERNCONF integration to amd64: complete thunderbolt KERNCONF integration.Fri, Feb 27, 8:50 PM
ngie edited the summary of this revision. (Show Details)
ngie edited the test plan for this revision. (Show Details)
ngie added a reviewer: imp.
ngie added subscribers: adrian, jhb, USB.
sys/conf/files.amd64
429

So I'm wondering if all this shouldn't just be in files, even if it's just amd64 at the moment...

And it's also misordered here if it actually belongs here.

sys/conf/files.amd64
429

Putting it in sys/conf/files might be a good idea, but what I am doing is matching the existing logic in sys/modules/Makefile.

Where should these entries be? Should it be sorted by its driver name (in this case thunderbolt?)?