X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fne2k.c;h=b4796f70b128cc7f307139fa8621156e685be4a0;hp=d4e8852640dff1368f9446c4ec9eb92b1c2d994d;hb=e895aea7212e8cd9e1ba9555f3313fbf90f83d7f;hpb=1fc062adedda3f93f7f95395257a808c7b531fc9 diff --git a/palacios/src/devices/ne2k.c b/palacios/src/devices/ne2k.c index d4e8852..b4796f7 100644 --- a/palacios/src/devices/ne2k.c +++ b/palacios/src/devices/ne2k.c @@ -1115,7 +1115,7 @@ static int register_dev(struct ne2k_state * nic_state) } bars[0].type = PCI_BAR_IO; - bars[0].default_base_port = NIC_REG_BASE_PORT; + bars[0].default_base_port = -1; bars[0].num_ports = 256; bars[0].io_read = ne2k_pci_read;