source: rtems/c/src/lib/libbsp/i386/shared/ChangeLog @ 55b3616

4.104.114.84.95
Last change on this file since 55b3616 was 55b3616, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 16:05:29

2002-05-01 Eric Norum <eric.norum@…>

  • console/console.c, fatal/bspfatal.c, startup/bspclean.c, startup/page_table.c: Per PR200 fix multi-line inline assembly to satisfy gcc 3.1 and newer.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12002-05-01      Eric Norum <eric.norum@usask.ca>
2
3        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
4        startup/page_table.c: Per PR200 fix multi-line inline assembly
5        to satisfy gcc 3.1 and newer.
6
72002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
14
152002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
18
192001-10-12      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds: Fixed typo.
22
232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
26        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
27        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
28
292001-08-16      Mike Siers <mikes@poliac.com>
30
31        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
32
332001-07-03      Mike Seirs <mike@poliac.com>
34
35        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
36        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
37        default I/O mode to be IRQ.  If you want to use task I/O mode,
38        then the tty_drv.c file needs to be modified.  Basically, all
39        you need to change is the data values of the termios callbacks
40        structure.  This callback structure is used in the tty1_open
41        and tty2_open functions.  The values you need to set are commented
42        out in the source code.
43
442001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
47        * io/Makefile.am: Ditto.
48        * irq/Makefile.am: Ditto.
49        * pci/Makefile.am: Ditto.
50
512000-10-19      Joel Sherrill <joel@OARcorp.com>
52
53        * common/uart.h: Added prototype for BSP_uart_set_baud().
54
552000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
56
57        * comm/uart.c (BSP_uart_init): Save more line state parameters.
58
592000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
60
61        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
62        Add the ability to set parity, number of data bits and
63        number of stop bits to the existing i386 serial drivers.
64
652000-10-17      Joel Sherrill <joel@OARcorp.com>
66
67        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
68        i386 RTEMS can be multilib'ed.
69
702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * io/Makefile.am: Formatting.
73
742000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
75
76        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
77        the i386 BSPs.
78        * shared/comm/gdb_glue.c: New file.
79        * shared/comm/i386_io.c: New file.
80        * shared/comm/tty_drv.c: New file.
81        * shared/comm/tty_drv.h: New file.
82        * shared/comm/Makefile.am: Account for new files.
83        * shared/comm/uart.c: Adds support for sending characters to
84        another "line discipline."
85
862000-08-10      Joel Sherrill <joel@OARcorp.com>
87
88        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.