1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00
serenity/Kernel/Storage
Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names
Besides removing the monolithic DevFSDeviceInode::determine_name()
method, being able to determine a device's name inside the /dev
hierarchy outside of DevFS has its uses.
2021-01-22 22:17:39 +01:00
..
Partition Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
IDEChannel.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
IDEChannel.h Kernel: Add a method to gather the devices count of a Storage controller 2020-12-21 00:19:21 +01:00
IDEController.cpp Kernel: Untangle StorageController from PCI::DeviceController 2021-01-22 22:17:39 +01:00
IDEController.h Kernel: Untangle StorageController from PCI::DeviceController 2021-01-22 22:17:39 +01:00
PATADiskDevice.cpp Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
PATADiskDevice.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
RamdiskController.cpp Kernel: Implement RamdiskDevice 2021-01-22 22:17:39 +01:00
RamdiskController.h Kernel: Implement RamdiskDevice 2021-01-22 22:17:39 +01:00
RamdiskDevice.cpp Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
RamdiskDevice.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
StorageController.h Kernel: Implement RamdiskDevice 2021-01-22 22:17:39 +01:00
StorageDevice.cpp Kernel+LibC: Turn errno codes into a strongly typed enum 2021-01-20 23:20:02 +01:00
StorageDevice.h Kernel: Implement RamdiskDevice 2021-01-22 22:17:39 +01:00
StorageManagement.cpp Kernel: Implement RamdiskDevice 2021-01-22 22:17:39 +01:00
StorageManagement.h Kernel: Allow to boot from a partition with partition UUID 2021-01-01 22:59:48 +01:00