1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 20:25:07 +00:00
serenity/Kernel/FileSystem/SysFS/Subsystems/Devices/Storage
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
..
DeviceAttribute.cpp Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
DeviceAttribute.h Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
DeviceDirectory.cpp Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
DeviceDirectory.h Kernel/SysFS: Add /sys/devices/storage directory 2022-07-15 12:29:23 +02:00
Directory.cpp Kernel/SysFS: Add /sys/devices/storage directory 2022-07-15 12:29:23 +02:00
Directory.h Kernel/SysFS: Add /sys/devices/storage directory 2022-07-15 12:29:23 +02:00