Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/uart/uart_dev_z8530.c 155973 2006-02-24 05:40:17Z marcel $");
---
> __FBSDID("$FreeBSD: head/sys/dev/uart/uart_dev_z8530.c 157300 2006-03-30 18:37:03Z marcel $");
351c351
< mtx_lock_spin(&sc->sc_hwmtx);
---
> uart_lock(sc->sc_hwmtx);
353c353
< mtx_unlock_spin(&sc->sc_hwmtx);
---
> uart_unlock(sc->sc_hwmtx);
371c371
< mtx_lock_spin(&sc->sc_hwmtx);
---
> uart_lock(sc->sc_hwmtx);
385c385
< mtx_unlock_spin(&sc->sc_hwmtx);
---
> uart_unlock(sc->sc_hwmtx);
401c401
< mtx_lock_spin(&sc->sc_hwmtx);
---
> uart_lock(sc->sc_hwmtx);
457c457
< mtx_unlock_spin(&sc->sc_hwmtx);
---
> uart_unlock(sc->sc_hwmtx);
469c469
< mtx_lock_spin(&sc->sc_hwmtx);
---
> uart_lock(sc->sc_hwmtx);
472c472
< mtx_unlock_spin(&sc->sc_hwmtx);
---
> uart_unlock(sc->sc_hwmtx);
502c502
< mtx_lock_spin(&sc->sc_hwmtx);
---
> uart_lock(sc->sc_hwmtx);
536c536
< mtx_unlock_spin(&sc->sc_hwmtx);
---
> uart_unlock(sc->sc_hwmtx);
561c561
< mtx_lock_spin(&sc->sc_hwmtx);
---
> uart_lock(sc->sc_hwmtx);
572c572
< mtx_unlock_spin(&sc->sc_hwmtx);
---
> uart_unlock(sc->sc_hwmtx);
583c583
< mtx_lock_spin(&sc->sc_hwmtx);
---
> uart_lock(sc->sc_hwmtx);
590c590
< mtx_unlock_spin(&sc->sc_hwmtx);
---
> uart_unlock(sc->sc_hwmtx);