15 Commits

Author SHA1 Message Date
Fish (David B. Trout) 08a76c9230 Report cu control unit value in some messages 2025-10-23 09:22:32 -07:00
Fish (David B. Trout) 8bf374ae14 Another minor source file banner comment update. 2025-10-18 13:53:36 -07:00
Fish (David B. Trout) a788431064 Update and consolidate source file banners 2025-10-17 11:27:07 -07:00
Fish (David B. Trout) 41c8617639 Fix 3880/3990 control unit chaining requirement check:
Closes GitHub Issue #660
2024-06-06 06:18:45 -07:00
Fish (David B. Trout) 29fe55732c Fix/enhance CCKD 'fakewrite' option handling:
1. Only valid if 'readonly' specified. (Has always been true but wasn't being enforced.)
2. "with fake writing" now properly reported at open as a consequence.
3. Device status query string now reports both settings as well.

This change corrects the other minor device open processing message confusion documented in GitHub Issue #616.
2024-01-27 20:13:23 -08: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) 86d9736e52 Cosmetic: tweak message HHC00408E
[skip travis]
2020-12-29 09:16:54 -08:00
Fish (David B. Trout) f1d8952023 Rename devhdr serial field to dh_serial for consistency
[skip travis]
2019-08-31 10:47:04 -07:00
Ivan Warren 69ca7cc521 Allow room for quoted file names 2019-08-06 15:31:58 +02: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) e589bb8d6e Fix double HHC00403I message 2019-07-10 19:37:46 -07:00
Fish (David B. Trout) 6b4caf5959 Include dasd model on open message 2019-03-12 01:31:15 -07: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