Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/pci/if_wbreg.h 67087 2000-10-13 17:54:19Z wpaul $
---
> * $FreeBSD: head/sys/pci/if_wbreg.h 72200 2001-02-09 06:11:45Z bmilekic $
384,385c384,385
< #define WB_LOCK(_sc) mtx_enter(&(_sc)->wb_mtx, MTX_DEF)
< #define WB_UNLOCK(_sc) mtx_exit(&(_sc)->wb_mtx, MTX_DEF)
---
> #define WB_LOCK(_sc) mtx_lock(&(_sc)->wb_mtx)
> #define WB_UNLOCK(_sc) mtx_unlock(&(_sc)->wb_mtx)