From f905d935e3cab8d6fb4714a138989ece7043b2c8 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Sun, 31 May 2026 19:00:08 -0500 Subject: Initial commit for BlkDev branch This is the initial commit for the BlkDev-ified driver. It is not at all in a working state at this point, and the old files have been left for reference purposes. --- Kernel/Patches/CBlkDevFDC.HC | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Kernel/Patches/CBlkDevFDC.HC (limited to 'Kernel/Patches') diff --git a/Kernel/Patches/CBlkDevFDC.HC b/Kernel/Patches/CBlkDevFDC.HC new file mode 100644 index 0000000..0b194fa --- /dev/null +++ b/Kernel/Patches/CBlkDevFDC.HC @@ -0,0 +1,6 @@ +U8 cyls,heads,spt, + srt,hut,hlt, + bps,gpl1,gpl2, + dtl,mtr; +Bool mfm,dma; + -- cgit v1.2.3