mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-07-11 02:53:25 +00:00
VirtIO网卡能够正常发送、接收数据 (#204)
* virtio-net小修改 * 移动volatile.rs到libs文件夹 * 使用virtio-drivers 0.3.0 * bugfix: 初始化BAR之后,未正确设置command register的问题 --------- Co-authored-by: longjin <longjin@dragonos.org>
This commit is contained in:
@ -11,5 +11,6 @@ pub mod semaphore;
|
||||
pub mod spinlock;
|
||||
pub mod vec_cursor;
|
||||
#[macro_use]
|
||||
pub mod volatile_io;
|
||||
pub mod volatile;
|
||||
pub mod wait_queue;
|
||||
|
||||
|
Reference in New Issue
Block a user