summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/nscsi_bus.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-101-0/+1
|\
| * nscsi: Added initialization of sense buffer on reset. Michael Zapf2021-08-201-0/+1
* | Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-2/+2
* | Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-1/+1
|/
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Much more core std::string_view modernization AJR2021-01-201-1/+1
* nscsi: Implemented REZERO command. [Curt Coder] Curt Coder2020-08-221-0/+4
* nscsi hle: Reset on reset [O. Galibert] Olivier Galibert2020-05-081-0/+5
* Spring cleaning: Vas Crabb2019-11-011-10/+3
* nscsi_bus: Class overhaul (nw) AJR2019-07-111-14/+32
* -nscsi_bus: Disable LOG_DATA_SENT by default to minimize log spam, nw MooglyGuy2019-05-181-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-30/+37
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-37/+30
* nscsi_cd: Add new nscsi_cdrom_device derived type for SGI systems tyfighter2019-02-081-9/+8
* nscsi_bus: fix showing answers (nw) Olivier Galibert2019-01-231-3/+3
* wd33c9x: Fix non-dma data retrieval [O. Galibert] Olivier Galibert2019-01-101-11/+24
* nscsi_bus: request sense fix (nw) Patrick Mackinlay2019-01-101-10/+5
* New NSCSI device for WD33C9x SCSI Controllers (#4449) tyfighter2018-12-311-4/+16
* NSCSI: disable debug Sven Schnelle2018-10-111-1/+1
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-1/+1
* -sbus: Fixed a minor typo in the description of the Artecon serial/parallel b... mooglyguy2018-09-161-1/+4
* nscsi: make sun4 probe-scsi happy (nw) Patrick Mackinlay2018-09-161-3/+11
* nscsi_bus: minor fix (nw) (#3621) Patrick Mackinlay2018-05-291-1/+2
* nscsi: use chd idnt metadata for inquiry Patrick Mackinlay2017-12-201-18/+22
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+8
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* reverting: Miodrag Milanovic2016-01-201-14/+14
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-14/+14
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+741