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

4.104.114.84.95
Last change on this file since 602448c was 602448c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/03/04 at 06:29:09

2004-02-03 Ralf Corsepius <corsepiu@…>

  • irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
4
52004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Add PREINSTALL_DIRS.
8
92004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
12        Add PRE/TMPINSTALL_FILES to CLEANFILES.
13
142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
17
182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * io/.cvsignore: Remove.
21        * pci/Makefile.am, irq/Makefile.am, io/Makefile.am,
22        comm/Makefile.am: Remove.
23        * Makefile.am: Merge-in Makefile.ams above.
24        Add preinstallation dirstamp support.
25
262003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * comm/uart.h: Add extern "C" guards.
29        * pci/pcibios.h: Ditto.
30
312003-09-04      Joel Sherrill <joel@OARcorp.com>
32
33        * comm/gdb_glue.c, irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
34        irq/irq_asm.h, irq/irq_init.c: URL for license changed.
35
362003-08-21      Till Strauman <strauman@slac.stanford.edu>
37
38        PR 456/bsps
39        * irq/irq.c: Fix race condition when installing an ISR.
40
412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect having moved automake/.
44        * comm/Makefile.am: Reflect having moved automake/.
45        * io/Makefile.am: Reflect having moved automake/.
46        * irq/Makefile.am: Reflect having moved automake/.
47        * pci/Makefile.am: Reflect having moved automake/.
48
492003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
50
51        PR 428/bsps
52        PR 432/bsps
53        * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
54        is copied from motorola_shared.
55
562003-03-18      Joel Sherrill <joel@OARcorp.com>
57
58        * comm/GDB.HOWTO: Updated.
59
602002-10-31      Joel Sherrill <joel@OARcorp.com>
61
62        * comm/i386-stub.c: Fixed places where debug_error() was not called
63        with enough arguments.
64
652002-10-31      Joel Sherrill <joel@OARcorp.com>
66
67        * comm/i386-stub.c: Removed warnings.
68
692002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * pci/pcibios.c: #include <string.h>.
72
732002-08-05      Eric Norum <eric.norum@usask.ca>
74
75        * pci/pcibios.c: Per PR262, removed all asserts so probes for
76        devices that are not present will work.  This lets you have
77        multiple PCI Ethernet drivers in an application and dynamically
78        use the one for the card othat is present.
79
802002-07-16      Eric Norum <eric.norum@usask.ca>
81
82        * comm/uart.c: I am using a PC-104 card with no video output.  I
83        found that things would lock up if a printk was followed closely by
84        a printf when BSPConsolePort = BSP_UART_COM2 and
85        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
86        printf/printk calls can be intermingled with no apparent problems.
87
882002-05-01      Eric Norum <eric.norum@usask.ca>
89
90        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
91        startup/page_table.c: Per PR200 fix multi-line inline assembly
92        to satisfy gcc 3.1 and newer.
93
942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
101
1022002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
105
1062001-10-12      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/linkcmds: Fixed typo.
109
1102001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
113        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
114        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
115
1162001-08-16      Mike Siers <mikes@poliac.com>
117
118        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
119
1202001-07-03      Mike Seirs <mike@poliac.com>
121
122        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
123        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
124        default I/O mode to be IRQ.  If you want to use task I/O mode,
125        then the tty_drv.c file needs to be modified.  Basically, all
126        you need to change is the data values of the termios callbacks
127        structure.  This callback structure is used in the tty1_open
128        and tty2_open functions.  The values you need to set are commented
129        out in the source code.
130
1312001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
134        * io/Makefile.am: Ditto.
135        * irq/Makefile.am: Ditto.
136        * pci/Makefile.am: Ditto.
137
1382000-10-19      Joel Sherrill <joel@OARcorp.com>
139
140        * common/uart.h: Added prototype for BSP_uart_set_baud().
141
1422000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
143
144        * comm/uart.c (BSP_uart_init): Save more line state parameters.
145
1462000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
147
148        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
149        Add the ability to set parity, number of data bits and
150        number of stop bits to the existing i386 serial drivers.
151
1522000-10-17      Joel Sherrill <joel@OARcorp.com>
153
154        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
155        i386 RTEMS can be multilib'ed.
156
1572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * io/Makefile.am: Formatting.
160
1612000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
162
163        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
164        the i386 BSPs.
165        * shared/comm/gdb_glue.c: New file.
166        * shared/comm/i386_io.c: New file.
167        * shared/comm/tty_drv.c: New file.
168        * shared/comm/tty_drv.h: New file.
169        * shared/comm/Makefile.am: Account for new files.
170        * shared/comm/uart.c: Adds support for sending characters to
171        another "line discipline."
172
1732000-08-10      Joel Sherrill <joel@OARcorp.com>
174
175        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.