Remove bitrotted X68000 host bridge device

The X68000 host bridge and associated host file system module
has not been functional for many years, as reported by multiple users

Removing the code will reduce complexity for users -
the SCBR device has caused some misunderstandings in the past -
while eliminating code that has been flagged as insecure by SonarQube
This commit is contained in:
Daniel Markstedt
2025-11-08 23:30:22 +01:00
parent 18bb9548a7
commit b7e7c4e529
25 changed files with 17 additions and 6243 deletions
@@ -269,7 +269,7 @@ class CtrlBoardMenuUpdateEventHandler(Observer):
device_type = device_info["device_list"][0]["device_type"]
image = device_info["device_list"][0]["image"]
if device_type in ("SCHD", "SCBR", "SCDP", "SCLP", "SCHS"):
if device_type in ("SCHD", "SCDP", "SCLP", "SCHS"):
result = self.piscsi_cmd.detach_by_id(scsi_id)
if result["status"] is True:
self.show_id_action_message(scsi_id, "detached")
@@ -80,8 +80,6 @@ class CtrlBoardMenuBuilder(MenuBuilder):
if device_type == "SCDP":
menu_str += "Daynaport"
elif device_type == "SCBR":
menu_str += "X68000 Host Bridge"
elif device_type == "SCLP":
menu_str += "SCSI Printer"
elif device_type == "SCHS":