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

Last change on this file since fa7d90e was fa7d90e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/29/03 at 13:26:59

2003-12-29 Ralf Corsepius <corsepiu@…>

  • shared/io/Makefile.am: Remove (Unused).
  • shared/Makefile.am: Remove io.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12003-12-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * shared/io/Makefile.am: Remove (Unused).
4        * shared/Makefile.am: Remove io.
5
62003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * comm/uart.h: Add extern "C" guards.
9        * pci/pcibios.h: Ditto.
10
112003-09-04      Joel Sherrill <joel@OARcorp.com>
12
13        * comm/gdb_glue.c, irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
14        irq/irq_asm.h, irq/irq_init.c: URL for license changed.
15
162003-08-21      Till Strauman <strauman@slac.stanford.edu>
17
18        PR 456/bsps
19        * irq/irq.c: Fix race condition when installing an ISR.
20
212003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
22
23        PR 428/bsps
24        PR 432/bsps
25        * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
26        is copied from motorola_shared.
27
282003-03-18      Joel Sherrill <joel@OARcorp.com>
29
30        * comm/GDB.HOWTO: Updated.
31
322002-10-31      Joel Sherrill <joel@OARcorp.com>
33
34        * comm/i386-stub.c: Fixed places where debug_error() was not called
35        with enough arguments.
36
372002-10-31      Joel Sherrill <joel@OARcorp.com>
38
39        * comm/i386-stub.c: Removed warnings.
40
412002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * pci/pcibios.c: #include <string.h>.
44
452002-08-05      Eric Norum <eric.norum@usask.ca>
46
47        * pci/pcibios.c: Per PR262, removed all asserts so probes for
48        devices that are not present will work.  This lets you have
49        multiple PCI Ethernet drivers in an application and dynamically
50        use the one for the card othat is present.
51
522002-07-16      Eric Norum <eric.norum@usask.ca>
53
54        * comm/uart.c: I am using a PC-104 card with no video output.  I
55        found that things would lock up if a printk was followed closely by
56        a printf when BSPConsolePort = BSP_UART_COM2 and
57        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
58        printf/printk calls can be intermingled with no apparent problems.
59
602002-05-01      Eric Norum <eric.norum@usask.ca>
61
62        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
63        startup/page_table.c: Per PR200 fix multi-line inline assembly
64        to satisfy gcc 3.1 and newer.
65
662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
77
782001-10-12      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/linkcmds: Fixed typo.
81
822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
85        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
86        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
87
882001-08-16      Mike Siers <mikes@poliac.com>
89
90        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
91
922001-07-03      Mike Seirs <mike@poliac.com>
93
94        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
95        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
96        default I/O mode to be IRQ.  If you want to use task I/O mode,
97        then the tty_drv.c file needs to be modified.  Basically, all
98        you need to change is the data values of the termios callbacks
99        structure.  This callback structure is used in the tty1_open
100        and tty2_open functions.  The values you need to set are commented
101        out in the source code.
102
1032001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
106        * io/Makefile.am: Ditto.
107        * irq/Makefile.am: Ditto.
108        * pci/Makefile.am: Ditto.
109
1102000-10-19      Joel Sherrill <joel@OARcorp.com>
111
112        * common/uart.h: Added prototype for BSP_uart_set_baud().
113
1142000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
115
116        * comm/uart.c (BSP_uart_init): Save more line state parameters.
117
1182000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
119
120        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
121        Add the ability to set parity, number of data bits and
122        number of stop bits to the existing i386 serial drivers.
123
1242000-10-17      Joel Sherrill <joel@OARcorp.com>
125
126        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
127        i386 RTEMS can be multilib'ed.
128
1292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * io/Makefile.am: Formatting.
132
1332000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
134
135        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
136        the i386 BSPs.
137        * shared/comm/gdb_glue.c: New file.
138        * shared/comm/i386_io.c: New file.
139        * shared/comm/tty_drv.c: New file.
140        * shared/comm/tty_drv.h: New file.
141        * shared/comm/Makefile.am: Account for new files.
142        * shared/comm/uart.c: Adds support for sending characters to
143        another "line discipline."
144
1452000-08-10      Joel Sherrill <joel@OARcorp.com>
146
147        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.