Hacker News new | ask | show | jobs
by edeion 1770 days ago
If I recall correctly, high end hard drives used a protocol called SCSI in the 90s that was mostly embedded in hardware.
1 comments

Somewhat related, SSDs run an entire microcontroller on-board to translate from I/O requests from the OS to proper use of the flash hardware.
If I recall correctly that’s not the case on Apple platforms. They do the translation themselves across raw NAND.
No, there's firmware on the Apple NVMe drives doing FTL, etc. and exposing a traditional block device.
It's on the main SoC on M1. (ANS2 block, with the FW being loaded by iBoot1)

NVMe exposed as an MMIO device directly, not as a PCIe one.

My knowledge was about the first iPhone since I swear I sat next to the guy implementing it (I was an intern at the time). Maybe Apple was just writing the FW themselves and I’ve misremembered? Apple devices definitely have better I/O performance than any other mobile device from what I recall.