I have current installed on it now.
It has both the Intel and Broadcom NICs with passthrough as well as the virtual NIC from bhyve.
The virtual NIC works nice. I used it to fetch the installation sets.
From dmesg:
[ 1.0448813] virtio1 at pci0 dev 5 function 0
[ 1.0448813] virtio1: Virtio Network Device (rev. 0x00)
[ 1.0448813] vioif0 at virtio1: Features: 0x11010020<INDIRECT_DESC,NOTIFY_ON_EMPTY,STATUS,MAC>
[ 1.0448813] vioif0: Ethernet address 58:9c:fc:0b:96:50
[ 1.0448813] virtio1: config interrupting at msix0 vec 0
[ 1.0448813] virtio1: queues interrupting at msix0 vec 1
[ 1.0448813] wm0 at pci0 dev 6 function 0: 82576 quad-1000BaseT Ethernet (rev. 0x01)
[ 1.0448813] wm0: interrupting at msi1 vec 0
[ 1.0448813] wm0: Ethernet address 00:1b:21:84:e9:ed
[ 1.0448813] igphy0 at wm0 phy 1: i82566 10/100/1000 media interface, rev. 1
[ 1.0448813] igphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
[ 1.0448813] bge0 at pci0 dev 7 function 0: Broadcom BCM5720 Gigabit Ethernet
[ 1.0448813] bge0: APE firmware NCSI 1.4.12.0
[ 1.0448813] bge0: interrupting at msi2 vec 0
[ 1.0448813] bge0: HW config 002b1094, 00006014, 0002aa38, 00000000 0000000c
[ 1.0448813] bge0: ASIC BCM5720 A0 (0x5720000), Ethernet address 3c:a8:2a:e4:bc:eb
[ 1.0448813] bge0: no PHY found!
[ 1.0448813] pcib0 at pci0 dev 31 function 0: vendor 8086 product 7000 (rev. 0x00)
[ 1.0448813] isa0 at pcib0
[ 1.0448813] com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
[ 1.0448813] com0: console
[ 1.0448813] com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
[ 1.5402764] WARNING: 1 error while detecting hardware; check system log.
The intel NIC is connected at the moment.
It should receive an address with DHCP.
localhost# ifconfig
vioif0: flags=0x8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
ec_capabilities=1<VLAN_MTU>
ec_enabled=0
address: 58:9c:fc:0b:96:50
inet6 fe80::5a9c:fcff:fe0b:9650%vioif0/64 flags 0x0 scopeid 0x1
wm0: flags=0x8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
capabilities=7ff80<TSO4,IP4CSUM_Rx,IP4CSUM_Tx,TCP4CSUM_Rx>
capabilities=7ff80<TCP4CSUM_Tx,UDP4CSUM_Rx,UDP4CSUM_Tx,TCP6CSUM_Rx>
capabilities=7ff80<TCP6CSUM_Tx,UDP6CSUM_Rx,UDP6CSUM_Tx,TSO6>
enabled=0
ec_capabilities=7<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU>
ec_enabled=0
address: 00:1b:21:84:e9:ed
media: Ethernet autoselect (1000baseT full-duplex,flowcontrol,rxpause,txpause)
status: active
inet6 fe80::220e:9ccf:9196:97d1%wm0/64 flags 0x0 scopeid 0x2
bge0: flags=0x8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
capabilities=3f80<TSO4,IP4CSUM_Rx,IP4CSUM_Tx,TCP4CSUM_Rx,TCP4CSUM_Tx>
capabilities=3f80<UDP4CSUM_Rx,UDP4CSUM_Tx>
enabled=0
ec_capabilities=7<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU>
ec_enabled=0
address: 3c:a8:2a:e4:bc:eb
media: Ethernet manual (none)
lo0: flags=0x8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33624
inet6 ::1/128 flags 0x20<NODAD>
inet6 fe80::1%lo0/64 flags 0x0 scopeid 0x4
localhost#
rc.conf:
dhcpcd=YES
dhcpcd_flags="-qM wm0"
Any help would be much appreciated.
If I'm able to get one of the physical NICs to work somehow, I could give anyone here willing to help debug SSH access to the server.