git: 62cb671705eb - main - riscv: include ahci device to GENERIC.

From: Ruslan Bukin <br_at_FreeBSD.org>
Date: Wed, 12 Jun 2024 12:41:39 UTC
The branch main has been updated by br:

URL: https://cgit.FreeBSD.org/src/commit/?id=62cb671705eb561d5a56c1c2dd2aff2ef984d035

commit 62cb671705eb561d5a56c1c2dd2aff2ef984d035
Author:     Ruslan Bukin <br@FreeBSD.org>
AuthorDate: 2024-06-12 12:36:05 +0000
Commit:     Ruslan Bukin <br@FreeBSD.org>
CommitDate: 2024-06-12 12:40:50 +0000

    riscv: include ahci device to GENERIC.
    
    This is needed for bhyve guest VM.
    
    Reviewed by:    mhorne
    Sponsored by:   UKRI
    Differential Revision:  https://reviews.freebsd.org/D45497
---
 sys/riscv/conf/GENERIC | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 52edc01b5c89..ce9038cee4a9 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -93,6 +93,7 @@ device		riscv_syscon
 device		pci
 
 # Block devices
+device		ahci
 device		scbus
 device		da