Page MenuHomeFreeBSD

Update the recommended package.
ClosedPublic

Authored by imp on Oct 6 2018, 5:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 2, 8:39 PM
Unknown Object (File)
Oct 10 2024, 3:32 AM
Unknown Object (File)
Oct 4 2024, 6:28 AM
Unknown Object (File)
Sep 25 2024, 4:59 PM
Unknown Object (File)
Sep 23 2024, 5:53 PM
Unknown Object (File)
Sep 22 2024, 7:35 AM
Unknown Object (File)
Sep 21 2024, 2:00 PM
Unknown Object (File)
Sep 21 2024, 7:19 AM
Subscribers
None

Details

Summary

The messaging around which drm port to install has been
simplified. The new pkg to install is drm-kmod. This meta-port will
install the right drm port for your FreeBSD version / architecture
combination.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/dev/drm/drm.h
1148 โ†—(On Diff #48834)

The drivers in sys/dev/drm are very old, and drm-stable/next/devel-kmod does not support them. the drm-kmod does not take this into account, and on amd64 (why on earth would you run these on amd64?) this would install the wrong things.
I'm not sure what's best here, changing the message to have unity between the drm drivers in base, or leave this as is.

imp marked an inline comment as done.Oct 7 2018, 2:27 PM
imp added inline comments.
sys/dev/drm/drm.h
1148 โ†—(On Diff #48834)

For drm drivers, I can have it be drm-legacy-kmod still. That may be best.

imp marked an inline comment as not done.Oct 7 2018, 2:27 PM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 20 2018, 7:15 PM
Closed by commit rS339475: Add updating entry for DRM (authored by imp). ยท Explain Why
This revision was automatically updated to reflect the committed changes.