summaryrefslogtreecommitdiffstats
path: root/c/src/libchip (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics.Ralf Corsepius2005-01-281-2/+1
|
* 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-221-2/+2
| | | | * libchip/rtc/rtc.h: size_t RTC_Count.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-071-5/+5
| | | | | | | | * libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-021-66/+11
| | | | | | * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am support/Makefile.am, wrapup/Makefile.am: Remove build-variant support.
* Add another module ID code.Eric Norum2004-11-291-0/+1
|
* 2004-11-22 Joel Sherrill <joel@OARcorp.com>Jennifer Averett2004-11-221-0/+7
| | | | | | PR 693/misc * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with in/outport routines.
* 2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:Ralf Corsepius2004-11-205-34/+35
| | | | | | | | | | | PR 703/filesystem * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c, libchip/ide/ide_controller.c: Move definitions for ATA modes into ide_ctrl_cfg.h, to make them available for BSPS/device drivers. Extend the "modes_available" and "mode_active" parameters to uint16_t for UDMA support.
* 2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>Joel Sherrill2004-11-101-13/+13
| | | | | * libchip/network/dec21140.c: Cleanup a bit and remove message about not supported on PowerPC since it works on the MVME2100 BSP.
* 2004-11-03 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-031-1/+0
| | | | | * libchip/rtc/mc146818a.c: Don't include <bsp.h> (Thanks to Lars Munch <lars@segv.dk> for catching this).
* Install working version of ether_sprintf().Eric Norum2004-10-251-16/+0
|
* Add prototype for device-specific probe routine.Eric Norum2004-10-211-0/+3
|
* 2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-213-19/+19
| | | | | * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h, libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
* 2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-191-1/+6
| | | | * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
* Don't get duplication rtc_probe() definitions.Eric Norum2004-10-111-1/+1
|
* Add line suggested by "Eugene Denisov" <dea@sendmail.ru>.Eric Norum2004-10-111-0/+6
| | | | Prevents lockup at initialization.
* Add libchip driver for Motorola MC146818A time-of-day clock chip.Eric Norum2004-10-116-3/+301
| | | | Modify i386/pc386 BSP to use this driver.
* 2004-10-11 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-111-0/+1
| | | | * libchip/network/dec21140.c: include <rtems/pci.h>.
* 2004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-291-4/+1
| | | | | | * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h, libnetworking/pppd/utils.c: i960 obsoleted and all references removed.
* 2004-04-09 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2004-09-271-8/+3
| | | | | | PR 607/networking * libchip/network/dec21140.c: Made PCI configuration minimum sane instead of fully specifying unused PCI features.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-251-1/+2
| | | | * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
* 2004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-213-36/+39
| | | | | | | | | | | | * PR/625/networking * libchip/network/dec21140.c, ... : Prevent name clashes by making 'ld_le32()' etc. static inlines. Let dec21140 attach routine return an error rather than panic if no chip is detected (thus allowing for probing). * libchip/network/elnk.c: Let elnk bail out if autoneg never completes instead of looping forever. Avoid divide by zero (crashed my PC). * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that they are UNTESTED.
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-222-0/+2
| | | | | * libchip/network/dec21140.c, libchip/network/elnk.c: #include <errno.h>.
* Remove stray white spaces.Ralf Corsepius2004-04-2051-788/+788
|
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-204-31/+124
| | | | | | * libchip/network/if_media.h: Update from FreeBSD. * libchip/network/open_eth.c, libchip/network/cs8900.c, libchip/network/i82586.c: #include <errno.h>.
* Remove stray white spaces.Ralf Corsepius2004-04-1523-31/+0
|
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-014-4/+4
| | | | | | | | | | * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>. * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>. * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>. * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>. * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>. * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-3115-81/+81
| | | | | | | | | | | * libchip/ide/ata.c, libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/i82586.c, libchip/network/if_fxp.c, libchip/network/if_fxpvar.h, libchip/network/open_eth.c, libchip/network/sonic.c, libchip/rtc/icm7170.c, libchip/serial/ns16550.c, libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/init.c, libchip/shmdr/intr.c, libchip/shmdr/shm_driver.h: Cosmetics.
* 2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-231-1153/+0
| | | | | PR/589 rtems * libchip/network/pci.h: Remove (Moved to cpukit).
* 2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-2350-487/+487
| | | | | | | | | | | | | | | | | | | | | | | | | | * libchip/ide/ata.c, libchip/ide/ata_internal.h, libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c, libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_fxp.c, libchip/network/open_eth.c, libchip/network/open_eth.h, libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c, libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c, libchip/serial/ns16550_p.h, libchip/serial/serial.h, libchip/serial/z85c30.c, libchip/serial/z85c30.h, libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c, libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c, libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c, libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99 fixed-size types.
* Updated the BSP example code.Chris Johns2004-03-142-186/+442
|
* Changes made to support the DIMMPC. This is a pc396 target with IO portChris Johns2004-03-142-304/+607
| | | | | | support. Minor formating clean up. Add documentation to the header file.
* The CS8900 driver is documented in the cs8900.h header file.Chris Johns2004-03-141-17/+2
|
* 2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-091-11/+8
| | | | | * libchip/network/dec21140.c: Use __PPC__ instead of __PPC. Cosmetics.
* UnusedRalf Corsepius2004-03-085-10/+0
|
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-051-0/+18
| | | | | | * libchipnetwork/open_eth.c: Remove warnings by conditionally compiling this file only only those CPU families with supported exception models.
* 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-201-1/+1
| | | | | | * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, wrapup/Makefile.am: Fix automake problems having been introduced in previous patch.
* 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-191-1/+1
| | | | | | | | | * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am: Preinstall dirs. * wrapup/Makefile.am: Preinstall dirs. Cosmetics. * aclocal/check-multiprocessing.m4: Cosmetics. * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT. * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
* 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-091-1/+0
| | | | | | | * libchip/Makefile.am: Don't include lib.am. * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove unnecessary EXTRA_DISTs.
* 2004-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-231-402/+0
| | | | | * ChangeLog: Merge-in optman/ChangeLog. * libchip/ChangeLog: Remove.
* Cleanup ChangeLog.Ralf Corsepius2004-01-231-131/+104
|
* 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-212-2/+8
| | | | * Makefile.am: Add PREINSTALL_DIRS.
* 2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-152-1/+5
| | | | * Makefile.am: Fix typo in previous patch.
* 2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-152-93/+83
| | | | * Makefile.am: Use automake compilation rules.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-142-0/+12
| | | | | * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
* 2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-182-7/+55
| | | | * Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
* 2003-12-18 Joel Sherrill <joel@OARcorp.com>Ralf Corsepius2003-12-181-0/+8
| | | | | | | | * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c, shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c, shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c, shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c, shmdr/setckvec.c, shmdr/shm_driver.h: Copied from libbsp/shmdr.
* 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-132-6/+10
| | | | * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-122-6/+13
| | | | * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
* 2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-092-8/+11
| | | | * Makefile.am: Fix variant-tmpinstall support.
* 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-026-260/+233
| | | | | | | * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: Remove. * Makefile.am: Merge-in Makefile.am above. Add preinstallation + compilation dirstamp support.