X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Frtl8139.c;fp=palacios%2Fsrc%2Fdevices%2Frtl8139.c;h=33a5cfa681a9a470b1de78f1313d6480e40b68f1;hp=176d05345b2c1f0bbcabff340f7a2a0ccef2af69;hb=5e3bb26339e3a3ca09c057b28ab24463669053c8;hpb=639f3d3bd42dd2218bcd994e423f3a5569ed7051 diff --git a/palacios/src/devices/rtl8139.c b/palacios/src/devices/rtl8139.c index 176d053..33a5cfa 100644 --- a/palacios/src/devices/rtl8139.c +++ b/palacios/src/devices/rtl8139.c @@ -1713,7 +1713,7 @@ static int register_dev(struct rtl8139_state * nic_state) { } bars[0].type = PCI_BAR_IO; - bars[0].default_base_port = 0xc100; + bars[0].default_base_port = -1; bars[0].num_ports = 0x100; bars[0].io_read = rtl8139_ioport_read;