1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 10:35:09 +00:00
serenity/Kernel/Storage/Ramdisk
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
..
Controller.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Controller.h Kernel: Fix typo in Ramdisk 2022-04-22 22:20:57 -07:00
Device.cpp Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
Device.h Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00