Add ATA drive support #27

Merged
apio merged 28 commits from please-read-my-ata-drive into main 2023-06-16 19:40:11 +00:00
Showing only changes of commit beeafb73e6 - Show all commits

View File

@ -17,7 +17,14 @@ namespace PCI
HeaderType = 0x0e,
SecondaryBus = 0x19
BAR0 = 0x10,
BAR1 = 0x14,
BAR2 = 0x18,
BAR3 = 0x1c,
SecondaryBus = 0x19,
InterruptLine = 0x3c,
};
struct Device