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

Last change on this file since 53df8ff was ba1a2ff6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:44:05

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.3 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-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
12
13        PR 428/bsps
14        PR 432/bsps
15        * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
16        is copied from motorola_shared.
17
182003-03-18      Joel Sherrill <joel@OARcorp.com>
19
20        * comm/GDB.HOWTO: Updated.
21
222002-10-31      Joel Sherrill <joel@OARcorp.com>
23
24        * comm/i386-stub.c: Fixed places where debug_error() was not called
25        with enough arguments.
26
272002-10-31      Joel Sherrill <joel@OARcorp.com>
28
29        * comm/i386-stub.c: Removed warnings.
30
312002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * pci/pcibios.c: #include <string.h>.
34
352002-08-05      Eric Norum <eric.norum@usask.ca>
36
37        * pci/pcibios.c: Per PR262, removed all asserts so probes for
38        devices that are not present will work.  This lets you have
39        multiple PCI Ethernet drivers in an application and dynamically
40        use the one for the card othat is present.
41
422002-07-16      Eric Norum <eric.norum@usask.ca>
43
44        * comm/uart.c: I am using a PC-104 card with no video output.  I
45        found that things would lock up if a printk was followed closely by
46        a printf when BSPConsolePort = BSP_UART_COM2 and
47        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
48        printf/printk calls can be intermingled with no apparent problems.
49
502002-05-01      Eric Norum <eric.norum@usask.ca>
51
52        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
53        startup/page_table.c: Per PR200 fix multi-line inline assembly
54        to satisfy gcc 3.1 and newer.
55
562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
63
642002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
67
682001-10-12      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: Fixed typo.
71
722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
75        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
76        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
77
782001-08-16      Mike Siers <mikes@poliac.com>
79
80        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
81
822001-07-03      Mike Seirs <mike@poliac.com>
83
84        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
85        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
86        default I/O mode to be IRQ.  If you want to use task I/O mode,
87        then the tty_drv.c file needs to be modified.  Basically, all
88        you need to change is the data values of the termios callbacks
89        structure.  This callback structure is used in the tty1_open
90        and tty2_open functions.  The values you need to set are commented
91        out in the source code.
92
932001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
96        * io/Makefile.am: Ditto.
97        * irq/Makefile.am: Ditto.
98        * pci/Makefile.am: Ditto.
99
1002000-10-19      Joel Sherrill <joel@OARcorp.com>
101
102        * common/uart.h: Added prototype for BSP_uart_set_baud().
103
1042000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
105
106        * comm/uart.c (BSP_uart_init): Save more line state parameters.
107
1082000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
109
110        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
111        Add the ability to set parity, number of data bits and
112        number of stop bits to the existing i386 serial drivers.
113
1142000-10-17      Joel Sherrill <joel@OARcorp.com>
115
116        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
117        i386 RTEMS can be multilib'ed.
118
1192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * io/Makefile.am: Formatting.
122
1232000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
124
125        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
126        the i386 BSPs.
127        * shared/comm/gdb_glue.c: New file.
128        * shared/comm/i386_io.c: New file.
129        * shared/comm/tty_drv.c: New file.
130        * shared/comm/tty_drv.h: New file.
131        * shared/comm/Makefile.am: Account for new files.
132        * shared/comm/uart.c: Adds support for sending characters to
133        another "line discipline."
134
1352000-08-10      Joel Sherrill <joel@OARcorp.com>
136
137        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.