--- src/sys/emulation/ndis/subr_ndis.c 2004/07/29 20:51:34 1.1 +++ src/sys/emulation/ndis/subr_ndis.c 2004/07/29 21:07:32 1.2 @@ -2348,7 +2348,7 @@ ndis_sync_with_intr(intr, syncfunc, sync struct ndis_softc *sc; __stdcall uint8_t (*sync)(void *); uint8_t rval; - NDIS_INFO; + NDIS_LOCK_INFO; if (syncfunc == NULL || syncctx == NULL) return(0);