diff options
-rw-r--r-- | sys/dev/ic/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ic/ahci.c b/sys/dev/ic/ahci.c index 5c85013..b483e7a 100644 --- a/sys/dev/ic/ahci.c +++ b/sys/dev/ic/ahci.c @@ -193,6 +193,7 @@ ahci_init(void) * ahci_dev struct, so that we can perform MMIO and then issue * a hard reset. */ + if ((status = pci_map_bar(ahci_dev, 5, &abar_vap)) != 0) { return status; } |