mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Sync with sys/i386/isa/sio.c revision 1.234.
This commit is contained in:
parent
4487495433
commit
e82834ca32
2 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
|
||||
* $Id: sio.c,v 1.83 1999/03/25 08:26:50 kato Exp $
|
||||
* $Id: sio.c,v 1.84 1999/04/01 13:44:15 kato Exp $
|
||||
*/
|
||||
|
||||
#include "opt_comconsole.h"
|
||||
|
|
@ -2514,7 +2514,7 @@ more_intr:
|
|||
count = tc->tc_get_timecount(tc);
|
||||
pps_event(&com->pps, tc, count,
|
||||
(modem_status & MSR_DCD) ?
|
||||
PPS_CAPTUREASSERT : PPS_CAPTURECLEAR);
|
||||
PPS_CAPTURECLEAR : PPS_CAPTUREASSERT);
|
||||
}
|
||||
}
|
||||
line_status = inb(com->line_status_port);
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
|
||||
* $Id: sio.c,v 1.83 1999/03/25 08:26:50 kato Exp $
|
||||
* $Id: sio.c,v 1.84 1999/04/01 13:44:15 kato Exp $
|
||||
*/
|
||||
|
||||
#include "opt_comconsole.h"
|
||||
|
|
@ -2514,7 +2514,7 @@ more_intr:
|
|||
count = tc->tc_get_timecount(tc);
|
||||
pps_event(&com->pps, tc, count,
|
||||
(modem_status & MSR_DCD) ?
|
||||
PPS_CAPTUREASSERT : PPS_CAPTURECLEAR);
|
||||
PPS_CAPTURECLEAR : PPS_CAPTUREASSERT);
|
||||
}
|
||||
}
|
||||
line_status = inb(com->line_status_port);
|
||||
|
|
|
|||
Loading…
Reference in a new issue