Skip to content

Commit

Permalink
fix: enable FUSION_SPI driver
Browse files Browse the repository at this point in the history
It seems to be used by VMWare when virtualizing storage device as a SCSI
disk.

Investigation by James Ringer from the community Slack.

```
udevadm info -a -n /dev/sda | grep -oP 'DRIVERS?=="\K[^"]+'
sd
mptspi
```

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jan 22, 2024
1 parent f376a53 commit 2358efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Expand Up @@ -2295,7 +2295,7 @@ CONFIG_DM_MULTIPATH=m
# CONFIG_DM_AUDIT is not set
# CONFIG_TARGET_CORE is not set
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
CONFIG_FUSION_SPI=m
CONFIG_FUSION_SAS=m
CONFIG_FUSION_MAX_SGE=128
# CONFIG_FUSION_CTL is not set
Expand Down

0 comments on commit 2358efe

Please sign in to comment.