From 78239cfdb7706542562cc0f37d161c13b158f050 Mon Sep 17 00:00:00 2001 From: Hiroki Tokunaga Date: Mon, 2 May 2022 20:36:29 +0900 Subject: [PATCH 1/3] Add the entry for the `xhci` crate --- content/this-month/2022-04/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/this-month/2022-04/index.md b/content/this-month/2022-04/index.md index 7dc9cc59..f99f2e38 100644 --- a/content/this-month/2022-04/index.md +++ b/content/this-month/2022-04/index.md @@ -6,6 +6,7 @@ date = 0000-01-01 month = "April 2022" authors = [ "phil-opp", + "toku-sa-n", # add yourself here ] +++ @@ -38,6 +39,12 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including In April, … +### [`xhci`](https://github.com/rust-osdev/xhci) + +The `xhci` crate provides types of xHCI structires, such as Registers and TRBs. + +In this month, we released a new version 0.8.3 which includes [a bug fix](https://github.com/rust-osdev/xhci/pull/132) reported and commited by @Yuna-Tomi. The bug was that `EventRingDequeuePointerRegister::event_ring_dequeue_pointer()` did not return the correct address. Thanks for the contribution!. + ## Call for Participation Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding From d617f93b8461ca3c54ed166e50cc50aabbf9609c Mon Sep 17 00:00:00 2001 From: Hiroki Tokunaga Date: Mon, 2 May 2022 20:37:12 +0900 Subject: [PATCH 2/3] Add a link to the contributor --- content/this-month/2022-04/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/this-month/2022-04/index.md b/content/this-month/2022-04/index.md index f99f2e38..07487027 100644 --- a/content/this-month/2022-04/index.md +++ b/content/this-month/2022-04/index.md @@ -43,7 +43,7 @@ In April, … The `xhci` crate provides types of xHCI structires, such as Registers and TRBs. -In this month, we released a new version 0.8.3 which includes [a bug fix](https://github.com/rust-osdev/xhci/pull/132) reported and commited by @Yuna-Tomi. The bug was that `EventRingDequeuePointerRegister::event_ring_dequeue_pointer()` did not return the correct address. Thanks for the contribution!. +In this month, we released a new version 0.8.3 which includes [a bug fix](https://github.com/rust-osdev/xhci/pull/132) reported and commited by [@Yuna-Tomi](https://github.com/Yuna-Tomi). The bug was that `EventRingDequeuePointerRegister::event_ring_dequeue_pointer()` did not return the correct address. Thanks for the contribution!. ## Call for Participation From bd68c87b4bdd950dd55da233e63b7c7038528ad9 Mon Sep 17 00:00:00 2001 From: Hiroki Tokunaga Date: Mon, 2 May 2022 20:39:33 +0900 Subject: [PATCH 3/3] Fix typo --- content/this-month/2022-04/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/this-month/2022-04/index.md b/content/this-month/2022-04/index.md index 07487027..593f9433 100644 --- a/content/this-month/2022-04/index.md +++ b/content/this-month/2022-04/index.md @@ -43,7 +43,7 @@ In April, … The `xhci` crate provides types of xHCI structires, such as Registers and TRBs. -In this month, we released a new version 0.8.3 which includes [a bug fix](https://github.com/rust-osdev/xhci/pull/132) reported and commited by [@Yuna-Tomi](https://github.com/Yuna-Tomi). The bug was that `EventRingDequeuePointerRegister::event_ring_dequeue_pointer()` did not return the correct address. Thanks for the contribution!. +In this month, we released a new version 0.8.3 which includes [a bug fix](https://github.com/rust-osdev/xhci/pull/132) reported and committed by [@Yuna-Tomi](https://github.com/Yuna-Tomi). The bug was that `EventRingDequeuePointerRegister::event_ring_dequeue_pointer()` did not return the correct address. Thanks for the contribution!. ## Call for Participation