From 310af38f1324c57ef5a072b27c91110cd4ec4a3a Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 9 May 2025 22:13:41 -0400 Subject: kernel: ahci: Detect staggered spin up Signed-off-by: Ian Moffett --- sys/dev/ic/ahci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev') diff --git a/sys/dev/ic/ahci.c b/sys/dev/ic/ahci.c index 4500a29..3142193 100644 --- a/sys/dev/ic/ahci.c +++ b/sys/dev/ic/ahci.c @@ -317,6 +317,7 @@ ahci_hba_init(struct ahci_hba *hba) hba->nslots = AHCI_CAP_NCS(cap); hba->ems = AHCI_CAP_EMS(cap); hba->sal = AHCI_CAP_SAL(cap); + hba->sss = AHCI_CAP_SSS(cap); /* * The HBA provides backwards compatibility with -- cgit v1.2.3