Skip to content

Commit 91cb5fc

Browse files
maciotwo: change OHare MESH cell to MeshTnt.
It looks like the MESH cell inside OHare reports its version in the old format, i.e. 0xEY where Y is >= 1. Returning MESH ID in the new (Heathrow) format causes the Native SCSI Manager to misrecognize the HW and crash badly.
1 parent 0f8876f commit 91cb5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devices/ioctrl/maciotwo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ uint64_t MacIoTwo::register_dma_int(IntSrc src_id) {
431431

432432
//===========================================================================
433433
static const std::vector<std::string> OHare_Subdevices = {
434-
"NVRAM", "ViaCuda", "MeshHeathrow", "Escc", "Swim3", "Ide0", "Ide1"
434+
"NVRAM", "ViaCuda", "MeshTnt", "Escc", "Swim3", "Ide0", "Ide1"
435435
};
436436

437437
static const std::vector<std::string> Heathrow_Subdevices = {

0 commit comments

Comments
 (0)