Home
last modified time | relevance | path

Searched hist:"103 c671ef02c6b7417f4842f5675f180d1544cb9" (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A DAbstractModuleDevice.cpp103c671ef02c6b7417f4842f5675f180d1544cb9 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 DAbstractModuleDevice.h103c671ef02c6b7417f4842f5675f180d1544cb9 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 Dvirtio_block.cpp103c671ef02c6b7417f4842f5675f180d1544cb9 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 Dscsi_cd.cpp103c671ef02c6b7417f4842f5675f180d1544cb9 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 Dscsi_disk.cpp103c671ef02c6b7417f4842f5675f180d1544cb9 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