diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2024-06-12 12:36:05 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2024-06-12 12:40:50 +0000 |
| commit | 62cb671705eb561d5a56c1c2dd2aff2ef984d035 (patch) | |
| tree | db2d3e5d800726214297f411ed031e499729770d | |
| parent | bbdf32d94c2f746b914aa87b1104b579426d8100 (diff) | |
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
| -rw-r--r-- | sys/riscv/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
