X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Frtl8139.c;h=33a5cfa681a9a470b1de78f1313d6480e40b68f1;hp=176d05345b2c1f0bbcabff340f7a2a0ccef2af69;hb=6d9bc1787b5e409bb37a40f09c16cd8e66934491;hpb=e895aea7212e8cd9e1ba9555f3313fbf90f83d7f 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;