summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_dev_sab82532.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-02-24 05:40:17 +0000
committermarcel <marcel@FreeBSD.org>2006-02-24 05:40:17 +0000
commit59ae2faccd91f17ab74d868429b95e97a60e7acc (patch)
tree1a5d674c76a9410a6917b62d08fd0cbedc3c5157 /sys/dev/uart/uart_dev_sab82532.c
parent72c66eec8feb4ebace76e9e6e0cfc0c66b0e1425 (diff)
downloadFreeBSD-src-59ae2faccd91f17ab74d868429b95e97a60e7acc.zip
FreeBSD-src-59ae2faccd91f17ab74d868429b95e97a60e7acc.tar.gz
Replace our local UART_SIGMASK_* with the global SER_MASK_*.
Diffstat (limited to 'sys/dev/uart/uart_dev_sab82532.c')
-rw-r--r--sys/dev/uart/uart_dev_sab82532.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_dev_sab82532.c b/sys/dev/uart/uart_dev_sab82532.c
index 582bae8..5744873 100644
--- a/sys/dev/uart/uart_dev_sab82532.c
+++ b/sys/dev/uart/uart_dev_sab82532.c
@@ -470,7 +470,7 @@ sab82532_bus_getsig(struct uart_softc *sc)
}
SIGCHG(pvr, sig, SER_DSR, SER_DDSR);
mtx_unlock_spin(&sc->sc_hwmtx);
- new = sig & ~UART_SIGMASK_DELTA;
+ new = sig & ~SER_MASK_DELTA;
} while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
return (sig);
}
OpenPOWER on IntegriCloud