summaryrefslogtreecommitdiffstats
path: root/c/src/libchip (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reflect mii.h and if_media.h having moved.Ralf Corsepius2005-11-142-4/+5
|
* Regenerate.Ralf Corsepius2005-11-141-8/+0
|
* Reflect having moved libchip/network/mii.h and libchip/network/if_media.h.Ralf Corsepius2005-11-141-2/+2
|
* Remove (Moved to cpukit).Ralf Corsepius2005-11-142-733/+0
|
* Eliminate obsolete types.Ralf Corsepius2005-11-062-3/+3
|
* Use libcpu/byteorder.h for i386.Ralf Corsepius2005-11-042-21/+8
|
* CosmeticsRalf Corsepius2005-11-041-1/+2
|
* Regenerate.Ralf Corsepius2005-11-041-8/+9
|
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-036-0/+307
| | | | | | | | | * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h, libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files. * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am: added a simple API/library for i2c devices and drivers for i2c 2-byte eeproms and a ds1621 temperature sensor; API is documented in libi2c.h
* Numerous changes and cleanups to support MVME2100.Eric Norum2005-10-201-1/+1
|
* Include <errno.h> instead of <sys/errno.h>.Ralf Corsepius2005-09-191-1/+1
|
* Regenerate.Ralf Corsepius2005-09-191-1/+4
|
* 2005-08-18 Karel Gardas <kgardas@objectsecurity.com>Joel Sherrill2005-08-223-17/+0
| | | | | * libchip/network/if_fxp.c, libchip/network/if_dc.c, libchip/network/dec21140.c: Remove initialization of PCI bus.
* Regenerate.Ralf Corsepius2005-08-151-0/+4
|
* 2005-07-18 Karel Gardas <kgardas@objectsecurity.com>Joel Sherrill2005-07-181-1/+1
| | | | | * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from UNTESTED to tested.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-171-7/+22
| | | | | | * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ interface. Also correct attempting to build on other than PowerPC and x86.
* 2005-06-16 Daron Chabot <daron@nucleus.usask.ca>Joel Sherrill2005-06-164-3/+5021
| | | | | | * libchip/Makefile.am: Add driver for Tulip clones. * libchip/network/README.tulipclone, libchip/network/if_dc.c, libchip/network/if_dcreg.h: New files.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-172-2/+2
| | | | | * ChangeLog, libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use rtems/irq.h.
* Include preinstall.am.Ralf Corsepius2005-05-111-123/+4
|
* New.Ralf Corsepius2005-05-111-0/+123
|
* 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-064-8/+7
| | | | | * libchip/network/open_eth.c, libchip/serial/mc68681.c, libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
* 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-063-12/+2
| | | | | * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
* 2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-042-33/+11
| | | | | * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation of code as a result of the implementation of a common PCI interface.
* 2005-05-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-041-6/+0
| | | | * libchip/network/open_eth.c: Remove prototype of set_vector.
* 2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-034-5/+5
| | | | | | * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_fxp.c, libchip/serial/mc68681.c: Modified parameter list to remove warnings.
* 2005-05-02 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-025-6/+12
| | | | | | | * libchip/network/cs8900.c, libchip/network/i82586.c, libchip/network/open_eth.c, libchip/network/sonic.c, libchip/serial/mc68681.c: Modified types to remove warnings. Added initialization to remove warnings.
* 2005-04-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-281-2/+122
| | | | | * libchip/network/README.sonic: Rewritten to account for removal of dmv177.
* 2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-281-1/+1
| | | | | PR 781/rtems_misc * libchip/serial/ns16550_p.h: Fix baud rate calculation
* 2005-04-25 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-251-2/+16
| | | | | * libchip/serial/ns16550.c: Fixed warnings generated in various powerpc configurations
* 2005-04-18 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-181-0/+63
| | | | | * libchip/serial/ns16550.c: Modified ISR to work with PPC new exception processing
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-143-65/+28
| | | | | | | * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_fxp.c: Continue PCI API unification. All use pci_find_device(). Network drivers manufacture a signature since all calls have not been converted yet.
* 2005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-042-4/+4
| | | | | * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI initialize function part of the unified PCI API as pci_initialize().
* 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.