WIP: add an initial skeleton for a real scsi.device based upon the ata device impleme...
commitbc5fbd1c051080b3e051251bda6cf8f02b2bee1b
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 2 May 2019 22:06:44 +0000 (2 22:06 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 2 May 2019 22:06:44 +0000 (2 22:06 +0000)
tree6ad3fb0d56b08c05f49892eb6c8354106d9e8eab
parent9bcb7434245542b8fd0037b69120d21f2ecf9149
WIP: add an initial skeleton for a real scsi.device based upon the ata device implementation. currently the values exposed and used are meaningless and are subject to change. move the scsicmds header into the scsi device tree and fix the ata device header to include it from the correct (system) location. the device is not yet built for any targets.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56378 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
20 files changed:
rom/devs/ata/ata.h
rom/devs/ata/mmakefile.src
rom/devs/scsi/bootwait.c [new file with mode: 0644]
rom/devs/scsi/include/devices/scsicmds.h [moved from rom/devs/ata/include/devices/scsicmds.h with 100% similarity]
rom/devs/scsi/include/hardware/scsi.h [new file with mode: 0644]
rom/devs/scsi/include/hidd/scsi.h [new file with mode: 0644]
rom/devs/scsi/lowlevel.c [new file with mode: 0644]
rom/devs/scsi/mmakefile.src [new file with mode: 0644]
rom/devs/scsi/scsi.c [new file with mode: 0644]
rom/devs/scsi/scsi.conf [new file with mode: 0644]
rom/devs/scsi/scsi.h [copied from rom/devs/ata/ata.h with 60% similarity]
rom/devs/scsi/scsi_bus.h [new file with mode: 0644]
rom/devs/scsi/scsi_busclass.c [new file with mode: 0644]
rom/devs/scsi/scsi_controllerclass.c [new file with mode: 0644]
rom/devs/scsi/scsi_init.c [new file with mode: 0644]
rom/devs/scsi/scsi_unitclass.c [new file with mode: 0644]
rom/devs/scsi/timer.c [new file with mode: 0644]
rom/devs/scsi/timer.h [new file with mode: 0644]
rom/devs/scsi/waitnano.c [new file with mode: 0644]
rom/devs/scsi/waitto.c [new file with mode: 0644]