dingusppc/devices/common
joevt 45a9d45e3f Add SCSI devices.
scsibus has a new method attach_scsi_devices which is used by all machines to populate a SCSI bus with one or more hard drives or CD-ROM drives.

HDDs are specified by the hdd_img property.
CDs are specified by the cdr_img property.
Multiple images are delimited by a colon :

attach_scsi_devices is called by the scsi controller after the scsi controller has attached itself to the scsi bus.
The bus suffix is applied to the property name.
Curio has no suffix so it will use hdd_img and cdr_img properties.
Mesh is expected to have a suffix of 2 so it will use hdd_img2 and cdr_img2 properties.

HDDs will skip SCSI ID 3 unless 7 HDDs are added, in which case, the seventh HDD will use ID 3.
CDs will start at SCSI ID 3, go to 7, then down to 0.
SCSI IDs are skipped if a device is already using that SCSI ID.

ScsiCdrom and ScsiHD no longer use REGISTER_DEVICE or DeviceDescription or PropMap which is normal for devices that can have multiple instances.
2024-03-14 19:12:11 -07:00
..
adb
ata Temporarily removing SOFT RESET ATA command 2024-03-11 19:05:13 -07:00
i2c
pci Add pci_find_device for pci type 0 requests. 2024-03-09 17:49:51 -07:00
scsi Add SCSI devices. 2024-03-14 19:12:11 -07:00
dbdma.cpp
dbdma.h
dmacore.h Fix build on Fedora 2024-03-11 13:01:43 +07:00
hwcomponent.h
hwinterrupt.h
machineid.h
mmiodevice.h
nvram.cpp
nvram.h
ofnvram.cpp
ofnvram.h
viacuda.cpp
viacuda.h