Page MenuHomeFreeBSD

linuxkpi: Add ioport.h
AbandonedPublic

Authored by nc on Jun 8 2021, 1:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 12:45 PM
Unknown Object (File)
Dec 20 2023, 2:34 AM

Details

Summary

This is needed by the drm-kmod 5.7 update

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39785
Build 36674: arc lint + arc unit

Event Timeline

nc requested review of this revision.Jun 8 2021, 1:40 AM

We already have "struct resource" in base:
sys/sys/rman.h:struct resource {

How will you handle conflicts?

--HPS