summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/BlkDev/DskFDC.HC2
-rw-r--r--Kernel/KFloppyA.HH1
2 files changed, 1 insertions, 2 deletions
diff --git a/Kernel/BlkDev/DskFDC.HC b/Kernel/BlkDev/DskFDC.HC
index 4012627..0962b2b 100644
--- a/Kernel/BlkDev/DskFDC.HC
+++ b/Kernel/BlkDev/DskFDC.HC
@@ -6,7 +6,7 @@
// TO INSTALL: #include this file after DskATA in MakeBlkDev.HC.
-interrupt U0 FDCInt()
+interrupt U0 IRQ_FDC()
{
// On IRQ6, set a semaphore for anything waiting for an FDC int
fdc_int_semaphore = TRUE;
diff --git a/Kernel/KFloppyA.HH b/Kernel/KFloppyA.HH
index 36938b4..8f55bb4 100644
--- a/Kernel/KFloppyA.HH
+++ b/Kernel/KFloppyA.HH
@@ -9,7 +9,6 @@
// FDC uses IRQ6 = int 26h
#define I_FDC 0x26
-#define IRQ_FDC 6
// FDC regs
#define FDC_STAT_A 0x0