Searched hist:"103 c671ef02c6b7417f4842f5675f180d1544cb9" (Results 1 – 5 of 5) sorted by relevance
/haiku/src/system/kernel/device_manager/ |
H A D | AbstractModuleDevice.cpp | 103c671ef02c6b7417f4842f5675f180d1544cb9 Thu Apr 27 19:52:48 UTC 2023 Augustin Cavalier <waddlesplash@gmail.com> AbstractModuleDevice: Add generic read/write hooks via "io" hook.
This substitutes for the already-existing behavior of scsi_cd, scsi_disk, and virtio_block, so we can delete their hooks and let them use these new generic fallbacks.
Some other drivers perform clamping, and so using these fallbacks would constitute a behavioral change.
Change-Id: I9a2e503f2e03abc276bdfc02d1cff1565a9742e9
|
H A D | AbstractModuleDevice.h | 103c671ef02c6b7417f4842f5675f180d1544cb9 Thu Apr 27 19:52:48 UTC 2023 Augustin Cavalier <waddlesplash@gmail.com> AbstractModuleDevice: Add generic read/write hooks via "io" hook.
This substitutes for the already-existing behavior of scsi_cd, scsi_disk, and virtio_block, so we can delete their hooks and let them use these new generic fallbacks.
Some other drivers perform clamping, and so using these fallbacks would constitute a behavioral change.
Change-Id: I9a2e503f2e03abc276bdfc02d1cff1565a9742e9
|
/haiku/src/add-ons/kernel/drivers/disk/virtual/virtio_block/ |
H A D | virtio_block.cpp | 103c671ef02c6b7417f4842f5675f180d1544cb9 Thu Apr 27 19:52:48 UTC 2023 Augustin Cavalier <waddlesplash@gmail.com> AbstractModuleDevice: Add generic read/write hooks via "io" hook.
This substitutes for the already-existing behavior of scsi_cd, scsi_disk, and virtio_block, so we can delete their hooks and let them use these new generic fallbacks.
Some other drivers perform clamping, and so using these fallbacks would constitute a behavioral change.
Change-Id: I9a2e503f2e03abc276bdfc02d1cff1565a9742e9
|
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/ |
H A D | scsi_cd.cpp | 103c671ef02c6b7417f4842f5675f180d1544cb9 Thu Apr 27 19:52:48 UTC 2023 Augustin Cavalier <waddlesplash@gmail.com> AbstractModuleDevice: Add generic read/write hooks via "io" hook.
This substitutes for the already-existing behavior of scsi_cd, scsi_disk, and virtio_block, so we can delete their hooks and let them use these new generic fallbacks.
Some other drivers perform clamping, and so using these fallbacks would constitute a behavioral change.
Change-Id: I9a2e503f2e03abc276bdfc02d1cff1565a9742e9
|
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_disk/ |
H A D | scsi_disk.cpp | 103c671ef02c6b7417f4842f5675f180d1544cb9 Thu Apr 27 19:52:48 UTC 2023 Augustin Cavalier <waddlesplash@gmail.com> AbstractModuleDevice: Add generic read/write hooks via "io" hook.
This substitutes for the already-existing behavior of scsi_cd, scsi_disk, and virtio_block, so we can delete their hooks and let them use these new generic fallbacks.
Some other drivers perform clamping, and so using these fallbacks would constitute a behavioral change.
Change-Id: I9a2e503f2e03abc276bdfc02d1cff1565a9742e9
|