diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-02-25 21:28:37 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-02-25 21:28:37 +0000 |
commit | f07a4c844da9f0ecae5bbee1ab94be56505f26f7 (patch) | |
tree | 12b07c7e578fc1a5f53dbfde2632408491ff2a70 /i386/bogus/rc.h |
Initial source
Diffstat (limited to 'i386/bogus/rc.h')
-rw-r--r-- | i386/bogus/rc.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/i386/bogus/rc.h b/i386/bogus/rc.h new file mode 100644 index 0000000..7bbe598 --- /dev/null +++ b/i386/bogus/rc.h @@ -0,0 +1,16 @@ +/* + * This controls whether or not we use a serial line for the console + * (ie, remote console). + */ + +/* + * Values for RCLINE: + * -1 = disable + * 0 = port 0x3f8/irq 4 (DOS COM1) + * 1 = port 0x2f8/irq 3 (DOS COM2) + * 2 = port 0x3e8/irq 5 (DOS COM3) + * 3 = port 0x2e8/irq 9 (DOS COM4) + */ + +#define RCLINE -1 /* com port for console */ +#define RCADDR 0x3f8 /* where it is */ |