* serial.h ser-go32.c ser-go32-para.c ser-mac.c ser-tcp.c

ser-unix.c:  Add SERIAL_SETSTOPBITS to set the number of stopbits
	(needed for IDP board?!?!?).
This commit is contained in:
Stu Grossman
1995-03-07 09:03:37 +00:00
parent 7baea94608
commit 85c8b135fe
7 changed files with 121 additions and 1 deletions

View File

@@ -246,6 +246,14 @@ mac_set_baud_rate (scb, rate)
return 0;
}
static int
mac_set_stop_bits (scb, num)
serial_t scb;
int num;
{
return 0;
}
int first_mac_write = 0;
static int
@@ -322,6 +330,7 @@ static struct serial_ops mac_ops =
mac_print_tty_state,
mac_noflush_set_tty_state,
mac_set_baud_rate,
mac_set_stop_bits,
};
void