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

4.104.114.84.95
Last change on this file since e61df10 was a3c7123, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:51:24

2003-09-04 Joel Sherrill <joel@…>

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