1995-01-23 16:09:02 +08:00
|
|
|
|
/* Remote serial interface for local (hardwired) serial ports for
|
|
|
|
|
GO32. Copyright 1992, 1993 Free Software Foundation, Inc.
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
Contributed by Nigel Stephens, Algorithmics Ltd. (nigel@algor.co.uk).
|
|
|
|
|
|
|
|
|
|
This version uses DPMI interrupts to handle buffered i/o
|
|
|
|
|
without the separate "asynctsr" program.
|
|
|
|
|
|
|
|
|
|
This file is part of GDB.
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1993-12-12 08:00:53 +08:00
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
(at your option) any later version.
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1993-12-12 08:00:53 +08:00
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1993-12-12 08:00:53 +08:00
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
|
|
|
|
#include "defs.h"
|
1995-01-23 16:09:02 +08:00
|
|
|
|
#include "gdbcmd.h"
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
#include "serial.h"
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* NS16550 UART registers
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#define COM1ADDR 0x3f8
|
|
|
|
|
#define COM2ADDR 0x2f8
|
|
|
|
|
#define COM3ADDR 0x3e8
|
|
|
|
|
#define COM4ADDR 0x3e0
|
|
|
|
|
|
|
|
|
|
#define com_data 0 /* data register (R/W) */
|
|
|
|
|
#define com_dlbl 0 /* divisor latch low (W) */
|
|
|
|
|
#define com_ier 1 /* interrupt enable (W) */
|
|
|
|
|
#define com_dlbh 1 /* divisor latch high (W) */
|
|
|
|
|
#define com_iir 2 /* interrupt identification (R) */
|
|
|
|
|
#define com_fifo 2 /* FIFO control (W) */
|
|
|
|
|
#define com_lctl 3 /* line control register (R/W) */
|
|
|
|
|
#define com_cfcr 3 /* line control register (R/W) */
|
|
|
|
|
#define com_mcr 4 /* modem control register (R/W) */
|
|
|
|
|
#define com_lsr 5 /* line status register (R/W) */
|
|
|
|
|
#define com_msr 6 /* modem status register (R/W) */
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Constants for computing 16 bit baud rate divisor (lower byte
|
|
|
|
|
* in com_dlbl, upper in com_dlbh) from 1.8432MHz crystal. Divisor is
|
|
|
|
|
* 1.8432 MHz / (16 * X) for X bps. If the baud rate can't be set
|
|
|
|
|
* to within +- (desired_rate*SPEED_TOLERANCE/1000) bps, we fail.
|
|
|
|
|
*/
|
|
|
|
|
#define COMTICK (1843200/16)
|
|
|
|
|
#define SPEED_TOLERANCE 30 /* thousandths; real == desired +- 3.0% */
|
|
|
|
|
|
|
|
|
|
/* interrupt enable register */
|
|
|
|
|
#define IER_ERXRDY 0x1 /* int on rx ready */
|
|
|
|
|
#define IER_ETXRDY 0x2 /* int on tx ready */
|
|
|
|
|
#define IER_ERLS 0x4 /* int on line status change */
|
|
|
|
|
#define IER_EMSC 0x8 /* int on modem status change */
|
|
|
|
|
|
|
|
|
|
/* interrupt identification register */
|
|
|
|
|
#define IIR_FIFO_MASK 0xc0 /* set if FIFOs are enabled */
|
|
|
|
|
#define IIR_IMASK 0xf /* interrupt cause mask */
|
|
|
|
|
#define IIR_NOPEND 0x1 /* nothing pending */
|
|
|
|
|
#define IIR_RLS 0x6 /* receive line status */
|
|
|
|
|
#define IIR_RXRDY 0x4 /* receive ready */
|
|
|
|
|
#define IIR_RXTOUT 0xc /* receive timeout */
|
|
|
|
|
#define IIR_TXRDY 0x2 /* transmit ready */
|
|
|
|
|
#define IIR_MLSC 0x0 /* modem status */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* fifo control register */
|
|
|
|
|
#define FIFO_ENABLE 0x01 /* enable fifo */
|
|
|
|
|
#define FIFO_RCV_RST 0x02 /* reset receive fifo */
|
|
|
|
|
#define FIFO_XMT_RST 0x04 /* reset transmit fifo */
|
|
|
|
|
#define FIFO_DMA_MODE 0x08 /* enable dma mode */
|
|
|
|
|
#define FIFO_TRIGGER_1 0x00 /* trigger at 1 char */
|
|
|
|
|
#define FIFO_TRIGGER_4 0x40 /* trigger at 4 chars */
|
|
|
|
|
#define FIFO_TRIGGER_8 0x80 /* trigger at 8 chars */
|
|
|
|
|
#define FIFO_TRIGGER_14 0xc0 /* trigger at 14 chars */
|
|
|
|
|
|
|
|
|
|
/* character format control register */
|
|
|
|
|
#define CFCR_DLAB 0x80 /* divisor latch */
|
|
|
|
|
#define CFCR_SBREAK 0x40 /* send break */
|
|
|
|
|
#define CFCR_PZERO 0x30 /* zero parity */
|
|
|
|
|
#define CFCR_PONE 0x20 /* one parity */
|
|
|
|
|
#define CFCR_PEVEN 0x10 /* even parity */
|
|
|
|
|
#define CFCR_PODD 0x00 /* odd parity */
|
|
|
|
|
#define CFCR_PENAB 0x08 /* parity enable */
|
|
|
|
|
#define CFCR_STOPB 0x04 /* 2 stop bits */
|
|
|
|
|
#define CFCR_8BITS 0x03 /* 8 data bits */
|
|
|
|
|
#define CFCR_7BITS 0x02 /* 7 data bits */
|
|
|
|
|
#define CFCR_6BITS 0x01 /* 6 data bits */
|
|
|
|
|
#define CFCR_5BITS 0x00 /* 5 data bits */
|
|
|
|
|
|
|
|
|
|
/* modem control register */
|
|
|
|
|
#define MCR_LOOPBACK 0x10 /* loopback */
|
|
|
|
|
#define MCR_IENABLE 0x08 /* output 2 = int enable */
|
|
|
|
|
#define MCR_DRS 0x04 /* output 1 = xxx */
|
|
|
|
|
#define MCR_RTS 0x02 /* enable RTS */
|
|
|
|
|
#define MCR_DTR 0x01 /* enable DTR */
|
|
|
|
|
|
|
|
|
|
/* line status register */
|
|
|
|
|
#define LSR_RCV_FIFO 0x80 /* error in receive fifo */
|
|
|
|
|
#define LSR_TSRE 0x40 /* transmitter empty */
|
|
|
|
|
#define LSR_TXRDY 0x20 /* transmitter ready */
|
|
|
|
|
#define LSR_BI 0x10 /* break detected */
|
|
|
|
|
#define LSR_FE 0x08 /* framing error */
|
|
|
|
|
#define LSR_PE 0x04 /* parity error */
|
|
|
|
|
#define LSR_OE 0x02 /* overrun error */
|
|
|
|
|
#define LSR_RXRDY 0x01 /* receiver ready */
|
|
|
|
|
#define LSR_RCV_MASK 0x1f
|
|
|
|
|
|
|
|
|
|
/* modem status register */
|
|
|
|
|
#define MSR_DCD 0x80
|
|
|
|
|
#define MSR_RI 0x40
|
|
|
|
|
#define MSR_DSR 0x20
|
|
|
|
|
#define MSR_CTS 0x10
|
|
|
|
|
#define MSR_DDCD 0x08
|
|
|
|
|
#define MSR_TERI 0x04
|
|
|
|
|
#define MSR_DDSR 0x02
|
|
|
|
|
#define MSR_DCTS 0x01
|
|
|
|
|
|
* tm-hppa.h: New file, architectural definition of HP PA.
* tm-hppabsd.h, tm-hppahpux.h: Shrink to deltas from tm-hppa.h.
* am29k-pinsn.c, am29k-tdep.c, copying.awk, copying.c,
hppa-coredep.c, hppa-pinsn.c, hppabsd-core.c, hppabsd-tdep.c,
hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, remote-udi.c,
ser-go32.c, xcoffsolib.c: Remove <stdio.h> which is already in
"defs.h".
* hppa-coredep.c, hppa-pinsn.c, hppabsd-core.c, hppabsd-tdep.c,
hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, xcoffsolib.c,
xcoffsolib.h, xm-go32.h, xm-hppabsd.h, xm-hppahpux.h: Copyrights.
1992-06-25 19:15:47 +08:00
|
|
|
|
#include <sys/dos.h>
|
1995-01-23 16:09:02 +08:00
|
|
|
|
#include <sys/go32.h>
|
|
|
|
|
#include <sys/dpmi.h>
|
|
|
|
|
|
|
|
|
|
/* DPMI Communication */
|
|
|
|
|
static union REGS dpmi_regs;
|
|
|
|
|
static struct SREGS dpmi_sregs;
|
|
|
|
|
|
|
|
|
|
/* 16550 rx fifo trigger point */
|
|
|
|
|
#define FIFO_TRIGGER FIFO_TRIGGER_4
|
|
|
|
|
|
|
|
|
|
/* input buffer size */
|
|
|
|
|
#define CBSIZE 4096
|
|
|
|
|
|
|
|
|
|
/* return raw 18Hz clock count */
|
|
|
|
|
extern long rawclock (void);
|
|
|
|
|
|
|
|
|
|
#define RAWHZ 18
|
|
|
|
|
|
|
|
|
|
#ifdef DOS_STATS
|
|
|
|
|
#define CNT_RX 16
|
|
|
|
|
#define CNT_TX 17
|
|
|
|
|
#define CNT_STRAY 18
|
|
|
|
|
#define CNT_ORUN 19
|
|
|
|
|
#define NCNT 20
|
|
|
|
|
|
|
|
|
|
static int intrcnt;
|
|
|
|
|
static int cnts[NCNT];
|
|
|
|
|
static char *cntnames[NCNT] = {
|
|
|
|
|
/* h/w interrupt counts. */
|
|
|
|
|
"mlsc", "nopend", "txrdy", "?3",
|
|
|
|
|
"rxrdy", "?5", "rls", "?7",
|
|
|
|
|
"?8", "?9", "?a", "?b",
|
|
|
|
|
"rxtout", "?d", "?e", "?f",
|
|
|
|
|
/* s/w counts. */
|
|
|
|
|
"rxcnt", "txcnt", "stray", "swoflo"
|
|
|
|
|
};
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
#define COUNT(x) cnts[x]++
|
|
|
|
|
#else
|
|
|
|
|
#define COUNT(x)
|
|
|
|
|
#endif
|
1994-06-28 08:52:59 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
/* Main interrupt controller port addresses. */
|
|
|
|
|
#define ICU_BASE 0x20
|
|
|
|
|
#define ICU_OCW2 (ICU_BASE + 0)
|
|
|
|
|
#define ICU_MASK (ICU_BASE + 1)
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
/* Original interrupt controller mask register. */
|
|
|
|
|
unsigned char icu_oldmask;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
/* Maximum of 8 interrupts (we don't handle the slave icu yet). */
|
|
|
|
|
#define NINTR 8
|
|
|
|
|
|
|
|
|
|
static struct intrupt
|
|
|
|
|
{
|
|
|
|
|
char inuse;
|
|
|
|
|
struct dos_ttystate *port;
|
|
|
|
|
_go32_dpmi_seginfo old_rmhandler;
|
|
|
|
|
_go32_dpmi_seginfo old_pmhandler;
|
|
|
|
|
_go32_dpmi_seginfo new_rmhandler;
|
|
|
|
|
_go32_dpmi_seginfo new_pmhandler;
|
|
|
|
|
_go32_dpmi_registers regs;
|
|
|
|
|
} intrupts[NINTR];
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
|
|
|
|
static struct dos_ttystate
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
int base;
|
|
|
|
|
int irq;
|
1995-02-04 03:35:54 +08:00
|
|
|
|
int refcnt;
|
1995-01-23 16:09:02 +08:00
|
|
|
|
struct intrupt *intrupt;
|
|
|
|
|
int fifo;
|
|
|
|
|
int baudrate;
|
|
|
|
|
unsigned char cbuf[CBSIZE];
|
|
|
|
|
unsigned int first;
|
|
|
|
|
unsigned int count;
|
|
|
|
|
int txbusy;
|
|
|
|
|
unsigned char old_mcr;
|
|
|
|
|
int ferr;
|
|
|
|
|
int perr;
|
|
|
|
|
int oflo;
|
|
|
|
|
int msr;
|
|
|
|
|
} ports[4] = {
|
|
|
|
|
{COM1ADDR, 4},
|
|
|
|
|
{COM2ADDR, 3},
|
|
|
|
|
{COM3ADDR, 4},
|
|
|
|
|
{COM4ADDR, 3}
|
|
|
|
|
};
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
static int dos_open PARAMS ((serial_t scb, const char *name));
|
|
|
|
|
static void dos_raw PARAMS ((serial_t scb));
|
|
|
|
|
static int dos_readchar PARAMS ((serial_t scb, int timeout));
|
|
|
|
|
static int dos_setbaudrate PARAMS ((serial_t scb, int rate));
|
|
|
|
|
static int dos_write PARAMS ((serial_t scb, const char *str, int len));
|
|
|
|
|
static void dos_close PARAMS ((serial_t scb));
|
|
|
|
|
static serial_ttystate dos_get_tty_state PARAMS ((serial_t scb));
|
|
|
|
|
static int dos_set_tty_state PARAMS ((serial_t scb, serial_ttystate state));
|
|
|
|
|
static int dos_baudconv PARAMS ((int rate));
|
1993-04-08 12:12:56 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
#define inb(p,a) inportb((p)->base + (a))
|
|
|
|
|
#define outb(p,a,v) outportb((p)->base + (a), (v))
|
|
|
|
|
#define disable() asm volatile ("cli");
|
|
|
|
|
#define enable() asm volatile ("sti");
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
|
|
|
|
|
1993-04-06 18:13:03 +08:00
|
|
|
|
static int
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_getc (port)
|
|
|
|
|
volatile struct dos_ttystate *port;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
int c;
|
1993-04-07 12:43:48 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
if (port->count == 0)
|
|
|
|
|
return -1;
|
1993-04-07 12:43:48 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
c = port->cbuf[port->first];
|
|
|
|
|
disable ();
|
|
|
|
|
port->first = (port->first + 1) & (CBSIZE - 1);
|
|
|
|
|
port->count--;
|
|
|
|
|
enable ();
|
|
|
|
|
return c;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
static int
|
|
|
|
|
dos_putc (c, port)
|
|
|
|
|
int c;
|
|
|
|
|
struct dos_ttystate *port;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
if (port->count >= CBSIZE - 1)
|
|
|
|
|
return -1;
|
|
|
|
|
port->cbuf[(port->first + port->count) & (CBSIZE - 1)] = c;
|
|
|
|
|
port->count++;
|
|
|
|
|
return 0;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
1994-06-28 08:52:59 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
static void
|
|
|
|
|
dos_comisr (irq)
|
|
|
|
|
int irq;
|
|
|
|
|
{
|
|
|
|
|
struct dos_ttystate *port;
|
|
|
|
|
unsigned char iir, lsr, c;
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
disable (); /* Paranoia */
|
|
|
|
|
outportb (ICU_OCW2, 0x20); /* End-Of-Interrupt */
|
|
|
|
|
#ifdef DOS_STATS
|
|
|
|
|
++intrcnt;
|
1994-06-28 08:52:59 +08:00
|
|
|
|
#endif
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
port = intrupts[irq].port;
|
|
|
|
|
if (!port)
|
|
|
|
|
{
|
|
|
|
|
COUNT (CNT_STRAY);
|
|
|
|
|
return; /* not open */
|
|
|
|
|
}
|
1993-04-06 18:13:03 +08:00
|
|
|
|
|
1994-08-23 01:58:47 +08:00
|
|
|
|
while (1)
|
1993-12-12 08:00:53 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
iir = inb (port, com_iir) & IIR_IMASK;
|
|
|
|
|
switch (iir)
|
1993-12-12 08:00:53 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
|
|
|
|
case IIR_RLS:
|
|
|
|
|
lsr = inb (port, com_lsr);
|
|
|
|
|
goto rx;
|
|
|
|
|
|
|
|
|
|
case IIR_RXTOUT:
|
|
|
|
|
case IIR_RXRDY:
|
|
|
|
|
lsr = 0;
|
|
|
|
|
|
|
|
|
|
rx:
|
|
|
|
|
do
|
1994-08-23 01:58:47 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
c = inb (port, com_data);
|
|
|
|
|
if (lsr & (LSR_BI | LSR_FE | LSR_PE | LSR_OE))
|
|
|
|
|
{
|
|
|
|
|
if (lsr & (LSR_BI | LSR_FE))
|
|
|
|
|
port->ferr++;
|
|
|
|
|
else if (lsr & LSR_PE)
|
|
|
|
|
port->perr++;
|
|
|
|
|
if (lsr & LSR_OE)
|
|
|
|
|
port->oflo++;
|
|
|
|
|
}
|
|
|
|
|
|
1995-02-04 03:35:54 +08:00
|
|
|
|
if (dos_putc (c, port) < 0)
|
1995-01-23 16:09:02 +08:00
|
|
|
|
{
|
|
|
|
|
COUNT (CNT_ORUN);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
COUNT (CNT_RX);
|
|
|
|
|
}
|
1994-08-23 01:58:47 +08:00
|
|
|
|
}
|
1995-01-23 16:09:02 +08:00
|
|
|
|
while ((lsr = inb (port, com_lsr)) & LSR_RXRDY);
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case IIR_MLSC:
|
|
|
|
|
/* could be used to flowcontrol Tx */
|
|
|
|
|
port->msr = inb (port, com_msr);
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case IIR_TXRDY:
|
|
|
|
|
port->txbusy = 0;
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case IIR_NOPEND:
|
|
|
|
|
/* no more pending interrupts, all done */
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
/* unexpected interrupt, ignore */
|
|
|
|
|
break;
|
1993-12-12 08:00:53 +08:00
|
|
|
|
}
|
1995-01-23 16:09:02 +08:00
|
|
|
|
COUNT (iir);
|
|
|
|
|
}
|
|
|
|
|
}
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
#ifdef __STDC__
|
|
|
|
|
#define ISRNAME(x) dos_comisr##x
|
|
|
|
|
#else
|
|
|
|
|
#define ISRNAME(x) dos_comisr/**/x
|
|
|
|
|
#endif
|
|
|
|
|
#define ISR(x) static void ISRNAME(x)() {dos_comisr(x);}
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
ISR(0) ISR(1) ISR(2) ISR(3)
|
|
|
|
|
ISR(4) ISR(5) ISR(6) ISR(7)
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
typedef void (*isr_t)();
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
static isr_t isrs[NINTR] = {
|
|
|
|
|
ISRNAME(0), ISRNAME(1), ISRNAME(2), ISRNAME(3),
|
|
|
|
|
ISRNAME(4), ISRNAME(5), ISRNAME(6), ISRNAME(7)
|
|
|
|
|
};
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
static struct intrupt *
|
|
|
|
|
dos_hookirq (irq)
|
|
|
|
|
unsigned int irq;
|
|
|
|
|
{
|
|
|
|
|
struct intrupt *intr;
|
|
|
|
|
unsigned int vec;
|
|
|
|
|
isr_t isr;
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
if (irq >= NINTR)
|
|
|
|
|
return 0;
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
intr = &intrupts[irq];
|
|
|
|
|
if (intr->inuse)
|
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
|
|
vec = 0x08 + irq;
|
|
|
|
|
isr = isrs[irq];
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
/* setup real mode handler */
|
|
|
|
|
_go32_dpmi_get_real_mode_interrupt_vector (vec, &intr->old_rmhandler);
|
1994-08-23 01:58:47 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
intr->new_rmhandler.pm_selector = _go32_my_cs();
|
|
|
|
|
intr->new_rmhandler.pm_offset = (u_long)isr;
|
|
|
|
|
if (_go32_dpmi_allocate_real_mode_callback_iret (&intr->new_rmhandler,
|
|
|
|
|
&intr->regs))
|
|
|
|
|
{
|
|
|
|
|
return 0;
|
1993-12-12 08:00:53 +08:00
|
|
|
|
}
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
if (_go32_dpmi_set_real_mode_interrupt_vector (vec, &intr->new_rmhandler))
|
|
|
|
|
{
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* setup protected mode handler */
|
|
|
|
|
_go32_dpmi_get_protected_mode_interrupt_vector(vec, &intr->old_pmhandler);
|
1994-04-16 02:43:07 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
intr->new_pmhandler.pm_selector = _go32_my_cs();
|
|
|
|
|
intr->new_pmhandler.pm_offset = (u_long)isr;
|
|
|
|
|
_go32_dpmi_allocate_iret_wrapper (&intr->new_pmhandler);
|
1993-04-06 18:13:03 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
if (_go32_dpmi_set_protected_mode_interrupt_vector(vec, &intr->new_pmhandler))
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
return 0;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
|
|
|
|
/* setup interrupt controller mask */
|
|
|
|
|
disable ();
|
|
|
|
|
outportb (ICU_MASK, inportb (ICU_MASK) & ~(1 << irq));
|
|
|
|
|
enable ();
|
|
|
|
|
|
|
|
|
|
intr->inuse = 1;
|
|
|
|
|
return intr;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
dos_unhookirq (intr)
|
|
|
|
|
struct intrupt *intr;
|
1993-04-06 18:13:03 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
unsigned int irq, vec;
|
|
|
|
|
unsigned char mask;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
irq = intr - intrupts;
|
|
|
|
|
vec = 0x08 + irq;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
/* restore old interrupt mask bit */
|
|
|
|
|
mask = 1 << irq;
|
|
|
|
|
disable ();
|
|
|
|
|
outportb (ICU_MASK, inportb (ICU_MASK) | (mask & icu_oldmask));
|
|
|
|
|
enable ();
|
|
|
|
|
|
|
|
|
|
/* remove real mode handler */
|
|
|
|
|
_go32_dpmi_set_real_mode_interrupt_vector (vec, &intr->old_rmhandler);
|
|
|
|
|
_go32_dpmi_free_real_mode_callback (&intr->new_rmhandler);
|
|
|
|
|
|
|
|
|
|
/* remove protected mode handler */
|
|
|
|
|
_go32_dpmi_set_protected_mode_interrupt_vector (vec, &intr->old_pmhandler);
|
|
|
|
|
_go32_dpmi_free_iret_wrapper (&intr->new_pmhandler);
|
|
|
|
|
intr->inuse = 0;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
|
|
|
|
|
1993-04-06 18:13:03 +08:00
|
|
|
|
static int
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_open (scb, name)
|
1993-04-06 18:13:03 +08:00
|
|
|
|
serial_t scb;
|
|
|
|
|
const char *name;
|
* ser-termios.c, ser-go32.c: Remove DEFUN crap, clean up.
* serial.h (EXFUN): Remove all uses, convert to PARAMS.
* config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh files
should include a ser-XXX.o module.
* dbxread.c (elfstab_build_psymtabs): Remove DEFUN crap.
* defs.h, i960-pinsn.c, remote-hms.c: Replace CONST with simple const.
* configure.in: Map unrecognized sun 68k's, sun sparcs, into
known suns in configure.in, rather than mapping them to unique
config files that happen to duplicate other config files.
* config/sun3.{mh,mt}: Remove (use identical sun3os4.*).
* config/sun4.{mh,mt}: Remove (use identical sun4os4.*).
1992-09-02 16:51:17 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
struct dos_ttystate *port;
|
|
|
|
|
int fd, i;
|
|
|
|
|
|
|
|
|
|
if (strncasecmp (name, "/dev/", 5) == 0)
|
|
|
|
|
name += 5;
|
|
|
|
|
else if (strncasecmp (name, "\\dev\\", 5) == 0)
|
|
|
|
|
name += 5;
|
1993-04-08 12:12:56 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
if (strlen (name) != 4 || strncasecmp (name, "com", 3) != 0)
|
1993-04-08 12:12:56 +08:00
|
|
|
|
{
|
|
|
|
|
errno = ENOENT;
|
1993-04-10 06:14:04 +08:00
|
|
|
|
return -1;
|
1993-04-08 12:12:56 +08:00
|
|
|
|
}
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
if (name[3] < '1' || name[3] > '4')
|
1993-04-08 12:12:56 +08:00
|
|
|
|
{
|
|
|
|
|
errno = ENOENT;
|
1995-01-23 16:09:02 +08:00
|
|
|
|
return -1;
|
1993-04-08 12:12:56 +08:00
|
|
|
|
}
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
fd = name[3] - '1';
|
|
|
|
|
port = &ports[fd];
|
1995-02-04 03:35:54 +08:00
|
|
|
|
if (port->refcnt++ > 0)
|
1995-01-23 16:09:02 +08:00
|
|
|
|
{
|
1995-02-04 03:35:54 +08:00
|
|
|
|
/* Device already opened another user. Just point at it. */
|
|
|
|
|
scb->fd = fd;
|
|
|
|
|
return 0;
|
1995-01-23 16:09:02 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* force access to ID reg */
|
|
|
|
|
outb(port, com_cfcr, 0);
|
|
|
|
|
outb(port, com_iir, 0);
|
|
|
|
|
for (i = 0; i < 17; i++) {
|
|
|
|
|
if ((inb(port, com_iir) & 0x38) == 0)
|
|
|
|
|
goto ok;
|
|
|
|
|
(void) inb(port, com_data); /* clear recv */
|
|
|
|
|
}
|
|
|
|
|
errno = ENODEV;
|
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
|
|
ok:
|
|
|
|
|
/* disable all interrupts in chip */
|
|
|
|
|
outb(port, com_ier, 0);
|
|
|
|
|
|
|
|
|
|
/* tentatively enable 16550 fifo, and see if it responds */
|
|
|
|
|
outb(port, com_fifo, FIFO_ENABLE|FIFO_RCV_RST|FIFO_XMT_RST|FIFO_TRIGGER);
|
|
|
|
|
sleep(1);
|
|
|
|
|
port->fifo = ((inb(port, com_iir) & IIR_FIFO_MASK) == IIR_FIFO_MASK);
|
|
|
|
|
|
|
|
|
|
/* clear pending status reports. */
|
|
|
|
|
(void) inb(port, com_lsr);
|
|
|
|
|
(void) inb(port, com_msr);
|
|
|
|
|
|
|
|
|
|
/* enable external interrupt gate (to avoid floating IRQ) */
|
|
|
|
|
outb(port, com_mcr, MCR_IENABLE);
|
|
|
|
|
|
|
|
|
|
/* hook up interrupt handler and initialise icu */
|
|
|
|
|
port->intrupt = dos_hookirq (port->irq);
|
|
|
|
|
if (!port->intrupt)
|
|
|
|
|
{
|
|
|
|
|
outb(port, com_mcr, 0);
|
|
|
|
|
outb(port, com_fifo, 0);
|
|
|
|
|
errno = ENODEV;
|
|
|
|
|
return -1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
disable ();
|
|
|
|
|
|
|
|
|
|
/* record port */
|
|
|
|
|
port->intrupt->port = port;
|
|
|
|
|
scb->fd = fd;
|
|
|
|
|
|
|
|
|
|
/* clear rx buffer, tx busy flag and overflow count */
|
|
|
|
|
port->first = port->count = 0;
|
|
|
|
|
port->txbusy = 0;
|
|
|
|
|
port->oflo = 0;
|
|
|
|
|
|
|
|
|
|
/* set default baud rate and mode: 9600,8,n,1 */
|
|
|
|
|
i = dos_baudconv (port->baudrate = 9600);
|
|
|
|
|
outb(port, com_cfcr, CFCR_DLAB);
|
|
|
|
|
outb(port, com_dlbl, i & 0xff);
|
|
|
|
|
outb(port, com_dlbh, i >> 8);
|
|
|
|
|
outb(port, com_cfcr, CFCR_8BITS);
|
|
|
|
|
|
|
|
|
|
/* enable all interrupts */
|
|
|
|
|
outb(port, com_ier, IER_ETXRDY | IER_ERXRDY | IER_ERLS | IER_EMSC);
|
|
|
|
|
|
|
|
|
|
/* enable DTR & RTS */
|
|
|
|
|
outb(port, com_mcr, MCR_DTR | MCR_RTS | MCR_IENABLE);
|
|
|
|
|
|
|
|
|
|
enable ();
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
|
1993-04-06 18:13:03 +08:00
|
|
|
|
return 0;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
dos_close (scb)
|
|
|
|
|
serial_t scb;
|
|
|
|
|
{
|
1995-02-01 03:30:27 +08:00
|
|
|
|
struct dos_ttystate *port;
|
1995-01-23 16:09:02 +08:00
|
|
|
|
struct intrupt *intrupt;
|
|
|
|
|
|
1995-02-01 03:30:27 +08:00
|
|
|
|
if (!scb)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
port = &ports[scb->fd];
|
1995-02-04 03:35:54 +08:00
|
|
|
|
|
|
|
|
|
if (port->refcnt-- > 1)
|
|
|
|
|
return;
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
if (!(intrupt = port->intrupt))
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
/* disable interrupts, fifo, flow control */
|
|
|
|
|
disable ();
|
|
|
|
|
port->intrupt = 0;
|
|
|
|
|
intrupt->port = 0;
|
|
|
|
|
outb(port, com_fifo, 0);
|
|
|
|
|
outb(port, com_ier, 0);
|
|
|
|
|
enable ();
|
|
|
|
|
|
|
|
|
|
/* unhook handler, and disable interrupt gate */
|
|
|
|
|
dos_unhookirq (intrupt);
|
|
|
|
|
outb(port, com_mcr, 0);
|
|
|
|
|
|
|
|
|
|
/* Check for overflow errors */
|
|
|
|
|
if (port->oflo)
|
|
|
|
|
{
|
|
|
|
|
fprintf_unfiltered (gdb_stderr,
|
|
|
|
|
"Serial input overruns occurred.\n");
|
|
|
|
|
fprintf_unfiltered (gdb_stderr, "This system %s handle %d baud.\n",
|
|
|
|
|
port->fifo ? "cannot" : "needs a 16550 to",
|
|
|
|
|
port->baudrate);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* inftarg.c: Remove unused include of terminal.h.
* signals.h: Don't undefine signals anymore.
* main.c: Use job_control from serial.h.
* fork-child.c (fork_inferior): Use gdb_setpgid.
* serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
* utils.c (quit): Use current_target->to_terminal_ours to figure
out whether we care about lack of job control, rather than __GO32__.
* utils.c: Include serial.h not terminal.h
(quit): Use job_control not TIOCGPGRP.
* terminal.h: Don't undefine TIOCGPGRP.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
* utils.c (quit): Use it.
* serial.h: Add SERIAL_UN_FDOPEN.
* utils.c (quit): Use it.
* ser-unix.c: Add process group to ttystate.
[HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
* inflow.c: Include serial.h not terminal.h.
Use serial.h stuff to replace most of the maze of #ifdef's.
* inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
* serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
* ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
SERIAL_SET_PROCESS_GROUP.
* inflow.c: Use them.
* config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
Define HAVE_TERMIOS.
* Various: Remove all use of TIOC*_BROKEN.
1993-07-01 06:20:53 +08:00
|
|
|
|
static int
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_noop (scb)
|
* inftarg.c: Remove unused include of terminal.h.
* signals.h: Don't undefine signals anymore.
* main.c: Use job_control from serial.h.
* fork-child.c (fork_inferior): Use gdb_setpgid.
* serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
* utils.c (quit): Use current_target->to_terminal_ours to figure
out whether we care about lack of job control, rather than __GO32__.
* utils.c: Include serial.h not terminal.h
(quit): Use job_control not TIOCGPGRP.
* terminal.h: Don't undefine TIOCGPGRP.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
* utils.c (quit): Use it.
* serial.h: Add SERIAL_UN_FDOPEN.
* utils.c (quit): Use it.
* ser-unix.c: Add process group to ttystate.
[HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
* inflow.c: Include serial.h not terminal.h.
Use serial.h stuff to replace most of the maze of #ifdef's.
* inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
* serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
* ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
SERIAL_SET_PROCESS_GROUP.
* inflow.c: Use them.
* config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
Define HAVE_TERMIOS.
* Various: Remove all use of TIOC*_BROKEN.
1993-07-01 06:20:53 +08:00
|
|
|
|
serial_t scb;
|
|
|
|
|
{
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
1993-04-06 18:13:03 +08:00
|
|
|
|
static void
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_raw (scb)
|
1993-04-06 18:13:03 +08:00
|
|
|
|
serial_t scb;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
{
|
1993-04-06 18:13:03 +08:00
|
|
|
|
/* Always in raw mode */
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
1993-04-06 18:13:03 +08:00
|
|
|
|
static int
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_readchar (scb, timeout)
|
1993-04-06 18:13:03 +08:00
|
|
|
|
serial_t scb;
|
|
|
|
|
int timeout;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
struct dos_ttystate *port = &ports[scb->fd];
|
|
|
|
|
long then;
|
|
|
|
|
int c;
|
1993-04-06 18:13:03 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
then = rawclock() + (timeout * RAWHZ);
|
|
|
|
|
while ((c = dos_getc (port)) < 0)
|
1993-12-12 08:00:53 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
if (timeout >= 0 && (rawclock () - then) >= 0)
|
|
|
|
|
return SERIAL_TIMEOUT;
|
|
|
|
|
notice_quit ();
|
1993-12-12 08:00:53 +08:00
|
|
|
|
}
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
return c;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
1993-05-29 09:33:36 +08:00
|
|
|
|
|
|
|
|
|
static serial_ttystate
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_get_tty_state (scb)
|
1993-05-29 09:33:36 +08:00
|
|
|
|
serial_t scb;
|
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
struct dos_ttystate *port = &ports[scb->fd];
|
|
|
|
|
struct dos_ttystate *state;
|
1993-05-29 09:33:36 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
state = (struct dos_ttystate *) xmalloc (sizeof *state);
|
|
|
|
|
*state = *port;
|
1993-12-12 08:00:53 +08:00
|
|
|
|
return (serial_ttystate) state;
|
1993-05-29 09:33:36 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_set_tty_state (scb, ttystate)
|
1993-05-29 09:33:36 +08:00
|
|
|
|
serial_t scb;
|
|
|
|
|
serial_ttystate ttystate;
|
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
struct dos_ttystate *state;
|
|
|
|
|
|
|
|
|
|
state = (struct dos_ttystate *) ttystate;
|
|
|
|
|
dos_setbaudrate (scb, state->baudrate);
|
1993-05-29 09:33:36 +08:00
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
* inftarg.c: Remove unused include of terminal.h.
* signals.h: Don't undefine signals anymore.
* main.c: Use job_control from serial.h.
* fork-child.c (fork_inferior): Use gdb_setpgid.
* serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
* utils.c (quit): Use current_target->to_terminal_ours to figure
out whether we care about lack of job control, rather than __GO32__.
* utils.c: Include serial.h not terminal.h
(quit): Use job_control not TIOCGPGRP.
* terminal.h: Don't undefine TIOCGPGRP.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
* utils.c (quit): Use it.
* serial.h: Add SERIAL_UN_FDOPEN.
* utils.c (quit): Use it.
* ser-unix.c: Add process group to ttystate.
[HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
* inflow.c: Include serial.h not terminal.h.
Use serial.h stuff to replace most of the maze of #ifdef's.
* inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
* serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
* ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
SERIAL_SET_PROCESS_GROUP.
* inflow.c: Use them.
* config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
Define HAVE_TERMIOS.
* Various: Remove all use of TIOC*_BROKEN.
1993-07-01 06:20:53 +08:00
|
|
|
|
static int
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_noflush_set_tty_state (scb, new_ttystate, old_ttystate)
|
* inftarg.c: Remove unused include of terminal.h.
* signals.h: Don't undefine signals anymore.
* main.c: Use job_control from serial.h.
* fork-child.c (fork_inferior): Use gdb_setpgid.
* serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
* utils.c (quit): Use current_target->to_terminal_ours to figure
out whether we care about lack of job control, rather than __GO32__.
* utils.c: Include serial.h not terminal.h
(quit): Use job_control not TIOCGPGRP.
* terminal.h: Don't undefine TIOCGPGRP.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
* utils.c (quit): Use it.
* serial.h: Add SERIAL_UN_FDOPEN.
* utils.c (quit): Use it.
* ser-unix.c: Add process group to ttystate.
[HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
* inflow.c: Include serial.h not terminal.h.
Use serial.h stuff to replace most of the maze of #ifdef's.
* inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
* serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
* ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
SERIAL_SET_PROCESS_GROUP.
* inflow.c: Use them.
* config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
Define HAVE_TERMIOS.
* Various: Remove all use of TIOC*_BROKEN.
1993-07-01 06:20:53 +08:00
|
|
|
|
serial_t scb;
|
|
|
|
|
serial_ttystate new_ttystate;
|
|
|
|
|
serial_ttystate old_ttystate;
|
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
struct dos_ttystate *state;
|
|
|
|
|
|
|
|
|
|
state = (struct dos_ttystate *) new_ttystate;
|
|
|
|
|
dos_setbaudrate (scb, state->baudrate);
|
* inftarg.c: Remove unused include of terminal.h.
* signals.h: Don't undefine signals anymore.
* main.c: Use job_control from serial.h.
* fork-child.c (fork_inferior): Use gdb_setpgid.
* serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
* utils.c (quit): Use current_target->to_terminal_ours to figure
out whether we care about lack of job control, rather than __GO32__.
* utils.c: Include serial.h not terminal.h
(quit): Use job_control not TIOCGPGRP.
* terminal.h: Don't undefine TIOCGPGRP.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
* utils.c (quit): Use it.
* serial.h: Add SERIAL_UN_FDOPEN.
* utils.c (quit): Use it.
* ser-unix.c: Add process group to ttystate.
[HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
* inflow.c: Include serial.h not terminal.h.
Use serial.h stuff to replace most of the maze of #ifdef's.
* inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
* serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
* ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
SERIAL_SET_PROCESS_GROUP.
* inflow.c: Use them.
* config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
Define HAVE_TERMIOS.
* Various: Remove all use of TIOC*_BROKEN.
1993-07-01 06:20:53 +08:00
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
static int
|
|
|
|
|
dos_flush_input (scb)
|
|
|
|
|
serial_t scb;
|
|
|
|
|
{
|
|
|
|
|
struct dos_ttystate *port = &ports[scb->fd];
|
|
|
|
|
disable();
|
|
|
|
|
port->first = port->count = 0;
|
|
|
|
|
if (port->fifo)
|
|
|
|
|
outb(port, com_fifo, FIFO_ENABLE|FIFO_RCV_RST|FIFO_TRIGGER);
|
|
|
|
|
enable();
|
|
|
|
|
}
|
|
|
|
|
|
* inftarg.c: Remove unused include of terminal.h.
* signals.h: Don't undefine signals anymore.
* main.c: Use job_control from serial.h.
* fork-child.c (fork_inferior): Use gdb_setpgid.
* serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
* utils.c (quit): Use current_target->to_terminal_ours to figure
out whether we care about lack of job control, rather than __GO32__.
* utils.c: Include serial.h not terminal.h
(quit): Use job_control not TIOCGPGRP.
* terminal.h: Don't undefine TIOCGPGRP.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
* utils.c (quit): Use it.
* serial.h: Add SERIAL_UN_FDOPEN.
* utils.c (quit): Use it.
* ser-unix.c: Add process group to ttystate.
[HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
* inflow.c: Include serial.h not terminal.h.
Use serial.h stuff to replace most of the maze of #ifdef's.
* inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
* serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
* ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
SERIAL_SET_PROCESS_GROUP.
* inflow.c: Use them.
* config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
Define HAVE_TERMIOS.
* Various: Remove all use of TIOC*_BROKEN.
1993-07-01 06:20:53 +08:00
|
|
|
|
static void
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_print_tty_state (scb, ttystate)
|
* inftarg.c: Remove unused include of terminal.h.
* signals.h: Don't undefine signals anymore.
* main.c: Use job_control from serial.h.
* fork-child.c (fork_inferior): Use gdb_setpgid.
* serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
* utils.c (quit): Use current_target->to_terminal_ours to figure
out whether we care about lack of job control, rather than __GO32__.
* utils.c: Include serial.h not terminal.h
(quit): Use job_control not TIOCGPGRP.
* terminal.h: Don't undefine TIOCGPGRP.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
* utils.c (quit): Use it.
* serial.h: Add SERIAL_UN_FDOPEN.
* utils.c (quit): Use it.
* ser-unix.c: Add process group to ttystate.
[HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
* inflow.c: Include serial.h not terminal.h.
Use serial.h stuff to replace most of the maze of #ifdef's.
* inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
* serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
* ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
SERIAL_SET_PROCESS_GROUP.
* inflow.c: Use them.
* config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
Define HAVE_TERMIOS.
* Various: Remove all use of TIOC*_BROKEN.
1993-07-01 06:20:53 +08:00
|
|
|
|
serial_t scb;
|
|
|
|
|
serial_ttystate ttystate;
|
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
/* Nothing to print */
|
* inftarg.c: Remove unused include of terminal.h.
* signals.h: Don't undefine signals anymore.
* main.c: Use job_control from serial.h.
* fork-child.c (fork_inferior): Use gdb_setpgid.
* serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
* utils.c (quit): Use current_target->to_terminal_ours to figure
out whether we care about lack of job control, rather than __GO32__.
* utils.c: Include serial.h not terminal.h
(quit): Use job_control not TIOCGPGRP.
* terminal.h: Don't undefine TIOCGPGRP.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
* utils.c (quit): Use it.
* serial.h: Add SERIAL_UN_FDOPEN.
* utils.c (quit): Use it.
* ser-unix.c: Add process group to ttystate.
[HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
* inflow.c: Include serial.h not terminal.h.
Use serial.h stuff to replace most of the maze of #ifdef's.
* inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
* serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
* ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
* serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
SERIAL_SET_PROCESS_GROUP.
* inflow.c: Use them.
* config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
Define HAVE_TERMIOS.
* Various: Remove all use of TIOC*_BROKEN.
1993-07-01 06:20:53 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
1993-04-06 18:13:03 +08:00
|
|
|
|
static int
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_baudconv (rate)
|
1993-04-06 18:13:03 +08:00
|
|
|
|
int rate;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
long x, err;
|
|
|
|
|
|
|
|
|
|
if (rate <= 0)
|
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
|
|
#define divrnd(n, q) (((n) * 2 / (q) + 1) / 2) /* divide and round off */
|
|
|
|
|
x = divrnd(COMTICK, rate);
|
|
|
|
|
if (x <= 0)
|
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
|
|
err = divrnd(1000 * COMTICK, x * rate) - 1000;
|
|
|
|
|
if (err < 0)
|
|
|
|
|
err = -err;
|
|
|
|
|
if (err > SPEED_TOLERANCE)
|
|
|
|
|
return -1;
|
|
|
|
|
#undef divrnd
|
|
|
|
|
return x;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
1993-04-06 18:13:03 +08:00
|
|
|
|
static int
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_setbaudrate (scb, rate)
|
1993-04-06 18:13:03 +08:00
|
|
|
|
serial_t scb;
|
1995-01-23 16:09:02 +08:00
|
|
|
|
int rate;
|
1993-04-06 18:13:03 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
struct dos_ttystate *port = &ports[scb->fd];
|
1993-04-10 06:14:04 +08:00
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
if (port->baudrate != rate)
|
|
|
|
|
{
|
|
|
|
|
int x;
|
1995-03-07 17:03:37 +08:00
|
|
|
|
unsigned char cfcr;
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
|
|
|
|
x = dos_baudconv (rate);
|
|
|
|
|
if (x <= 0)
|
|
|
|
|
{
|
|
|
|
|
fprintf_unfiltered (gdb_stderr, "%d: impossible baudrate\n", rate);
|
|
|
|
|
errno = EINVAL;
|
|
|
|
|
return -1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
disable ();
|
1995-03-07 17:03:37 +08:00
|
|
|
|
cfcr = inb (port, com_cfcr);
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
outb(port, com_cfcr, CFCR_DLAB);
|
|
|
|
|
outb(port, com_dlbl, x & 0xff);
|
|
|
|
|
outb(port, com_dlbh, x >> 8);
|
1995-03-07 17:03:37 +08:00
|
|
|
|
outb(port, com_cfcr, cfcr);
|
1995-01-23 16:09:02 +08:00
|
|
|
|
port->baudrate = rate;
|
|
|
|
|
enable ();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return 0;
|
1993-04-06 18:13:03 +08:00
|
|
|
|
}
|
|
|
|
|
|
1995-03-07 17:03:37 +08:00
|
|
|
|
static int
|
|
|
|
|
dos_setstopbits (scb, num)
|
|
|
|
|
serial_t scb;
|
|
|
|
|
int num;
|
|
|
|
|
{
|
|
|
|
|
struct dos_ttystate *port = &ports[scb->fd];
|
|
|
|
|
unsigned char cfcr;
|
|
|
|
|
|
|
|
|
|
disable ();
|
|
|
|
|
cfcr = inb (port, com_cfcr);
|
|
|
|
|
|
|
|
|
|
switch (num)
|
|
|
|
|
{
|
|
|
|
|
case SERIAL_1_STOPBITS:
|
|
|
|
|
outb (port, com_cfcr, cfcr & ~CFCR_STOPB);
|
|
|
|
|
break;
|
|
|
|
|
case SERIAL_1_AND_A_HALF_STOPBITS:
|
|
|
|
|
case SERIAL_2_STOPBITS:
|
|
|
|
|
outb (port, com_cfcr, cfcr | CFCR_STOPB);
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
enable ();
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
enable ();
|
|
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
dos_write (scb, str, len)
|
1993-06-04 08:38:04 +08:00
|
|
|
|
serial_t scb;
|
1995-01-23 16:09:02 +08:00
|
|
|
|
const char *str;
|
|
|
|
|
int len;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
volatile struct dos_ttystate *port = &ports[scb->fd];
|
|
|
|
|
int fifosize = port->fifo ? 16 : 1;
|
|
|
|
|
long then;
|
|
|
|
|
int cnt;
|
|
|
|
|
|
|
|
|
|
while (len > 0)
|
|
|
|
|
{
|
|
|
|
|
/* send the data, fifosize bytes at a time */
|
|
|
|
|
cnt = fifosize > len ? len : fifosize;
|
|
|
|
|
port->txbusy = 1;
|
|
|
|
|
outportsb (port->base + com_data, str, cnt);
|
|
|
|
|
str += cnt;
|
|
|
|
|
len -= cnt;
|
|
|
|
|
#ifdef DOS_STATS
|
|
|
|
|
cnts[CNT_TX] += cnt;
|
|
|
|
|
#endif
|
|
|
|
|
/* wait for transmission to complete (max 1 sec) */
|
|
|
|
|
then = rawclock() + RAWHZ;
|
|
|
|
|
while (port->txbusy)
|
|
|
|
|
{
|
|
|
|
|
if ((rawclock () - then) >= 0)
|
|
|
|
|
{
|
|
|
|
|
errno = EIO;
|
|
|
|
|
return SERIAL_ERROR;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return 0;
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
1995-02-01 03:30:27 +08:00
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
dos_sendbreak (scb)
|
|
|
|
|
serial_t scb;
|
|
|
|
|
{
|
|
|
|
|
volatile struct dos_ttystate *port = &ports[scb->fd];
|
|
|
|
|
unsigned char cfcr;
|
|
|
|
|
long then;
|
|
|
|
|
|
|
|
|
|
cfcr = inb(port, com_cfcr);
|
|
|
|
|
outb(port, com_cfcr, cfcr | CFCR_SBREAK);
|
|
|
|
|
|
|
|
|
|
/* 0.25 sec delay */
|
|
|
|
|
then = rawclock () + RAWHZ / 4;
|
|
|
|
|
while ((rawclock () - then) < 0)
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
outb(port, com_cfcr, cfcr);
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
static struct serial_ops dos_ops =
|
1993-04-06 18:13:03 +08:00
|
|
|
|
{
|
|
|
|
|
"hardwire",
|
|
|
|
|
0,
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_open,
|
|
|
|
|
dos_close,
|
|
|
|
|
dos_readchar,
|
|
|
|
|
dos_write,
|
|
|
|
|
dos_noop, /* flush output */
|
|
|
|
|
dos_flush_input,
|
1995-02-01 03:30:27 +08:00
|
|
|
|
dos_sendbreak,
|
1995-01-23 16:09:02 +08:00
|
|
|
|
dos_raw,
|
|
|
|
|
dos_get_tty_state,
|
|
|
|
|
dos_set_tty_state,
|
|
|
|
|
dos_print_tty_state,
|
|
|
|
|
dos_noflush_set_tty_state,
|
|
|
|
|
dos_setbaudrate,
|
1995-03-07 17:03:37 +08:00
|
|
|
|
dos_setstopbits,
|
1993-04-06 18:13:03 +08:00
|
|
|
|
};
|
|
|
|
|
|
1995-01-23 16:09:02 +08:00
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
dos_info (arg, from_tty)
|
|
|
|
|
char *arg;
|
|
|
|
|
int from_tty;
|
|
|
|
|
{
|
|
|
|
|
struct dos_ttystate *port;
|
|
|
|
|
int i;
|
|
|
|
|
|
|
|
|
|
for (port = ports; port < &ports[4]; port++)
|
|
|
|
|
{
|
|
|
|
|
if (port->baudrate == 0)
|
|
|
|
|
continue;
|
1995-02-01 03:30:27 +08:00
|
|
|
|
printf_filtered ("Port:\tCOM%d (%sactive)\n", port - ports + 1,
|
1995-01-23 16:09:02 +08:00
|
|
|
|
port->intrupt ? "" : "not ");
|
|
|
|
|
printf_filtered ("Addr:\t0x%03x (irq %d)\n", port->base, port->irq);
|
|
|
|
|
printf_filtered ("16550:\t%s\n", port->fifo ? "yes" : "no");
|
|
|
|
|
printf_filtered ("Speed:\t%d baud\n", port->baudrate);
|
1995-02-01 03:30:27 +08:00
|
|
|
|
printf_filtered ("Errs:\tframing %d parity %d overflow %d\n\n",
|
1995-01-23 16:09:02 +08:00
|
|
|
|
port->ferr, port->perr, port->oflo);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifdef DOS_STATS
|
|
|
|
|
printf_filtered ("\nTotal interrupts: %d\n", intrcnt);
|
|
|
|
|
for (i = 0; i < NCNT; i++)
|
|
|
|
|
if (cnts[i])
|
|
|
|
|
printf_filtered ("%s:\t%d\n", cntnames[i], cnts[i]);
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
* Makefile.in (init.c): Generate using the source, not munch. This
cleans up all kinds of hassles (which nm to use in munch, etc). The
new formatting conventions (mostly already followed) are that
the name of the _initialize_* routines must start in column zero,
and must not be inside #if.
* munch: Removed.
* Makefile.in: Remove references to munch.
* serial.c, remote.c, infptrace.c, maint.c, convex-tdep.c,
alpha-tdep.c, hp300ux-nat.c, hppab-nat.c, osfsolib.c, remote-es.c,
procfs.c, remote-udi.c, ser-go32.c, ultra3-xdep.c, sh-tdep.c,
i960-tdep.c, hppa-tdep.c, h8500-tdep.c, dpx2-nat.c, delta68-nat.c,
z8k-tdep.c: Make sure the above conventions are followed. Make
sure they are all declared as returning void. Clean up
miscellaneous comments and such.
1993-10-22 13:55:58 +08:00
|
|
|
|
void
|
1995-01-23 16:09:02 +08:00
|
|
|
|
_initialize_ser_dos ()
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
{
|
1995-01-23 16:09:02 +08:00
|
|
|
|
struct cmd_list_element *c;
|
|
|
|
|
|
|
|
|
|
serial_add_interface (&dos_ops);
|
|
|
|
|
|
|
|
|
|
/* Save original interrupt mask register. */
|
|
|
|
|
icu_oldmask = inportb (ICU_MASK);
|
|
|
|
|
|
|
|
|
|
/* Mark fixed motherboard irqs as inuse. */
|
|
|
|
|
intrupts[0].inuse = /* timer tick */
|
|
|
|
|
intrupts[1].inuse = /* keyboard */
|
|
|
|
|
intrupts[2].inuse = 1; /* slave icu */
|
|
|
|
|
|
|
|
|
|
add_show_from_set (
|
|
|
|
|
add_set_cmd ("com1base", class_obscure, var_zinteger,
|
|
|
|
|
(char *) &ports[0].base,
|
|
|
|
|
"Set COM1 base i/o port address.",
|
|
|
|
|
&setlist),
|
|
|
|
|
&showlist);
|
|
|
|
|
|
|
|
|
|
add_show_from_set (
|
|
|
|
|
add_set_cmd ("com1irq", class_obscure, var_zinteger,
|
|
|
|
|
(char *) &ports[0].irq,
|
|
|
|
|
"Set COM1 interrupt request.",
|
|
|
|
|
&setlist),
|
|
|
|
|
&showlist);
|
|
|
|
|
|
|
|
|
|
add_show_from_set (
|
|
|
|
|
add_set_cmd ("com2base", class_obscure, var_zinteger,
|
|
|
|
|
(char *) &ports[1].base,
|
|
|
|
|
"Set COM2 base i/o port address.",
|
|
|
|
|
&setlist),
|
|
|
|
|
&showlist);
|
|
|
|
|
|
|
|
|
|
add_show_from_set (
|
|
|
|
|
add_set_cmd ("com2irq", class_obscure, var_zinteger,
|
|
|
|
|
(char *) &ports[1].irq,
|
|
|
|
|
"Set COM2 interrupt request.",
|
|
|
|
|
&setlist),
|
|
|
|
|
&showlist);
|
|
|
|
|
|
|
|
|
|
add_show_from_set (
|
|
|
|
|
add_set_cmd ("com3base", class_obscure, var_zinteger,
|
|
|
|
|
(char *) &ports[2].base,
|
|
|
|
|
"Set COM3 base i/o port address.",
|
|
|
|
|
&setlist),
|
|
|
|
|
&showlist);
|
|
|
|
|
|
|
|
|
|
add_show_from_set (
|
|
|
|
|
add_set_cmd ("com3irq", class_obscure, var_zinteger,
|
|
|
|
|
(char *) &ports[2].irq,
|
|
|
|
|
"Set COM3 interrupt request.",
|
|
|
|
|
&setlist),
|
|
|
|
|
&showlist);
|
|
|
|
|
|
|
|
|
|
add_show_from_set (
|
|
|
|
|
add_set_cmd ("com4base", class_obscure, var_zinteger,
|
|
|
|
|
(char *) &ports[3].base,
|
|
|
|
|
"Set COM4 base i/o port address.",
|
|
|
|
|
&setlist),
|
|
|
|
|
&showlist);
|
|
|
|
|
|
|
|
|
|
add_show_from_set (
|
|
|
|
|
add_set_cmd ("com4irq", class_obscure, var_zinteger,
|
|
|
|
|
(char *) &ports[3].irq,
|
|
|
|
|
"Set COM4 interrupt request.",
|
|
|
|
|
&setlist),
|
|
|
|
|
&showlist);
|
|
|
|
|
|
|
|
|
|
add_info ("serial", dos_info,
|
|
|
|
|
"Print DOS serial port status.");
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 09:12:18 +08:00
|
|
|
|
}
|