AHCI_SG_ENTRIES
#define AHCI_SG_ENTRIES MIN(roundup(btoc(maxphys) + 1, 8), 65528)
#define AHCI_SG_ENTRIES (roundup(btoc(MAXPHYS) + 1, 8))