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

4.104.114.84.95
Last change on this file since 3393df5e was 3393df5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 05:08:56

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • pci/pcibios.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[3393df5e]12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * pci/pcibios.c: Convert to using c99 fixed size types.
4
[602448c]52004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
8
[ba5004a]92004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Add PREINSTALL_DIRS.
12
[df1951ec]132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
16        Add PRE/TMPINSTALL_FILES to CLEANFILES.
17
[a4666cd5]182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
21
[e00c6031]222003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * io/.cvsignore: Remove.
25        * pci/Makefile.am, irq/Makefile.am, io/Makefile.am,
26        comm/Makefile.am: Remove.
27        * Makefile.am: Merge-in Makefile.ams above.
28        Add preinstallation dirstamp support.
29
[67113c7]302003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * comm/uart.h: Add extern "C" guards.
33        * pci/pcibios.h: Ditto.
34
[a3c7123]352003-09-04      Joel Sherrill <joel@OARcorp.com>
36
37        * comm/gdb_glue.c, irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
38        irq/irq_asm.h, irq/irq_init.c: URL for license changed.
39
[fe235a1e]402003-08-21      Till Strauman <strauman@slac.stanford.edu>
41
42        PR 456/bsps
43        * irq/irq.c: Fix race condition when installing an ISR.
44
[58695566]452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
[c483a4e]47        * Makefile.am: Reflect having moved automake/.
48        * comm/Makefile.am: Reflect having moved automake/.
49        * io/Makefile.am: Reflect having moved automake/.
50        * irq/Makefile.am: Reflect having moved automake/.
51        * pci/Makefile.am: Reflect having moved automake/.
[58695566]52
[0ffa407]532003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
54
55        PR 428/bsps
56        PR 432/bsps
57        * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
58        is copied from motorola_shared.
59
[c599ce7b]602003-03-18      Joel Sherrill <joel@OARcorp.com>
61
62        * comm/GDB.HOWTO: Updated.
63
[dabe72e]642002-10-31      Joel Sherrill <joel@OARcorp.com>
65
66        * comm/i386-stub.c: Fixed places where debug_error() was not called
67        with enough arguments.
68
[5c40330]692002-10-31      Joel Sherrill <joel@OARcorp.com>
70
71        * comm/i386-stub.c: Removed warnings.
72
[6ce94bc3]732002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * pci/pcibios.c: #include <string.h>.
76
[6e242f0]772002-08-05      Eric Norum <eric.norum@usask.ca>
78
79        * pci/pcibios.c: Per PR262, removed all asserts so probes for
80        devices that are not present will work.  This lets you have
81        multiple PCI Ethernet drivers in an application and dynamically
82        use the one for the card othat is present.
83
[27ce642]842002-07-16      Eric Norum <eric.norum@usask.ca>
85
86        * comm/uart.c: I am using a PC-104 card with no video output.  I
87        found that things would lock up if a printk was followed closely by
88        a printf when BSPConsolePort = BSP_UART_COM2 and
89        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
90        printf/printk calls can be intermingled with no apparent problems.
91
[55b3616]922002-05-01      Eric Norum <eric.norum@usask.ca>
93
94        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
95        startup/page_table.c: Per PR200 fix multi-line inline assembly
96        to satisfy gcc 3.1 and newer.
97
[b35593d6]982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
105
[e82e618c]1062002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
109
[87beb021]1102001-10-12      Joel Sherrill <joel@OARcorp.com>
111
112        * startup/linkcmds: Fixed typo.
113
1142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[e94ad1fe]115
[91fd38f2]116        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
117        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
118        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
119
1202001-08-16      Mike Siers <mikes@poliac.com>
121
[b9ff276c]122        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
123
1242001-07-03      Mike Seirs <mike@poliac.com>
125
[caeb33b2]126        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
127        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
128        default I/O mode to be IRQ.  If you want to use task I/O mode,
129        then the tty_drv.c file needs to be modified.  Basically, all
130        you need to change is the data values of the termios callbacks
131        structure.  This callback structure is used in the tty1_open
132        and tty2_open functions.  The values you need to set are commented
133        out in the source code.
134
1352001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
[2afd32b7]137        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
138        * io/Makefile.am: Ditto.
139        * irq/Makefile.am: Ditto.
140        * pci/Makefile.am: Ditto.
141
1422000-10-19      Joel Sherrill <joel@OARcorp.com>
143
[e6f5358]144        * common/uart.h: Added prototype for BSP_uart_set_baud().
145
1462000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
147
[75e8e04]148        * comm/uart.c (BSP_uart_init): Save more line state parameters.
149
1502000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
151
[8ad5399]152        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
153        Add the ability to set parity, number of data bits and
154        number of stop bits to the existing i386 serial drivers.
155
1562000-10-17      Joel Sherrill <joel@OARcorp.com>
157
[1fba44d]158        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
159        i386 RTEMS can be multilib'ed.
160
1612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
[278495b]163        * io/Makefile.am: Formatting.
164
1652000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
166
[b459526]167        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
168        the i386 BSPs.
169        * shared/comm/gdb_glue.c: New file.
170        * shared/comm/i386_io.c: New file.
171        * shared/comm/tty_drv.c: New file.
172        * shared/comm/tty_drv.h: New file.
173        * shared/comm/Makefile.am: Account for new files.
174        * shared/comm/uart.c: Adds support for sending characters to
175        another "line discipline."
176
1772000-08-10      Joel Sherrill <joel@OARcorp.com>
178
[e94ad1fe]179        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.