From b2cab352e732a923eb9ff04b7db66ecee8208666 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Thu, 18 Jun 2026 20:52:55 -0500 Subject: Update KFloppyA.HH The register offsets apply to all floppy controllers, and not just the first. The comment I had there has been updated to reflect this. --- Kernel/KFloppyA.HH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/KFloppyA.HH b/Kernel/KFloppyA.HH index 63e7b80..36938b4 100644 --- a/Kernel/KFloppyA.HH +++ b/Kernel/KFloppyA.HH @@ -11,7 +11,7 @@ #define I_FDC 0x26 #define IRQ_FDC 6 -// FDC regs (primary ctrlr) +// FDC regs #define FDC_STAT_A 0x0 #define FDC_STAT_B 0x1 #define FDC_DOR 0x2 -- cgit v1.2.3