sleiderr / fzkernel

Pure rust bootloader
GNU General Public License v3.0
4 stars 1 forks source link

AHCI: devices attached to any port other than port 0 do not work #56

Open sleiderr opened 1 year ago

sleiderr commented 1 year ago

When trying to use a SATA device attached to a port of the AHCI controller that is not port 0, commands cannot be sent to that device. All commands end up being treated by the device attached to port 0.

However, the device is detected, and the port registers seem to contain the right values.