1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 02:35:07 +00:00
serenity/Kernel/FileSystem/SysFS
Liav A c3eaa73113 Kernel/Storage: Remove InterfaceType enum
This enum was created to help put distinction between the commandset and
the interface type, as ATAPI devices are simply ATA devices utilizing
the SCSI commandset. Because we don't support ATAPI, putting such type
of distinction is pointless, so let's remove this for now.
2022-08-14 01:09:03 +01:00
..
Subsystems Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
Component.cpp Kernel/SysFS: Fix parent directory hierarchy with symbolic links 2022-07-24 13:38:24 +01:00
Component.h Kernel/SysFS: Mark SysFSDirectory traverse and lookup methods as final 2022-07-15 12:29:23 +02:00
Registry.cpp Kernel/SysFS: Mark SysFSDirectory traverse and lookup methods as final 2022-07-15 12:29:23 +02:00
Registry.h Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
RootDirectory.cpp Kernel/SysFS: Add /sys/devices/storage directory 2022-07-15 12:29:23 +02:00
RootDirectory.h Kernel/SysFS: Mark SysFSDirectory traverse and lookup methods as final 2022-07-15 12:29:23 +02:00