Sync with sys/i386/isa/sio.c revision 1.197.
This commit is contained in:
parent
500117e484
commit
127f07ea76
@ -31,7 +31,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
|
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
|
||||||
* $Id: sio.c,v 1.51 1998/02/02 07:59:05 kato Exp $
|
* $Id: sio.c,v 1.52 1998/02/13 12:46:20 phk Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opt_comconsole.h"
|
#include "opt_comconsole.h"
|
||||||
@ -1957,7 +1957,7 @@ recv_data=0;
|
|||||||
int_ctl = inb(com->intr_ctl_port);
|
int_ctl = inb(com->intr_ctl_port);
|
||||||
int_ctl_new = int_ctl;
|
int_ctl_new = int_ctl;
|
||||||
|
|
||||||
while (TRUE) {
|
while (!com->gone) {
|
||||||
#ifdef PC98
|
#ifdef PC98
|
||||||
status_read:;
|
status_read:;
|
||||||
if (IS_8251(com->pc98_if_type)) {
|
if (IS_8251(com->pc98_if_type)) {
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
|
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
|
||||||
* $Id: sio.c,v 1.51 1998/02/02 07:59:05 kato Exp $
|
* $Id: sio.c,v 1.52 1998/02/13 12:46:20 phk Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opt_comconsole.h"
|
#include "opt_comconsole.h"
|
||||||
@ -1957,7 +1957,7 @@ recv_data=0;
|
|||||||
int_ctl = inb(com->intr_ctl_port);
|
int_ctl = inb(com->intr_ctl_port);
|
||||||
int_ctl_new = int_ctl;
|
int_ctl_new = int_ctl;
|
||||||
|
|
||||||
while (TRUE) {
|
while (!com->gone) {
|
||||||
#ifdef PC98
|
#ifdef PC98
|
||||||
status_read:;
|
status_read:;
|
||||||
if (IS_8251(com->pc98_if_type)) {
|
if (IS_8251(com->pc98_if_type)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user