https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259961
Bug ID: 259961 Summary: bhyve virtio-scsi has different device id? Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bhyve Assignee: virtualization@FreeBSD.org Reporter: m...@nanaya.pro According to the spec here ( https://docs.oasis-open.org/virtio/virtio/v1.1/virtio-v1.1.html#x1-99001r97 ) and virtio windows guest driver ( https://github.com/virtio-win/kvm-guest-drivers-windows/blob/a9ecb1dc1ecbde82ad655cb5581fb139ada1a512/vioscsi/vioscsi.inx ), virtio-scsi is supposed to have device id of 0x1004 bhyve on the other hand has it at 0x1008 ( https://cgit.freebsd.org/src/tree/usr.sbin/bhyve/virtio.h ) which results in driver from redhat virtio cd for windows can't be used. I can't find any information on it but is it actually intentional and bhyve's virtio-scsi is just different compared to others? -- You are receiving this mail because: You are the assignee for the bug.