summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/frame.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-01-31 08:52:12 +0000
committerache <ache@FreeBSD.org>1994-01-31 08:52:12 +0000
commit805b2d4d90c77f94e31f786f0afbd08f5fd8e1cb (patch)
treea885583f08df48ec7ad5986b6226ee8c4f27b612 /sys/amd64/include/frame.h
parent4cb172d2ef8af493bed31caf048f1db64a248c71 (diff)
downloadFreeBSD-src-805b2d4d90c77f94e31f786f0afbd08f5fd8e1cb.zip
FreeBSD-src-805b2d4d90c77f94e31f786f0afbd08f5fd8e1cb.tar.gz
1) Set ipending back to 4, because (16 + 4) bit not in
netmask or impmask. 2) Fixes from Bruce: o Changed name of schedsoftcom() to setsofttty() to match setsoftclock() o Bool_t isn't used. o tx_fifo_size is 1 for chips without fifos, 16 for 16550's, to help to output more efficiently for 16550's (LSR_TXRDY means that the fifo is empty, not that it has space for one char). o Changed name of softsio1() to siopoll() and merged compoll() into siopoll(). o The probe forgot to clear com_mcr after it failed. This is harmful for 4 single serial ports on 2 interrupts. It makes partial misconfigurations worse. o Don't bother initializing static variables that are 0 (bidir stuff). o Only initialize t_oflag to TTYDEF_OFLAG if unit == COMCONSOLE, not if COMCONSOLE is defined. o Don't call siointr() from comparam() if there is no output in progress. For the call from sioopen(), there's no output in progress, and siointr() often saw silo overflows for stale input because it was called before sioopen() discarded the input. o Let ttselect() do the work for select(), so that the fixes for ttselect() don't have to be duplicated in zillions of drivers.
Diffstat (limited to 'sys/amd64/include/frame.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud