Bug 256285

Summary: [bhyve] Assertion failure: (dtype == ntype) in function e82545_transmit, file /usr/src/usr.sbin/bhyve/pci_e82545.c
Product: Base System Reporter: Cheolwoo Myung <cwmyung>
Component: bhyveAssignee: freebsd-virtualization (Nobody) <virtualization>
Status: New ---    
Severity: Affects Only Me    
Priority: ---    
Version: 13.0-RELEASE   
Hardware: amd64   
OS: Any   

Description Cheolwoo Myung 2021-05-31 08:37:23 UTC
To reproduce the bug, please follow the command (bhyve version 13.0):


```
bhyvectl --vm=reproVM --destroy

bhyve -s 2:0,ahci-hd,hyfuzz.img -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio -c 1 -m 512M -l bootrom,./BHYVE_UEFI.fd -HPA reproVM

```
Comment 2 Cheolwoo Myung 2021-06-01 07:33:15 UTC
(In reply to Cheolwoo Myung from comment #0)
To reproduce the bug, please follow the command (bhyve version 13.0):


```
bhyvectl --vm=reproVM --destroy

bhyve -s 2:0,ahci-hd,hyfuzz.img -s 3,e1000,tap0 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio -c 1 -m 512M -l bootrom,./BHYVE_UEFI.fd -HPA reproVM

```