From ad85d13d8a6212b3143b1de1ca128060aa2497b9 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 31 May 1999 06:57:31 +0000 Subject: The PPSAPI group defines the polarity in draft 3, we guessed it wrong. --- sys/dev/sio/sio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/sio/sio.c') diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index c0a33cd..3907a0b 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sio.c,v 1.244 1999/05/30 11:14:39 dfr Exp $ + * $Id: sio.c,v 1.245 1999/05/30 16:52:48 phk Exp $ * from: @(#)com.c 7.5 (Berkeley) 5/16/91 * from: i386/isa sio.c,v 1.234 */ @@ -1676,7 +1676,7 @@ siointr1(com) count = tc->tc_get_timecount(tc); pps_event(&com->pps, tc, count, (modem_status & MSR_DCD) ? - PPS_CAPTURECLEAR : PPS_CAPTUREASSERT); + PPS_CAPTUREASSERT : PPS_CAPTURECLEAR); } } line_status = inb(com->line_status_port); -- cgit v1.1