Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | kernel/amd64: bus: Add bus resource interface | Ian Moffett | |
This commit introduces a bus resource abstraction. A bus resource encapsulates bus specific information and semantics. Along with abstracting away bus specific details and providing an overall smoother interface, this additionally provides flexibility, access control and security by keeping track of permissions and allowing things to be turned on or off. Signed-off-by: Ian Moffett <ian@osmora.org> |