seoul: support rtl8029 network model

Issue #2715
This commit is contained in:
Alexander Boettcher 2018-03-06 18:47:03 +01:00 committed by Christian Helmuth
parent 8e8878f187
commit ed320f6f03
2 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@ if {!$use_multiboot} {
if {$use_nic_session} {
puts $vm_cfg_fd {
<!-- <rtl8029 irq="9" port="0x300"/> -->
<intel82576vf/>
}
}

View File

@ -81,6 +81,7 @@ MODEL_INFO(pmtimer, "io_port")
MODEL_INFO(pcihostbridge, "bus_num", "bus_count", "io_base", "mem_base")
MODEL_INFO(intel82576vf, "promisc", "mem_mmio", "mem_msix", "txpoll_us", "rx_map")
MODEL_INFO(rtl8029, "bdf", "irq", "port")
MODEL_INFO(ide, "port0", "port1", "irq", "bdf", "disk")
MODEL_INFO(ahci, "mem", "irq", "bdf")