Skip to content

Commit fa53bb7

Browse files
committed
Add pci_types changes
1 parent b8d61f3 commit fa53bb7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/this-month/2022-05/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3838

3939
In May, …
4040

41+
### [`pci_types`](https://github.com/rust-osdev/pci_types)
42+
43+
The `pci_types` library provides types for accessing and configuring PCI devices from Rust operating systems. Lots of this code (e.g. identifying devices by class codes) can be shared
44+
between projects, and would benefit from community contributions.
45+
46+
We merged the following change in May:
47+
48+
- [PCI capabilities and status register support](https://github.com/rust-osdev/pci_types/pull/3)
49+
50+
Thanks to [@alesharik](https://github.com/alesharik) for this contribution!
51+
4152
### [`xhci`](https://github.com/rust-osdev/xhci)
4253

4354
<span class="maintainers">Maintained by [@toku-sa-n](https://github.com/toku-sa-n)</span>

0 commit comments

Comments
 (0)