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

4.104.114.84.95
Last change on this file since 7111268 was e54db8b, checked in by Jennifer Averett <Jennifer.Averett@…>, on 05/03/05 at 14:45:12

2005-05-03 Jennifer Averett <jennifer.averett@…>

  • comm/tty_drv.c: Modified to support addition of parameter to ISRs.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
2
3        * comm/tty_drv.c: Modified to support addition of parameter to ISRs.
4
52005-04-26      Joel Sherrill <joel@OARcorp.com>
6
7        * pci/pcibios.c: Reformatted.
8
92005-04-18      Eric Valette <eric.valette@free.fr>
10
11        * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: Added parameter
12        to irq handler
13
142005-03-14      Joel Sherrill <joel@OARcorp.com>
15
16        * pci/pcibios.c, pci/pcibios.h: Continue PCI API unification. All use
17        pci_find_device().
18
192005-01-04      Joel Sherrill <joel@OARcorp.com>
20
21        * comm/gdb_glue.c, irq/idt.c: Remove warnings.
22
232004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
24
25        PR 608/bsps
26        * pci/pcibios.c: BusCountPCI().
27
28
292004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
32
332004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * pci/pcibios.c: Convert to using c99 fixed size types.
36
372004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
40
412004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Add PREINSTALL_DIRS.
44
452004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
48        Add PRE/TMPINSTALL_FILES to CLEANFILES.
49
502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
53
542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * io/.cvsignore: Remove.
57        * pci/Makefile.am, irq/Makefile.am, io/Makefile.am,
58        comm/Makefile.am: Remove.
59        * Makefile.am: Merge-in Makefile.ams above.
60        Add preinstallation dirstamp support.
61
622003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * comm/uart.h: Add extern "C" guards.
65        * pci/pcibios.h: Ditto.
66
672003-09-04      Joel Sherrill <joel@OARcorp.com>
68
69        * comm/gdb_glue.c, irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
70        irq/irq_asm.h, irq/irq_init.c: URL for license changed.
71
722003-08-21      Till Strauman <strauman@slac.stanford.edu>
73
74        PR 456/bsps
75        * irq/irq.c: Fix race condition when installing an ISR.
76
772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Reflect having moved automake/.
80        * comm/Makefile.am: Reflect having moved automake/.
81        * io/Makefile.am: Reflect having moved automake/.
82        * irq/Makefile.am: Reflect having moved automake/.
83        * pci/Makefile.am: Reflect having moved automake/.
84
852003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
86
87        PR 428/bsps
88        PR 432/bsps
89        * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
90        is copied from motorola_shared.
91
922003-03-18      Joel Sherrill <joel@OARcorp.com>
93
94        * comm/GDB.HOWTO: Updated.
95
962002-10-31      Joel Sherrill <joel@OARcorp.com>
97
98        * comm/i386-stub.c: Fixed places where debug_error() was not called
99        with enough arguments.
100
1012002-10-31      Joel Sherrill <joel@OARcorp.com>
102
103        * comm/i386-stub.c: Removed warnings.
104
1052002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * pci/pcibios.c: #include <string.h>.
108
1092002-08-05      Eric Norum <eric.norum@usask.ca>
110
111        * pci/pcibios.c: Per PR262, removed all asserts so probes for
112        devices that are not present will work.  This lets you have
113        multiple PCI Ethernet drivers in an application and dynamically
114        use the one for the card othat is present.
115
1162002-07-16      Eric Norum <eric.norum@usask.ca>
117
118        * comm/uart.c: I am using a PC-104 card with no video output.  I
119        found that things would lock up if a printk was followed closely by
120        a printf when BSPConsolePort = BSP_UART_COM2 and
121        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
122        printf/printk calls can be intermingled with no apparent problems.
123
1242002-05-01      Eric Norum <eric.norum@usask.ca>
125
126        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
127        startup/page_table.c: Per PR200 fix multi-line inline assembly
128        to satisfy gcc 3.1 and newer.
129
1302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
137
1382002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
141
1422001-10-12      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds: Fixed typo.
145
1462001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
149        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
150        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
151
1522001-08-16      Mike Siers <mikes@poliac.com>
153
154        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
155
1562001-07-03      Mike Seirs <mike@poliac.com>
157
158        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
159        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
160        default I/O mode to be IRQ.  If you want to use task I/O mode,
161        then the tty_drv.c file needs to be modified.  Basically, all
162        you need to change is the data values of the termios callbacks
163        structure.  This callback structure is used in the tty1_open
164        and tty2_open functions.  The values you need to set are commented
165        out in the source code.
166
1672001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
170        * io/Makefile.am: Ditto.
171        * irq/Makefile.am: Ditto.
172        * pci/Makefile.am: Ditto.
173
1742000-10-19      Joel Sherrill <joel@OARcorp.com>
175
176        * common/uart.h: Added prototype for BSP_uart_set_baud().
177
1782000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
179
180        * comm/uart.c (BSP_uart_init): Save more line state parameters.
181
1822000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
183
184        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
185        Add the ability to set parity, number of data bits and
186        number of stop bits to the existing i386 serial drivers.
187
1882000-10-17      Joel Sherrill <joel@OARcorp.com>
189
190        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
191        i386 RTEMS can be multilib'ed.
192
1932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * io/Makefile.am: Formatting.
196
1972000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
198
199        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
200        the i386 BSPs.
201        * shared/comm/gdb_glue.c: New file.
202        * shared/comm/i386_io.c: New file.
203        * shared/comm/tty_drv.c: New file.
204        * shared/comm/tty_drv.h: New file.
205        * shared/comm/Makefile.am: Account for new files.
206        * shared/comm/uart.c: Adds support for sending characters to
207        another "line discipline."
208
2092000-08-10      Joel Sherrill <joel@OARcorp.com>
210
211        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.