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

Last change on this file since 5e1d6cb was 5e1d6cb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/08/03 at 15:37:53

2003-10-08 Ralf Corsepius <corsepiu@…>

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