Sponsored by: FreeBSD Foundation
Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Differential D56547
hmp(4): add provider interface Authored by minsoochoo0122_proton.me on Tue, Apr 21, 10:21 AM. Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions I'm facing some challenges while working on making IntelHFI compatible with HMP, and I'd like to ask for your advice. It seems that the current HMP mechanism doesn't allow for dynamic loading of providers like intelhfi using kldload. I understand that HMP providers don't require dynamic loading or unloading for their purpose, hence this approach. Is my understanding correct? (Currently, intelhfi is being developed as a device driver, so changing to this approach would require some adjustments.) Comment Actions Yes. The reason is that this will be integrated with scheduler later, and I haven't found a good approach to kldload/kldunload on runtime without confusing the scheduler. |