*** sys/dev/pci/if_de.c.dist	Sat Feb  3 03:26:56 2001
--- sys/dev/pci/if_de.c	Sun Mar  4 17:26:14 2001
***************
*** 189,194 ****
--- 189,197 ----
  static int tulip_mii_map_abilities(tulip_softc_t * const sc, unsigned abilities);
  static tulip_media_t tulip_mii_phy_readspecific(tulip_softc_t * const sc);
  static int tulip_srom_decode(tulip_softc_t * const sc);
+ #ifdef VIRTUAL_PC
+ static void tulip_initring(tulip_softc_t * const sc, tulip_ringinfo_t * const ri, tulip_desc_t *descs, int ndescs);
+ #endif
  #if defined(IFM_ETHER)
  static int tulip_ifmedia_change(struct ifnet * const ifp);
  static void tulip_ifmedia_status(struct ifnet * const ifp, struct ifmediareq *req);
***************
*** 3847,3852 ****
--- 3850,3862 ----
  		TULIP_CSR_WRITE(sc, csr_command, sc->tulip_cmdmode);
  	    }
  	}
+ #ifdef VIRTUAL_PC
+ 	if (csr & TULIP_STS_TXINTR)
+ 		tulip_tx_intr(sc);
+ 	/* VirtualPC seems to spuriously set this bit. */
+ 	if (csr & TULIP_STS_TXSTOPPED)
+ 		csr &= ~(TULIP_STS_TXSTOPPED | TULIP_STS_ABNRMLINTR);
+ #endif
  	if (csr & TULIP_STS_ABNRMLINTR) {
  	    u_int32_t tmp = csr & sc->tulip_intrmask
  		& ~(TULIP_STS_NORMALINTR|TULIP_STS_ABNRMLINTR);
