diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-19 18:08:30 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-19 18:08:30 -0400 |
commit | f0c6a8929414e2bc583f87d1f5b01cebe78cebec (patch) | |
tree | 457957069e7af901c93ba9c1f70b8522f55d3ddb /src/sys/io | |
parent | 1330e1e54c38d6ba0391d556b694813ae389daa1 (diff) |
kern: pci: Add module credit
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys/io')
-rw-r--r-- | src/sys/io/pci/pci.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sys/io/pci/pci.c b/src/sys/io/pci/pci.c index bce6108..c308c20 100644 --- a/src/sys/io/pci/pci.c +++ b/src/sys/io/pci/pci.c @@ -27,6 +27,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* + * Description: MI PCI(e) bus driver + * Author: Ian Marco Moffett + */ + #include <sys/types.h> #include <sys/param.h> #include <sys/errno.h> |