On Tue, 15 Oct 2019 10:37:41 -0600, Todd C. Miller wrote:

> There's your problem.  The bha driver is no longer supported by
> OpenBSD.  You should use SATA or IDE as the disk type in VMWare.

Alternately, you should be able to switch the VM to use the mpi
driver by editing the .vmx file for your VM (after shutting down
the VM first).  Just change the lines like:

scsi0.virtualDev = "buslogic"

to:

scsi0.virtualDev = "lsilogic"

VMWare doesn't even support the buslogic driver on 64-bit guests
these days.  New VMs created by VMWare fusion use lsilogic by
default.

 - todd

Reply via email to