IDE: Hard disks now have a valid default configuration, per ATA-2 and later.

This commit is contained in:
OBattler
2024-05-09 18:02:27 +02:00
parent a4fe16c9a0
commit 72ff4501f7
2 changed files with 37 additions and 12 deletions

View File

@@ -82,7 +82,7 @@ typedef struct ide_s {
uint8_t selected;
uint8_t command;
uint8_t head;
uint8_t pad;
uint8_t params_specified;
int type;
int board;
int irqstat;