Page MenuHomeFreeBSD

sysutils/kvmclock-kmod: Ignore on FreeBSD 14.
ClosedPublic

Authored by jhb on May 17 2022, 10:49 PM.
Tags
None
Referenced Files
F131960495: D35239.id106147.diff
Sun, Oct 12, 12:56 PM
F131960143: D35239.id106147.diff
Sun, Oct 12, 12:52 PM
F131958729: D35239.id106123.diff
Sun, Oct 12, 12:36 PM
Unknown Object (File)
Sun, Oct 12, 1:57 AM
Unknown Object (File)
Sun, Oct 12, 1:57 AM
Unknown Object (File)
Sun, Oct 12, 1:57 AM
Unknown Object (File)
Sat, Oct 11, 4:21 PM
Unknown Object (File)
Fri, Oct 3, 11:50 AM
Subscribers

Details

Summary

This driver is included in the kernel in main (and fails to build due
to redefinition of functions in rdtsc_ordered.c).

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.May 17 2022, 10:49 PM

I tripped over the earlier build errors from rdtsc_ordered while looking for kmods that need unused devclass arguments to DRIVER_MODULE removed. Even with the DRIVER_MODULE issue patched, the driver still failed to build due to the rdtsc_ordered.c errors so I figured this was the better fix anyway. Users on 14 and later should be using the in-tree driver instead of this port.

This revision was not accepted when it landed; it landed in state Needs Review.May 18 2022, 7:39 PM
This revision was automatically updated to reflect the committed changes.