dingusppc/devices/common/scsi
joevt 0bd9d0e973 Fix HWComponent name initialization.
First, remove name override for subclasses of HWComponent (Chaos and ScsiBus) because HWComponent has its own name field.

HWComponent name should be set as early as possible in the constructor so it can be used in log messages.
PCIDevice should set name of HWComponent (through MMIODevice) in its constructor, using the name that is given to its constructor.
For Bandit and Grackle, they don't need to set the HWComponent name since its PCIDevice constructor will now do it.
Chaos is not a PCIDevice so it should set the MMIODevice name itself.
Why does PCIDevice have a name that is separate from the HWComponent name?
2023-01-11 00:05:23 -08:00
..
mesh.cpp Register offsets should be logged as hex 2022-08-22 17:16:22 -07:00
mesh.h mesh: self-registration with the device registry. 2022-07-18 20:27:34 +02:00
sc53c94.cpp sc53c94: self-registration with the device registry. 2022-07-18 20:27:34 +02:00
sc53c94.h sc53c94: self-registration with the device registry. 2022-07-18 20:27:34 +02:00
scsi.h Fix HWComponent name initialization. 2023-01-11 00:05:23 -08:00
scsi_bus.cpp sc53c94: support interrupts. 2022-02-06 01:50:54 +01:00