--- src/sys/dev/netif/vx/if_vx_eisa.c 2005/06/15 11:35:22 1.10 +++ src/sys/dev/netif/vx/if_vx_eisa.c 2005/07/01 20:14:13 1.11 @@ -154,7 +154,7 @@ vx_eisa_attach(device_t dev) /* Now the registers are availible through the lower ioport */ - vxattach(sc); + vxattach(dev); if (bus_setup_intr(dev, irq, INTR_TYPE_NET, vxintr, sc, &ih, NULL)) { ether_ifdetach(&sc->arpcom.ac_if);