summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-0/+4
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2011-01-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-171-0/+4
| | | | * libchip/ide/ata.c: Fix spelling.
* 2011-01-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-01-171-0/+5
| | | | | * libchip/serial/ns16550.c: Install interrupt handler after TTY pointer is valid.
* 2010-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-10-251-0/+4
| | | | * libchip/ide/ata.c: Do not violate chain API.
* 2010-08-20 <yann.sionneau@telecom-sudparis.eu>Joel Sherrill2010-08-201-0/+5
| | | | | * libchip/network/greth.c, libchip/network/open_eth.c: Add constants for buffer modes.
* 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-171-0/+4
| | | | * libchip/ide/ata_internal.h: C++ compatibility.
* 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-171-0/+5
| | | | | * libchip/Makefile.am, libchip/preinstall.am: Install <libchip/ata_internal.h>.
* 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-171-0/+7
| | | | | | | * libchip/ide/ata_util.c: New file. * libchip/Makefile.am: Reflect change from above. * libchip/ide/ata.c: Moved ata_breq_init(), ata_identify_device(), and ata_process_request_on_init_phase() into new file.
* 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-171-0/+7
| | | | | | | * libchip/ide/ata_internal.h, libchip/ide/ata.c: Moved code into separate functions. Added public ata_breq_init(), ata_identify_device(), and ata_process_request_on_init_phase() functions.
* 2010-06-24 Arnout Vandecappelle <arnout@mind.be>Sebastian Huber2010-06-241-0/+6
| | | | | | PR 1586/misc * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Add retries to SD card accesses.
* 2010-06-22 Arnout Vandecappelle <arnout@mind.be>Sebastian Huber2010-06-221-0/+6
| | | | | | PR 1580/misc * libchip/i2c/spi-sd-card.c: Use bigger chunks and yield processor while waiting for read data.
* 2010-06-22 Arnout Vandecappelle <arnout@mind.be>Sebastian Huber2010-06-221-0/+6
| | | | | | PR 1579/misc * libchip/i2c/spi-sd-card.c: Gradually increasing sleep times when waiting for write to finish.
* 2010-06-22 Arnout Vandecappelle <arnout@mind.be>Sebastian Huber2010-06-221-0/+6
| | | | | | PR 1567/misc * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed timeouts.
* 2010-06-21 Arnout Vandecappelle <arnout@mind.be>Sebastian Huber2010-06-211-0/+5
| | | | | PR 1576/misc * libchip/i2c/spi-sd-card.c: Enable CRC checks.
* 2010-06-21 Arnout Vandecappelle <arnout@mind.be>Sebastian Huber2010-06-211-0/+5
| | | | | PR 1569/misc * libchip/i2c/spi-sd-card.c: Added CRC checks.
* 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-151-0/+5
| | | | | PR 1561/cpukit * aclocal/rtems-cpu-subdirs.m4: Merge SPARC64 port.
* 2010-06-14 Arnout Vandecappelle <arnout@mind.be>Sebastian Huber2010-06-141-0/+5
| | | | | PR 1557/misc * libchip/i2c/spi-sd-card.c: Fixed low capacity special case.
* 2010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-071-0/+5
| | | | | * aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
* 2010-06-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-031-0/+4
| | | | * libchip/network/if_dc.c: Fix warning.
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-0/+5
| | | | | * libchip/network/greth.c: Misc. hacks to allow compilation on 16bit targets.
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-0/+6
| | | | | | PR 1531/newlib * libchip/network/i82586.c: Add local copy of ALIGN().
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-0/+2
| | | | | * libchip/network/cs8900.c: Misc. changes to make code 16bit-target compliant.
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-0/+2
| | | | | * libchip/network/i82586.c: Use int32_t instead of int for 16bit-target compliance.
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-0/+5
| | | | | * libchip/network/open_eth.c: Misc. changes to make code 16bit-target compliant.
* 010-05-18 Chris Johns <chrisj@rtems.org>Chris Johns2010-05-181-0/+5
| | | | | * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: PR 1448/filesystem.
* 2010-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-111-0/+5
| | | | | * aclocal/bsp-alias.m4: Change quoting to work-round http://www.freebsd.org/cgi/query-pr.cgi?pr=146378.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-281-0/+4
| | | | * libchip/network/if_dc.c: Remove warnings.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-261-0/+7
| | | | | | | * libchip/serial/mc68681.c, libchip/serial/mc68681_reg.c, libchip/serial/ns16550.c, libchip/serial/serial.h, libchip/serial/z85c30.c, libchip/serial/z85c30_reg.c: Use uintptr_t or intptr_t instead of uint32_t or int32_t.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-251-0/+7
| | | | | | | * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c, libchip/rtc/icm7170.c, libchip/rtc/icm7170_reg.c, libchip/rtc/m48t08_reg.c, libchip/rtc/rtc.h: Use uintptr_t instead of uint32_t.
* 2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-101-0/+4
| | | | * libchip/serial/serial.h: Add extern "C".
* adapt _write_ functions to new prototypeThomas Doerfler2010-04-091-0/+7
|
* 2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-081-0/+5
| | | | | * libchip/ide/ata.c: Change missed use of ATA_USE_OLD_EXCEPTIONS to CPU_SIMPLE_VECTORED_INTERRUPTS.
* 2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-071-0/+5
| | | | | * libchip/ide/ata.c: Use correct macro from RTEMS to determine whether simple or PIC interrupt model.
* 2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-021-0/+4
| | | | * libchip/rtc/ds1375.c: #include <unistd.h>.
* 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-121-0/+6
| | | | | | * libchip/network/i82586.c: Readdress use of ctype methods per recommendation from D.J. Delorie on the newlib mailing list. We should pass an unsigned char into these methods.
* 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-111-0/+5
| | | | | * libchip/ide/ide_controller.c: Fix warnings for uninitialized variable.
* 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-111-0/+4
| | | | * libchip/network/i82586.c: Fix warnings for ctype methods.
* 2010-02-19 Chris Johns <chrisj@rtems.org>Chris Johns2010-02-191-0/+5
| | | | | * libchip/ide/ide_controller.c: Create the devices as block devices.
* Update of libblock API, update of tqm8xx BSPThomas Doerfler2010-01-191-0/+11
|
* Update for block device API changeThomas Doerfler2009-12-181-0/+6
|
* 2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-171-0/+5
| | | | | * libchip/network/greth.c: Eliminate unused type rtems_clock_time_value.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-111-0/+5
| | | | | * libchip/network/dec21140.c: Warning elimination (dec21140_softc->base now is an uint32_t).
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-111-0/+7
| | | | | | | PR 1483/cpukit * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if *_SUPPORTED-guarded code sections.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-081-0/+7
| | | | | | | * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Ensure PCI drivers are built on all supported configurations. PowerPC conditionals were not current and code was not being built on supported BSPs.
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-231-0/+4
| | | | * libchip/network/smc91111.c: Formatting.
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-121-0/+1
| | | | * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-121-0/+5
| | | | | * libchip/ide/ata.c (ata_non_data_request): Change arg from int to uint32_t (16bit ints are too small).
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-061-0/+1
| | | | * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-061-0/+4
| | | | * libchip/network/if_dc.c: Fix type mismatch.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-031-0/+4
| | | | * aclocal/bsp-linkcmds.m4: New.