Joel Sherrill
35f9374097
2003-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>
...
PR 428/bsps
PR 432/bsps
* bootloader/pci.c: Re-instated code that prevents remapping small
IO regions, which if remapped would cause i8259 registers to move
out from under the #define'd base addresses.
* startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256
megs, I incorrectly had extended it which would cause problems with
PCI devices that defined prefetchable memory.
2003-07-18 15:52:57 +00:00
Joel Sherrill
0ffa407a2d
2003-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>
...
PR 428/bsps
PR 432/bsps
* pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
is copied from motorola_shared.
2003-07-18 15:52:41 +00:00
Joel Sherrill
3584398afe
2003-07-18 Greg Menke <gregory.menke@gsfc.nasa.gov>
...
PR 429/bsps
PR 432/bsps
* network/elnk.c: Due to a bug in the driver, if multiple packets
are queued onto an elnk board, the ISR will deadlock the device with
a tx complete interrupt. Lighter tx loads are not affected as they
end up submitting single packets to the device.
2003-07-18 15:52:26 +00:00
Joel Sherrill
fbbe5fde57
2003-07-18 Till Straumann <strauman@slac.stanford.edu>
...
PR 430/rtems
* include/rtems/score/watchdog.h: _Watchdog_Ticks_since_boot should
be a VOLATILE variable.
* src/watchdoginsert.c: 'restart' algorithm needs to enforce
reloading the list head in case a TICK interrupt during ISR_Flash()
modified the list. This is achieved by a proper VOLATILE cast.
Also _Watchdog_Sync_count++ should be protected by _ISR_Disable
(prevent corruption in case ISR calls watchdoginsert)
* src/watchdogadjust.c: ISR protection added.
* src/watchdogtickle.c: ISR protection added.
NOTE: PowerPC BSPs using the new exception processing MUST BE UPDATED
to maintain _ISR_Nest_level. See also PR288 which provides fixes
for the affected BSPs distributed with RTEMS.
2003-07-18 14:47:55 +00:00
Joel Sherrill
1dfc1b941e
Fixed formatting so scripts work.
2003-07-18 14:14:56 +00:00
Ralf Corsepius
718f9818fb
2003-07-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* src/rdbg.c: Use memset instead of bzero (deprecated).
* src/servtsp.c: Ditto.
2003-07-18 05:19:20 +00:00
Joel Sherrill
45477a3a0e
2003-07-17 Joel Sherrill <joel@OARcorp.com>
...
PR 433/tools
* mips-stub.c: Patch from C. M. Heard <heard@pobox.com > described as:
The purpose of the patch is to make the stub ignore all
characters except '+' (ack) or '-' (nak) when it has transmitted a
packet and expects an acknowledgment. Without the patch,
putpacket() will retransmit each time it receives anything other
than '+' when expecting an ack, and that, bitter experience has
found, frequently results in the stub failing to sync up when
initially attaching to gdb.
I think that rtems users will notice significant improvement in
the of the mips stub if this patch is incorporated in the
distribution; certainly I did in my stand-aline environment. I
should hasten to add that it is only an improvement and not a 100%
cure for synchronization problems because '+' characters can (and
do) during as message data, and it's still possible for these to
be mistaken as acks. I have no idea how to fix that short of
redesigning the gdb-remote protocol.
2003-07-17 21:59:42 +00:00
Joel Sherrill
d62cfdfa84
2003-07-16 Joel Sherrill <joel@OARcorp.com>
...
* ChangeLog: Correct format.
2003-07-16 19:30:25 +00:00
Ralf Corsepius
ae49cd6a3b
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
2003-07-15 15:10:51 +00:00
Ralf Corsepius
69b40b058b
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
2003-07-15 15:07:23 +00:00
Ralf Corsepius
3a032d41ab
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* config-ml.in: Partial sync with gcc-3.4's config-ml.in.
Add "autoconf-2.5x unquoting" hack.
2003-07-15 11:59:42 +00:00
Chris Johns
6ad26a95e4
PR431. MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations will wait for ever.
2003-07-14 23:17:43 +00:00
Chris Johns
1679a7b74c
MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations will wait for ever.
2003-07-14 23:13:24 +00:00
Ralf Corsepius
23557f57c4
2003-07-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* config.sub: Remove (Automatically added by automake, again).
* bootstrap: Reflect change above.
* configure.ac: Require automake >= 1.7.6.
2003-07-13 16:21:33 +00:00
Ralf Corsepius
a753ab2fbd
2003-07-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* autotools/automake-rtems.spec.in: Automake-1.7.6.
2003-07-13 16:16:27 +00:00
Ralf Corsepius
222f7bdad5
2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged into ../configure.ac).
* Makefile.am:
Reflect having merged configure.ac into ../configure.ac
2003-07-10 08:08:28 +00:00
Ralf Corsepius
ec463acb01
2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged into ../configure.ac).
* Makefile.am, ide/Makefile.am, network/Makefile.am,
rtc/Makefile.am, serial/Makefile.am:
Reflect having merged configure.ac into ../configure.ac
2003-07-10 08:07:50 +00:00
Ralf Corsepius
babba25a11
2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Merge-in libchip/configure.ac.
Merge-in optman/configure.ac.
2003-07-10 08:06:28 +00:00
Ralf Corsepius
f99dfe3728
2003-07-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* ada.am: Add .adp to SUFFIXES.
Remove c-compilation rule.
* samples/base_sp/Makefile.am: Add init.$(OBJEXT).
* samples/hello/Makefile.am: Add init.$(OBJEXT).
* samples/ticker/Makefile.am: Add init.$(OBJEXT).
* samples/ticker/Makefile.am: Remove VPATH.
* sptests/sp01/Makefile.am: Add init.$(OBJEXT).
* sptests/sp01/Makefile.am: Don't include */lib.am.
* sptests/sp01/Makefile.am: Remove VPATH.
* sptests/sp02/Makefile.am: Add init.$(OBJEXT).
* sptests/sp02/Makefile.am: Don't include */lib.am.
* sptests/sp03/Makefile.am: Add init.$(OBJEXT).
* sptests/sp03/Makefile.am: Don't include */lib.am.
* sptests/sp04/Makefile.am: Add init.$(OBJEXT).
* sptests/sp04/Makefile.am: Don't include */lib.am.
* sptests/sp04/Makefile.am: Remove EXPADA.
* sptests/sp04/Makefile.am: Remove VPATH.
* sptests/sp05/Makefile.am: Add init.$(OBJEXT).
* sptests/sp05/Makefile.am: Don't include */lib.am.
* sptests/sp06/Makefile.am: Add init.$(OBJEXT).
* sptests/sp06/Makefile.am: Don't include */lib.am.
* sptests/sp07/Makefile.am: Add init.$(OBJEXT).
* sptests/sp07/Makefile.am: Don't include */lib.am.
* sptests/sp07/Makefile.am: Remove EXPADA.
* sptests/sp08/Makefile.am: Add init.$(OBJEXT).
* sptests/sp08/Makefile.am: Don't include */lib.am.
* sptests/sp09/Makefile.am: Add init.$(OBJEXT).
* sptests/sp09/Makefile.am: Don't include */lib.am.
* sptests/sp11/Makefile.am: Add init.$(OBJEXT).
* sptests/sp11/Makefile.am: Don't include */lib.am.
* sptests/sp12/Makefile.am: Add init.$(OBJEXT).
* sptests/sp12/Makefile.am: Don't include */lib.am.
* sptests/sp13/Makefile.am: Add init.$(OBJEXT).
* sptests/sp13/Makefile.am: Don't include */lib.am.
* sptests/sp14/Makefile.am: Add init.$(OBJEXT).
* sptests/sp14/Makefile.am: Don't include */lib.am.
* sptests/sp15/Makefile.am: Add init.$(OBJEXT).
* sptests/sp15/Makefile.am: Don't include */lib.am.
* sptests/sp16/Makefile.am: Add init.$(OBJEXT).
* sptests/sp16/Makefile.am: Don't include */lib.am.
* sptests/sp17/Makefile.am: Add init.$(OBJEXT).
* sptests/sp17/Makefile.am: Don't include */lib.am.
* sptests/sp19/Makefile.am: Add init.$(OBJEXT).
* sptests/sp19/Makefile.am: Don't include */lib.am.
* sptests/sp20/Makefile.am: Add init.$(OBJEXT).
* sptests/sp20/Makefile.am: Don't include */lib.am.
* sptests/sp21/Makefile.am: Add init.$(OBJEXT).
* sptests/sp21/Makefile.am: Don't include */lib.am.
* sptests/sp22/Makefile.am: Add init.$(OBJEXT).
* sptests/sp22/Makefile.am: Don't include */lib.am.
* sptests/sp23/Makefile.am: Add init.$(OBJEXT).
* sptests/sp23/Makefile.am: Don't include */lib.am.
* sptests/sp24/Makefile.am: Add init.$(OBJEXT).
* sptests/sp24/Makefile.am: Don't include */lib.am.
* sptests/sp25/Makefile.am: Add init.$(OBJEXT).
* sptests/sp25/Makefile.am: Don't include */lib.am.
* sptests/spsize/Makefile.am: Add init.$(OBJEXT).
* sptests/spsize/Makefile.am: Don't include */lib.am.
* tmtests/tm01/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm01/Makefile.am: Don't include */lib.am.
* tmtests/tm02/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm02/Makefile.am: Don't include */lib.am.
* tmtests/tm03/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm03/Makefile.am: Don't include */lib.am.
* tmtests/tm04/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm04/Makefile.am: Don't include */lib.am.
* tmtests/tm05/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm05/Makefile.am: Don't include */lib.am.
* tmtests/tm06/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm06/Makefile.am: Don't include */lib.am.
* tmtests/tm07/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm07/Makefile.am: Don't include */lib.am.
* tmtests/tm08/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm08/Makefile.am: Don't include */lib.am.
* tmtests/tm09/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm09/Makefile.am: Don't include */lib.am.
* tmtests/tm10/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm10/Makefile.am: Don't include */lib.am.
* tmtests/tm11/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm11/Makefile.am: Don't include */lib.am.
* tmtests/tm12/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm12/Makefile.am: Don't include */lib.am.
* tmtests/tm13/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm13/Makefile.am: Don't include */lib.am.
* tmtests/tm14/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm14/Makefile.am: Don't include */lib.am.
* tmtests/tm15/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm15/Makefile.am: Don't include */lib.am.
* tmtests/tm16/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm16/Makefile.am: Don't include */lib.am.
* tmtests/tm17/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm17/Makefile.am: Don't include */lib.am.
* tmtests/tm18/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm18/Makefile.am: Don't include */lib.am.
* tmtests/tm19/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm19/Makefile.am: Don't include */lib.am.
* tmtests/tm20/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm20/Makefile.am: Don't include */lib.am.
* tmtests/tm21/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm21/Makefile.am: Don't include */lib.am.
* tmtests/tm22/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm22/Makefile.am: Don't include */lib.am.
* tmtests/tm23/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm23/Makefile.am: Don't include */lib.am.
* tmtests/tm24/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm24/Makefile.am: Don't include */lib.am.
* tmtests/tm25/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm25/Makefile.am: Don't include */lib.am.
* tmtests/tm28/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm28/Makefile.am: Don't include */lib.am.
* tmtests/tm29/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm29/Makefile.am: Don't include */lib.am.
* tmtests/tmck/Makefile.am: Add init.$(OBJEXT).
* tmtests/tmck/Makefile.am: Don't include */lib.am.
* tmtests/tmoverhd/Makefile.am: Add init.$(OBJEXT).
* tmtests/tmoverhd/Makefile.am: Don't include */lib.am.
2003-07-09 10:09:52 +00:00
Ralf Corsepius
de0ac92133
2003-07-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* ada.am: Add .adp to SUFFIXES.
Remove c-compilation rule.
* samples/base_sp/Makefile.am: Add init.$(OBJEXT).
* samples/hello/Makefile.am: Add init.$(OBJEXT).
* samples/ticker/Makefile.am: Add init.$(OBJEXT).
* samples/ticker/Makefile.am: Remove VPATH.
* sptests/sp01/Makefile.am: Add init.$(OBJEXT).
* sptests/sp01/Makefile.am: Don't include */lib.am.
* sptests/sp01/Makefile.am: Remove VPATH.
* sptests/sp02/Makefile.am: Add init.$(OBJEXT).
* sptests/sp02/Makefile.am: Don't include */lib.am.
* sptests/sp03/Makefile.am: Add init.$(OBJEXT).
* sptests/sp03/Makefile.am: Don't include */lib.am.
* sptests/sp04/Makefile.am: Add init.$(OBJEXT).
* sptests/sp04/Makefile.am: Don't include */lib.am.
* sptests/sp04/Makefile.am: Remove EXPADA.
* sptests/sp04/Makefile.am: Remove VPATH.
* sptests/sp05/Makefile.am: Add init.$(OBJEXT).
* sptests/sp05/Makefile.am: Don't include */lib.am.
* sptests/sp06/Makefile.am: Add init.$(OBJEXT).
* sptests/sp06/Makefile.am: Don't include */lib.am.
* sptests/sp07/Makefile.am: Add init.$(OBJEXT).
* sptests/sp07/Makefile.am: Don't include */lib.am.
* sptests/sp07/Makefile.am: Remove EXPADA.
* sptests/sp08/Makefile.am: Add init.$(OBJEXT).
* sptests/sp08/Makefile.am: Don't include */lib.am.
* sptests/sp09/Makefile.am: Add init.$(OBJEXT).
* sptests/sp09/Makefile.am: Don't include */lib.am.
* sptests/sp11/Makefile.am: Add init.$(OBJEXT).
* sptests/sp11/Makefile.am: Don't include */lib.am.
* sptests/sp12/Makefile.am: Add init.$(OBJEXT).
* sptests/sp12/Makefile.am: Don't include */lib.am.
* sptests/sp13/Makefile.am: Add init.$(OBJEXT).
* sptests/sp13/Makefile.am: Don't include */lib.am.
* sptests/sp14/Makefile.am: Add init.$(OBJEXT).
* sptests/sp14/Makefile.am: Don't include */lib.am.
* sptests/sp15/Makefile.am: Add init.$(OBJEXT).
* sptests/sp15/Makefile.am: Don't include */lib.am.
* sptests/sp16/Makefile.am: Add init.$(OBJEXT).
* sptests/sp16/Makefile.am: Don't include */lib.am.
* sptests/sp17/Makefile.am: Add init.$(OBJEXT).
* sptests/sp17/Makefile.am: Don't include */lib.am.
* sptests/sp19/Makefile.am: Add init.$(OBJEXT).
* sptests/sp19/Makefile.am: Don't include */lib.am.
* sptests/sp20/Makefile.am: Add init.$(OBJEXT).
* sptests/sp20/Makefile.am: Don't include */lib.am.
* sptests/sp21/Makefile.am: Add init.$(OBJEXT).
* sptests/sp21/Makefile.am: Don't include */lib.am.
* sptests/sp22/Makefile.am: Add init.$(OBJEXT).
* sptests/sp22/Makefile.am: Don't include */lib.am.
* sptests/sp23/Makefile.am: Add init.$(OBJEXT).
* sptests/sp23/Makefile.am: Don't include */lib.am.
* sptests/sp24/Makefile.am: Add init.$(OBJEXT).
* sptests/sp24/Makefile.am: Don't include */lib.am.
* sptests/sp25/Makefile.am: Add init.$(OBJEXT).
* sptests/sp25/Makefile.am: Don't include */lib.am.
* sptests/spsize/Makefile.am: Add init.$(OBJEXT).
* sptests/spsize/Makefile.am: Don't include */lib.am.
* tmtests/tm01/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm01/Makefile.am: Don't include */lib.am.
* tmtests/tm02/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm02/Makefile.am: Don't include */lib.am.
* tmtests/tm03/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm03/Makefile.am: Don't include */lib.am.
* tmtests/tm04/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm04/Makefile.am: Don't include */lib.am.
* tmtests/tm05/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm05/Makefile.am: Don't include */lib.am.
* tmtests/tm06/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm06/Makefile.am: Don't include */lib.am.
* tmtests/tm07/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm07/Makefile.am: Don't include */lib.am.
* tmtests/tm08/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm08/Makefile.am: Don't include */lib.am.
* tmtests/tm09/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm09/Makefile.am: Don't include */lib.am.
* tmtests/tm10/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm10/Makefile.am: Don't include */lib.am.
* tmtests/tm11/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm11/Makefile.am: Don't include */lib.am.
* tmtests/tm12/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm12/Makefile.am: Don't include */lib.am.
* tmtests/tm13/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm13/Makefile.am: Don't include */lib.am.
* tmtests/tm14/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm14/Makefile.am: Don't include */lib.am.
* tmtests/tm15/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm15/Makefile.am: Don't include */lib.am.
* tmtests/tm16/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm16/Makefile.am: Don't include */lib.am.
* tmtests/tm17/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm17/Makefile.am: Don't include */lib.am.
* tmtests/tm18/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm18/Makefile.am: Don't include */lib.am.
* tmtests/tm19/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm19/Makefile.am: Don't include */lib.am.
* tmtests/tm20/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm20/Makefile.am: Don't include */lib.am.
* tmtests/tm21/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm21/Makefile.am: Don't include */lib.am.
* tmtests/tm22/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm22/Makefile.am: Don't include */lib.am.
* tmtests/tm23/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm23/Makefile.am: Don't include */lib.am.
* tmtests/tm24/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm24/Makefile.am: Don't include */lib.am.
* tmtests/tm25/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm25/Makefile.am: Don't include */lib.am.
* tmtests/tm28/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm28/Makefile.am: Don't include */lib.am.
* tmtests/tm29/Makefile.am: Add init.$(OBJEXT).
* tmtests/tm29/Makefile.am: Don't include */lib.am.
* tmtests/tmck/Makefile.am: Add init.$(OBJEXT).
* tmtests/tmck/Makefile.am: Don't include */lib.am.
* tmtests/tmoverhd/Makefile.am: Add init.$(OBJEXT).
* tmtests/tmoverhd/Makefile.am: Don't include */lib.am.
2003-07-09 10:01:18 +00:00
Ralf Corsepius
fff840e493
Cleanup
2003-07-08 17:33:43 +00:00
Ralf Corsepius
7094267f6c
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged-in into ../configure.ac)
* Makefile.am, include/Makefile.am, src/Makefile.am,
src/rpc/Makefile.am, src/xdr/Makefile.am:
Reflect having merged configure.ac into ../configure.ac.
2003-07-08 17:32:18 +00:00
Joel Sherrill
499cdee946
2003-07-08 Joel Sherrill <joel@OARcorp.com>
...
* console/console.c: Correct typo.
2003-07-08 17:17:39 +00:00
Ralf Corsepius
051c0b9a4a
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* cpu/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2003-07-08 17:15:20 +00:00
Ralf Corsepius
da0fc5d2ea
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Merge-in librpc/configure.ac.
* Makefile.am: Add librpc to SUBDIRS.
Remove @subdirs@.
2003-07-08 17:08:05 +00:00
Ralf Corsepius
3ad34cadc2
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged-in into ../configure.ac)
* Makefile.am, include/Makefile.am, src/Makefile.am,
src/rpc/Makefile.am, src/xdr/Makefile.am:
Reflect having merged configure.ac into ../configure.ac.
2003-07-08 17:02:24 +00:00
Joel Sherrill
47f6eea940
2003-07-08 Joel Sherrill <joel@OARcorp.com>
...
PR 418/ada
* rtems.adb: Add missing all keyword to derefence pointer.
2003-07-08 16:38:33 +00:00
Joel Sherrill
307685b3a6
2003-07-08 Joel Sherrill <joel@OARcorp.com>
...
PR 416/bsps
* ppc403/ictrl/ictrl.c (ictrl_isr): We acknolwegde the interrupt in
interrupt controller (clr_exisr(mask)) before calling the interrupt
handler that will acnowledge the interrupt source. This results in
the interrupt beeing seen a second time by the interrupt controller.
Reported and fixed by El Kolli Yacine <yacine.elkolli@crf.canon.fr >.
2003-07-08 16:08:49 +00:00
Joel Sherrill
b5825ab0d1
2003-07-08 Joel Sherrill <joel@OARcorp.com>
...
PR 419/rtems
* src/termios.c: Removed warning.
2003-07-08 15:29:08 +00:00
Ralf Corsepius
07da959860
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Merge-in libcsupport/configure.ac.
* Makefile.am: Add libcsupport to SUBDIRS.
2003-07-08 15:27:02 +00:00
Ralf Corsepius
44c889a170
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged-in into ../configure.ac)
* Makefile.am: DOC_FILES = src/TODO src/CASES,
Reflect having merged configure.ac into ../configure.ac.
* src/config.h: New.
2003-07-08 15:25:04 +00:00
Ralf Corsepius
b422de6ce0
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Merge-in posix/configure.ac.
Merge-in itron/configure.ac.
Misc. cosmetical changes.
* Makefile.am: Add posix, itron to SUBDIRS.
2003-07-08 13:50:16 +00:00
Ralf Corsepius
13482e5dcf
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged-in into ../configure.ac)
* Makefile.am:
Reflect having merged configure.ac into ../configure.ac.
* src/config.h: New.
2003-07-08 13:46:51 +00:00
Ralf Corsepius
c1a72962ab
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* support/version.c: Reflect having remove "rtems-" from
RTEMS_VERSION.
2003-07-08 12:26:14 +00:00
Ralf Corsepius
85956f9b92
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Merge-in libnetworking/configure.ac.
Remove "rtems-" from RTEMS_VERSION.
Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
* Makefile.am: Add libmisc to SUBDIRS.
2003-07-08 12:24:02 +00:00
Ralf Corsepius
14d34d841e
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged into ../configure.ac).
* Makefile.am, libc/Makefile.am, lib/Makefile.am, wrapup/Makefile.am:
Reflect having merged configure.ac into ../configure.ac.
* kern/kern_mib.c: Use RTEMS_VERSION to setup osrelease.
2003-07-08 12:21:36 +00:00
Ralf Corsepius
e30210eaf1
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Merge-in libmisc/configure.ac.
* Makefile.am: Add libmisc to SUBDIRS.
2003-07-08 10:41:37 +00:00
Ralf Corsepius
2cc936789e
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged into ../configure.ac).
* Makefile.am:
Reflect having merged configure.ac into ../configure.ac.
* capture/config.h: New.
* capture/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* cpuuse/config.h: New.
* cpuuse/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* devnull/config.h: New.
* devnull/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* dummy/config.h: New.
* dummy/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* dumpbuf/config.h: New.
* dumpbuf/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* monitor/config.h: New.
* monitor/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* mw-fb/config.h: New.
* mw-fb/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* rtmonuse/config.h: New.
* rtmonuse/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* serdbg/config.h: New.
* serdbg/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* shell/config.h: New.
* shell/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* stackchk/config.h: New.
* stackchk/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* untar/config.h: New.
* untar/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* wrapup/Makefile.am:
Reflect having merged configure.ac into ../configure.ac.
2003-07-08 10:39:58 +00:00
Ralf Corsepius
e604ab66c5
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Merge-in libfs/configure.ac.
* Makefile.am: Add libfs to SUBDIRS.
2003-07-08 09:48:50 +00:00
Ralf Corsepius
c41c8b78b5
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged-in into ../configure.ac)
* Makefile.am, src/Makefile.am, src/dosfs/Makefile.am,
src/imfs/Makefile.am: Reflect having merged configure.ac into
../configure.ac.
* src/dosfs/config.h: New.
* src/dosfs/Makefile.am: Add config.h.
* src/imfsfs/config.h: New.
* src/imfs/Makefile.am: Add config.h.
Remove COMMON_C_FILES, DOC_FILES (Unused).
2003-07-08 09:47:21 +00:00
Ralf Corsepius
ffc144e6c0
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* src/dosfs/fat.c: include config-header "config.h".
* src/dosfs/fat_fat_operations.c: Ditto.
* src/dosfs/fat_file.c: Ditto.
* src/dosfs/msdos_conv.c: Ditto.
2003-07-08 08:58:21 +00:00
Ralf Corsepius
550c3df787
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* capture/capture-cli.c: Add config-header support.
* capture/capture.c: Add config-header support.
* cpuuse/cpuuse.c: Add config-header support.
* devnull/devnull.c: Add config-header support.
* dummy/dummy.c: Add config-header support.
* dumpbuf/dumpbuf.c: Add config-header support.
* monitor/mon-command.c: Add config-header support.
* monitor/mon-config.c: Add config-header support.
* monitor/mon-dname.c: Add config-header support.
* monitor/mon-driver.c: Add config-header support.
* monitor/mon-extension.c: Add config-header support.
* monitor/mon-itask.c: Add config-header support.
* monitor/mon-manager.c: Add config-header support.
* monitor/mon-monitor.c: Add config-header support.
* monitor/mon-mpci.c: Add config-header support.
* monitor/mon-object.c: Add config-header support.
* monitor/mon-prmisc.c: Add config-header support.
* monitor/mon-queue.c: Add config-header support.
* monitor/mon-server.c: Add config-header support.
* monitor/mon-symbols.c: Add config-header support.
* monitor/mon-task.c: Add config-header support.
* mw-fb/mw_fb.c: Add config-header support.
* mw-fb/mw_uid.c: Add config-header support.
* rtmonuse/rtmonuse.c: Add config-header support.
* serdbg/serdbg.c: Add config-header support.
* serdbg/serdbgio.c: Add config-header support.
* serdbg/termios_printk.c: Add config-header support.
* shell/cmds.c: Add config-header support.
* stackchk/check.c: Add config-header support.
* untar/untar.c: Add config-header support.
2003-07-08 08:39:16 +00:00
Ralf Corsepius
f3f0c916d5
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged into ../configure.ac).
* Makefile.am: Reflect having merged configure.ac into
../configure.ac.
2003-07-08 08:12:59 +00:00
Ralf Corsepius
9483fbf370
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Merge-in libblock/configure.ac.
* Makefile.am: Add libblock to SUBDIRS.
2003-07-08 08:12:15 +00:00
Ralf Corsepius
92ed8c28f4
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Merge-in ada/configure.ac.
* Makefile.am: Add ada to SUBDIRS.
2003-07-08 07:49:08 +00:00
Ralf Corsepius
9414746cca
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged into ../configure.ac).
* Makefile.am: Reflect having merged configure.ac into
../configure.ac.
2003-07-08 07:47:19 +00:00
Joel Sherrill
be5e8272e0
2003-07-03 Joel Sherrill <joel@OARcorp.com>
...
* SUPPORT: Fix Mark Johannes' email address.
2003-07-07 19:19:04 +00:00
Joel Sherrill
0d469f0a29
2003-07-07 Joel Sherrill <joel@OARcorp.com>
...
PR 417/rtems
* src/coresemsurrender.c: Correct incorrect check for maximum_count
reported by Sergei Organov <osv@topconrd.ru >.
2003-07-07 18:02:43 +00:00
Ralf Corsepius
d4ce70d802
2003-07-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
2003-07-07 15:45:28 +00:00
Joel Sherrill
ea19143255
2003-07-03 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-ss-20030703.
2003-07-03 14:17:36 +00:00