summaryrefslogtreecommitdiff
path: root/Adam
AgeCommit message (Collapse)Author
2026-06-08Update Mount2CaseBFDC.HCHarley Travis
I added default parameters for 3.5-inch high-density drives for convenience.
2026-06-07Create Mount2CaseBFDC.HCHarley Travis
This file adds a case to Mount2's second switch statement to configure new FDC BlkDevs. It is to be included after the BDT_ATAPI case.
2026-06-07Create Mount2CaseAFDC.HCHarley Travis
This file adds a case to Mount2's first switch statement to configure FDC BlkDevs. It is to be included after the BDT_ATAPI case.
2026-06-07Create Mount2VarsFDC.HCHarley Travis
This file adds additional buffers and variables to Mount2 as required by the FDC mount code. The original code is to be commented out and this files included after it.