diff options
Diffstat (limited to 'sys/dev/ic/ahci.c')
-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 fc87b71..d407540 100644 --- a/sys/dev/ic/ahci.c +++ b/sys/dev/ic/ahci.c @@ -665,6 +665,7 @@ ahci_init(void) struct ahci_hba hba; void *abar_vap = NULL; + hba.major = 0; lookup.pci_class = 0x01; lookup.pci_subclass = 0x06; |