source: rtems/c/src/lib/libbsp/i386/shared/ChangeLog @ 27ce642

4.104.114.84.95
Last change on this file since 27ce642 was 27ce642, checked in by Joel Sherrill <joel.sherrill@…>, on 07/16/02 at 22:30:11

2002-07-16 Eric Norum <eric.norum@…>

  • comm/uart.c: I am using a PC-104 card with no video output. I found that things would lock up if a printk was followed closely by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort = BSP_UART_COM1. With this change in place, printf/printk calls can be intermingled with no apparent problems.
  • Property mode set to 100644
File size: 3.2 KB
Line 
12002-07-16      Eric Norum <eric.norum@usask.ca>
2
3        * comm/uart.c: I am using a PC-104 card with no video output.  I
4        found that things would lock up if a printk was followed closely by
5        a printf when BSPConsolePort = BSP_UART_COM2 and
6        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
7        printf/printk calls can be intermingled with no apparent problems.
8
92002-05-01      Eric Norum <eric.norum@usask.ca>
10
11        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
12        startup/page_table.c: Per PR200 fix multi-line inline assembly
13        to satisfy gcc 3.1 and newer.
14
152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
22
232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
26
272001-10-12      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds: Fixed typo.
30
312001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
34        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
35        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
36
372001-08-16      Mike Siers <mikes@poliac.com>
38
39        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
40
412001-07-03      Mike Seirs <mike@poliac.com>
42
43        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
44        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
45        default I/O mode to be IRQ.  If you want to use task I/O mode,
46        then the tty_drv.c file needs to be modified.  Basically, all
47        you need to change is the data values of the termios callbacks
48        structure.  This callback structure is used in the tty1_open
49        and tty2_open functions.  The values you need to set are commented
50        out in the source code.
51
522001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
55        * io/Makefile.am: Ditto.
56        * irq/Makefile.am: Ditto.
57        * pci/Makefile.am: Ditto.
58
592000-10-19      Joel Sherrill <joel@OARcorp.com>
60
61        * common/uart.h: Added prototype for BSP_uart_set_baud().
62
632000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
64
65        * comm/uart.c (BSP_uart_init): Save more line state parameters.
66
672000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
68
69        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
70        Add the ability to set parity, number of data bits and
71        number of stop bits to the existing i386 serial drivers.
72
732000-10-17      Joel Sherrill <joel@OARcorp.com>
74
75        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
76        i386 RTEMS can be multilib'ed.
77
782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * io/Makefile.am: Formatting.
81
822000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
83
84        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
85        the i386 BSPs.
86        * shared/comm/gdb_glue.c: New file.
87        * shared/comm/i386_io.c: New file.
88        * shared/comm/tty_drv.c: New file.
89        * shared/comm/tty_drv.h: New file.
90        * shared/comm/Makefile.am: Account for new files.
91        * shared/comm/uart.c: Adds support for sending characters to
92        another "line discipline."
93
942000-08-10      Joel Sherrill <joel@OARcorp.com>
95
96        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.