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

4.104.114.84.95
Last change on this file since 8b3b2ef was 6266abe, checked in by Jennifer Averett <Jennifer.Averett@…>, on 05/04/05 at 19:24:41

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

  • pci/pcibios.c, pci/pcibios.h: Corrected spacing Name modifications for a generic PCI interface Added wrapper routines for pci read/write configuration data
  • Property mode set to 100644
File size: 6.6 KB
Line 
12005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
2
3        * pci/pcibios.c, pci/pcibios.h: Corrected spacing
4        Name modifications for a generic PCI interface     
5        Added wrapper routines for pci read/write configuration data
6
72005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
8
9        * comm/tty_drv.c: Modified to support addition of parameter to ISRs.
10
112005-04-26      Joel Sherrill <joel@OARcorp.com>
12
13        * pci/pcibios.c: Reformatted.
14
152005-04-18      Eric Valette <eric.valette@free.fr>
16
17        * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: Added parameter
18        to irq handler
19
202005-03-14      Joel Sherrill <joel@OARcorp.com>
21
22        * pci/pcibios.c, pci/pcibios.h: Continue PCI API unification. All use
23        pci_find_device().
24
252005-01-04      Joel Sherrill <joel@OARcorp.com>
26
27        * comm/gdb_glue.c, irq/idt.c: Remove warnings.
28
292004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
30
31        PR 608/bsps
32        * pci/pcibios.c: BusCountPCI().
33
34
352004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
38
392004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * pci/pcibios.c: Convert to using c99 fixed size types.
42
432004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
46
472004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Add PREINSTALL_DIRS.
50
512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
54        Add PRE/TMPINSTALL_FILES to CLEANFILES.
55
562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
59
602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * io/.cvsignore: Remove.
63        * pci/Makefile.am, irq/Makefile.am, io/Makefile.am,
64        comm/Makefile.am: Remove.
65        * Makefile.am: Merge-in Makefile.ams above.
66        Add preinstallation dirstamp support.
67
682003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * comm/uart.h: Add extern "C" guards.
71        * pci/pcibios.h: Ditto.
72
732003-09-04      Joel Sherrill <joel@OARcorp.com>
74
75        * comm/gdb_glue.c, irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
76        irq/irq_asm.h, irq/irq_init.c: URL for license changed.
77
782003-08-21      Till Strauman <strauman@slac.stanford.edu>
79
80        PR 456/bsps
81        * irq/irq.c: Fix race condition when installing an ISR.
82
832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Reflect having moved automake/.
86        * comm/Makefile.am: Reflect having moved automake/.
87        * io/Makefile.am: Reflect having moved automake/.
88        * irq/Makefile.am: Reflect having moved automake/.
89        * pci/Makefile.am: Reflect having moved automake/.
90
912003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
92
93        PR 428/bsps
94        PR 432/bsps
95        * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
96        is copied from motorola_shared.
97
982003-03-18      Joel Sherrill <joel@OARcorp.com>
99
100        * comm/GDB.HOWTO: Updated.
101
1022002-10-31      Joel Sherrill <joel@OARcorp.com>
103
104        * comm/i386-stub.c: Fixed places where debug_error() was not called
105        with enough arguments.
106
1072002-10-31      Joel Sherrill <joel@OARcorp.com>
108
109        * comm/i386-stub.c: Removed warnings.
110
1112002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * pci/pcibios.c: #include <string.h>.
114
1152002-08-05      Eric Norum <eric.norum@usask.ca>
116
117        * pci/pcibios.c: Per PR262, removed all asserts so probes for
118        devices that are not present will work.  This lets you have
119        multiple PCI Ethernet drivers in an application and dynamically
120        use the one for the card othat is present.
121
1222002-07-16      Eric Norum <eric.norum@usask.ca>
123
124        * comm/uart.c: I am using a PC-104 card with no video output.  I
125        found that things would lock up if a printk was followed closely by
126        a printf when BSPConsolePort = BSP_UART_COM2 and
127        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
128        printf/printk calls can be intermingled with no apparent problems.
129
1302002-05-01      Eric Norum <eric.norum@usask.ca>
131
132        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
133        startup/page_table.c: Per PR200 fix multi-line inline assembly
134        to satisfy gcc 3.1 and newer.
135
1362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
143
1442002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
147
1482001-10-12      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: Fixed typo.
151
1522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
155        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
156        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
157
1582001-08-16      Mike Siers <mikes@poliac.com>
159
160        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
161
1622001-07-03      Mike Seirs <mike@poliac.com>
163
164        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
165        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
166        default I/O mode to be IRQ.  If you want to use task I/O mode,
167        then the tty_drv.c file needs to be modified.  Basically, all
168        you need to change is the data values of the termios callbacks
169        structure.  This callback structure is used in the tty1_open
170        and tty2_open functions.  The values you need to set are commented
171        out in the source code.
172
1732001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
176        * io/Makefile.am: Ditto.
177        * irq/Makefile.am: Ditto.
178        * pci/Makefile.am: Ditto.
179
1802000-10-19      Joel Sherrill <joel@OARcorp.com>
181
182        * common/uart.h: Added prototype for BSP_uart_set_baud().
183
1842000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
185
186        * comm/uart.c (BSP_uart_init): Save more line state parameters.
187
1882000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
189
190        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
191        Add the ability to set parity, number of data bits and
192        number of stop bits to the existing i386 serial drivers.
193
1942000-10-17      Joel Sherrill <joel@OARcorp.com>
195
196        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
197        i386 RTEMS can be multilib'ed.
198
1992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * io/Makefile.am: Formatting.
202
2032000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
204
205        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
206        the i386 BSPs.
207        * shared/comm/gdb_glue.c: New file.
208        * shared/comm/i386_io.c: New file.
209        * shared/comm/tty_drv.c: New file.
210        * shared/comm/tty_drv.h: New file.
211        * shared/comm/Makefile.am: Account for new files.
212        * shared/comm/uart.c: Adds support for sending characters to
213        another "line discipline."
214
2152000-08-10      Joel Sherrill <joel@OARcorp.com>
216
217        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.