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

4.104.114.84.95
Last change on this file since 58695566 was 58695566, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:56:47

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
comm/Makefile.am: Reflect having moved automake.
io/Makefile.am: Reflect having moved automake.
irq/Makefile.am: Reflect having moved automake.
pci/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 4.3 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4        comm/Makefile.am: Reflect having moved automake.
5        io/Makefile.am: Reflect having moved automake.
6        irq/Makefile.am: Reflect having moved automake.
7        pci/Makefile.am: Reflect having moved automake.
8
92003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
10
11        PR 428/bsps
12        PR 432/bsps
13        * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
14        is copied from motorola_shared.
15
162003-03-18      Joel Sherrill <joel@OARcorp.com>
17
18        * comm/GDB.HOWTO: Updated.
19
202002-10-31      Joel Sherrill <joel@OARcorp.com>
21
22        * comm/i386-stub.c: Fixed places where debug_error() was not called
23        with enough arguments.
24
252002-10-31      Joel Sherrill <joel@OARcorp.com>
26
27        * comm/i386-stub.c: Removed warnings.
28
292002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * pci/pcibios.c: #include <string.h>.
32
332002-08-05      Eric Norum <eric.norum@usask.ca>
34
35        * pci/pcibios.c: Per PR262, removed all asserts so probes for
36        devices that are not present will work.  This lets you have
37        multiple PCI Ethernet drivers in an application and dynamically
38        use the one for the card othat is present.
39
402002-07-16      Eric Norum <eric.norum@usask.ca>
41
42        * comm/uart.c: I am using a PC-104 card with no video output.  I
43        found that things would lock up if a printk was followed closely by
44        a printf when BSPConsolePort = BSP_UART_COM2 and
45        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
46        printf/printk calls can be intermingled with no apparent problems.
47
482002-05-01      Eric Norum <eric.norum@usask.ca>
49
50        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
51        startup/page_table.c: Per PR200 fix multi-line inline assembly
52        to satisfy gcc 3.1 and newer.
53
542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
61
622002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
65
662001-10-12      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds: Fixed typo.
69
702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
73        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
74        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
75
762001-08-16      Mike Siers <mikes@poliac.com>
77
78        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
79
802001-07-03      Mike Seirs <mike@poliac.com>
81
82        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
83        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
84        default I/O mode to be IRQ.  If you want to use task I/O mode,
85        then the tty_drv.c file needs to be modified.  Basically, all
86        you need to change is the data values of the termios callbacks
87        structure.  This callback structure is used in the tty1_open
88        and tty2_open functions.  The values you need to set are commented
89        out in the source code.
90
912001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
94        * io/Makefile.am: Ditto.
95        * irq/Makefile.am: Ditto.
96        * pci/Makefile.am: Ditto.
97
982000-10-19      Joel Sherrill <joel@OARcorp.com>
99
100        * common/uart.h: Added prototype for BSP_uart_set_baud().
101
1022000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
103
104        * comm/uart.c (BSP_uart_init): Save more line state parameters.
105
1062000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
107
108        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
109        Add the ability to set parity, number of data bits and
110        number of stop bits to the existing i386 serial drivers.
111
1122000-10-17      Joel Sherrill <joel@OARcorp.com>
113
114        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
115        i386 RTEMS can be multilib'ed.
116
1172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * io/Makefile.am: Formatting.
120
1212000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
122
123        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
124        the i386 BSPs.
125        * shared/comm/gdb_glue.c: New file.
126        * shared/comm/i386_io.c: New file.
127        * shared/comm/tty_drv.c: New file.
128        * shared/comm/tty_drv.h: New file.
129        * shared/comm/Makefile.am: Account for new files.
130        * shared/comm/uart.c: Adds support for sending characters to
131        another "line discipline."
132
1332000-08-10      Joel Sherrill <joel@OARcorp.com>
134
135        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.