aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ahci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ic/ahci.c b/sys/dev/ic/ahci.c
index a9fa8c3..7a7480d 100644
--- a/sys/dev/ic/ahci.c
+++ b/sys/dev/ic/ahci.c
@@ -501,6 +501,8 @@ ahci_init_port(struct ahci_hba *hba, uint32_t portno)
pr_trace("failed to start port %d\n", portno);
return error;
}
+
+ ahci_identify(hba, port);
return 0;
}