History log of /haiku/src/add-ons/kernel/bus_managers/scsi/device_scan.cpp
Revision Date Author Comments
# a0f12421 08-Nov-2013 Jérôme Duval <jerome.duval@gmail.com>

scsi: define SCSI_DEVICE_MAX_LUN_COUNT to set a custom max lun count.

* virtio_scsi can have 16384 luns, though we cap at 256 as our scsi_ccb
only uses uchar as a type for target_lun and target_id members.
* minor code cleanup in scsi_scan_bus().


# 21f7dc3d 08-Nov-2013 Jérôme Duval <jerome.duval@gmail.com>

scsi: checks for B_OK instead of SCSI_REQ_CMP in scsi_scan_bus()

* scsi_scan_lun() actually returns a status_t


# f08e2e6b 16-Jul-2013 Jérôme Duval <jerome.duval@gmail.com>

scsi: propagates the rescan to our child device

... when registering finds an existing device with a registered child node.


# 1f5188bb 19-Jun-2011 Jérôme Duval <korli@users.berlios.de>

Part of patch from #6840: GCC 4.5 complains about an out of bound access on version_descriptor, use the next field instead


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42249 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4535495d 10-Jan-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged the signals branch into trunk, with these changes:
* The team and thread kernel structures have been renamed to Team and Thread
respectively and moved into the new BKernel namespace.
* Several (kernel add-on) sources have been converted from C to C++ since
private kernel headers are included that are no longer C compatible.

Changes after merging:
* Fixed gcc 2 build (warnings mainly in the scary firewire bus manager).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40196 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a0f124211a035461631ac52b9dd0b3e274f1156c 08-Nov-2013 Jérôme Duval <jerome.duval@gmail.com>

scsi: define SCSI_DEVICE_MAX_LUN_COUNT to set a custom max lun count.

* virtio_scsi can have 16384 luns, though we cap at 256 as our scsi_ccb
only uses uchar as a type for target_lun and target_id members.
* minor code cleanup in scsi_scan_bus().


# 21f7dc3d40f6b1cb187df97ba240bb18112da275 08-Nov-2013 Jérôme Duval <jerome.duval@gmail.com>

scsi: checks for B_OK instead of SCSI_REQ_CMP in scsi_scan_bus()

* scsi_scan_lun() actually returns a status_t


# f08e2e6b2ae7ba5a0719d1bed5b3e567957ff487 16-Jul-2013 Jérôme Duval <jerome.duval@gmail.com>

scsi: propagates the rescan to our child device

... when registering finds an existing device with a registered child node.


# 1f5188bb43c6a0c53401de6fe3a342c34eb65ff4 19-Jun-2011 Jérôme Duval <korli@users.berlios.de>

Part of patch from #6840: GCC 4.5 complains about an out of bound access on version_descriptor, use the next field instead


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42249 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4535495d80c86e19e2610e7444a4fcefe3e0f8e6 10-Jan-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged the signals branch into trunk, with these changes:
* The team and thread kernel structures have been renamed to Team and Thread
respectively and moved into the new BKernel namespace.
* Several (kernel add-on) sources have been converted from C to C++ since
private kernel headers are included that are no longer C compatible.

Changes after merging:
* Fixed gcc 2 build (warnings mainly in the scary firewire bus manager).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40196 a95241bf-73f2-0310-859d-f6bbb57e9c96