int port_idx = port % virtio->io_range_size;
+/*
PrintDebug("VIRTIO SYMBIOTIC Write for port %d (index=%d) len=%d, value=%x\n",
port, port_idx, length, *(uint32_t *)src);
-
+*/
switch (port_idx) {
struct virtio_sym_state * virtio = (struct virtio_sym_state *)dev->private_data;
int port_idx = port % virtio->io_range_size;
-
+/*
PrintDebug("VIRTIO SYMBIOTIC Read for port %d (index =%d), length=%d\n",
port, port_idx, length);
-
+*/
switch (port_idx) {
case HOST_FEATURES_PORT:
if (length != 4) {
struct vm_device * dev = (struct vm_device *)private_data;
struct pt_dev_state * state = (struct pt_dev_state *)dev->private_data;
- // PrintDebug("Handling E1000 IRQ %d\n", intr->irq);
+// PrintDebug("Handling E1000 IRQ %d\n", intr->irq);
v3_pci_raise_irq(state->pci_bus, 0, state->pci_dev);