🆕 新增了ata驱动程序

This commit is contained in:
fslongjin
2022-03-20 21:35:36 +08:00
parent 0aee6bb409
commit b28f7d9c0d
6 changed files with 429 additions and 24 deletions

View File

@ -143,7 +143,7 @@ struct apic_IO_APIC_RTE_entry
remote_IRR : 1, // 14 远程IRR标志位只读
trigger_mode : 1, // 15 触发模式0位边沿触发1为电平触发
mask : 1, // 16 屏蔽标志位0为未屏蔽 1为已屏蔽
reserved : 19; // [31:17]位保留
reserved : 15; // [31:17]位保留
union
{