fix: READ_CAPACITY command for 12 bytes CDB SCSI device.
authorMinep <zelong56@gmail.com>
Thu, 18 Aug 2022 11:34:03 +0000 (12:34 +0100)
committerMinep <zelong56@gmail.com>
Thu, 18 Aug 2022 12:36:48 +0000 (13:36 +0100)
commitbf870a1dde437a48ae40d092a14e164c861ea102
treec9bb4857ecb0059750e737f64720b0e75144055b
parent21ffd87b228fa0bd0c25a09b710c6aeac8b81281
fix: READ_CAPACITY command for 12 bytes CDB SCSI device.
fix: PACKET command hangs in Virtualbox when try to write readonly drive.
fix: possible null pointer dereference in pcache_commit_all.
chore: attach cdrom into QEMU's IDE bus.
lunaix-os/config/make-debug-tool
lunaix-os/hal/ahci/ahci.c
lunaix-os/hal/ahci/ata.c
lunaix-os/hal/ahci/atapi.c
lunaix-os/includes/hal/ahci/hba.h
lunaix-os/includes/hal/ahci/scsi.h
lunaix-os/kernel/fs/pcache.c
lunaix-os/makefile