8 Commits

Author SHA1 Message Date
Fish (David B. Trout) 93b8046495 Reject "sf=" shadow file option for non-compressed FBA dasds too 2024-05-22 09:52:01 -07:00
Fish (David B. Trout) e30dcaca63 Report true image type in some additional messages too 2022-01-11 19:27:33 -08:00
Fish (David B. Trout) 6227ef5b9b Accurately report full gamut of dasd image types during open:
Previously, messages HHC00414I, HHC00470I and HHC00507I would only report either "CKD" (for both CKD and CCKD) or "CKD64" (for both CKD64 and CCKD64) or just "FBA" for any FBA type.

They all now accurately report the full gamut of types (i.e. the *exact* type): "CKD", "CCKD", "CKD64", "CCKD64", "FBA", "CFBA", "FBA64" and "CFBA64".
2022-01-11 18:17:49 -08:00
Fish (David B. Trout) 62724e439f No RDC for FBA so no serial# code needed.
[skip travis]
2019-08-31 10:42:47 -07:00
Fish (David B. Trout) b4c7a17406 (Oops!) Forgot about CKD64/CCKD64 in previous commit! 2019-07-20 05:08:39 -07:00
Fish (David B. Trout) 8dc1cd0d47 Quick CCKD64 fix for FBA:
Careless oversight! Regular (uncompressed) FBA dasd don't have dasd device headers! There is *no difference* between an uncompressed (regular) FBA dasd created with dasdinit or one created via dasdinit64. Only *COMPRESSED* FBA dasd have device headers! (CFBA_C370 or CFBA_C064) Oops!
2019-01-03 19:01:20 -08:00
Fish (David B. Trout) 31e1181f8c Fix minor cckd/cckd64 initialization handler parsing bug 2018-12-11 05:52:20 -08:00
Fish (David B. Trout) 131ece6407 CCKD64 Support! (part 2 of 2):
Part of ongoing CCKD64 effort. This is the final commit that contains the actual CCKD64 support coding changes. Compare it with the part 1 of 2 commit to see what changes were actually needed to provide support for CCKD64.

THIS SHOULD BE CONSIDERED AN *EXPERIMENTAL* "BETA" RELEASE until such time as others have had a chance to give it a good workout to try and shake out any bugs that might still remain.

Please report any bugs to GitHub Issue #20:

    "We need 64-bit CCKD support!"
    (https://github.com/SDL-Hercules-390/hyperion/issues/20).

Thanks! (and enjoy!)

   :)
2018-12-05 17:52:33 -08:00