summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-122-35/+25
| | | | | | * libchip/Makefile.am: Build libchip/network/smc91111. * libchip/network/smc91111.c, libchip/network/smc91111config.h: Eliminate cyg_int* crap.
* 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-092-17/+13
| | | | | * libchip/network/open_eth.c, libchip/network/open_eth.h: Merger from rtems-4-6-branch.
* 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-094-0/+2291
| | | | | | | | * libchip/network/smc91111.c libchip/network/smc91111config.h libchip/network/smc91111exp.h libchip/network/smc91111.h: New. Merger from rtems-4-6-branch. * libchip/Makefile.am: Reflect adding smc91111*.
* Reflect mii.h and if_media.h having moved.Ralf Corsepius2005-11-142-4/+5
|
* Remove (Moved to cpukit).Ralf Corsepius2005-11-142-733/+0
|
* Use libcpu/byteorder.h for i386.Ralf Corsepius2005-11-042-21/+8
|
* 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
|
* 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.
* 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-163-0/+5017
| | | | | | * 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-171-1/+1
| | | | | * ChangeLog, libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use rtems/irq.h.
* 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-061-5/+4
| | | | | * 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-033-4/+4
| | | | | | * 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-024-5/+11
| | | | | | | * 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-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().
* Add another module ID code.Eric Norum2004-11-291-0/+1
|
* 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.
* Install working version of ether_sprintf().Eric Norum2004-10-251-16/+0
|
* Add line suggested by "Eugene Denisov" <dea@sendmail.ru>.Eric Norum2004-10-111-0/+6
| | | | Prevents lockup at initialization.
* 2004-10-11 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-111-0/+1
| | | | * libchip/network/dec21140.c: include <rtems/pci.h>.
* 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-2015-306/+306
|
* 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-151-1/+0
|
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-317-44/+44
| | | | | | | | | | | * 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-238-124/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-081-2/+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.
* 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-021-82/+0
| | | | | | | * 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.
* 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-021-1/+1
| | | | | | | * ide/Makefile.am: Remove all-local: $(ARCH). * network/Makefile.am: Remove all-local: $(ARCH). * rtc/Makefile.am: Remove all-local: $(ARCH). * serial/Makefile.am: Remove all-local: $(ARCH).
* 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-011-15/+42
| | | | | | | * ide/Makefile.am: Use dirstamps for preinstallation. Reformat. * network/Makefile.am: Ditto. * rtc/Makefile.am: Ditto. * serial/Makefile.am: Ditto.
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-211-1/+0
| | | | * network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-048-8/+8
| | | | | | | | | | | | | | | | * ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c, ide/ide_ctrl.h, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h, network/cs8900.c, network/cs8900.c.bsp, network/cs8900.h, network/dec21140.c, network/elnk.c, network/open_eth.c, network/sonic.c, network/sonic.h, rtc/icm7170.c, rtc/icm7170.h, rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c, rtc/icm7170_reg8.c, rtc/m48t08.c, rtc/m48t08.h, rtc/m48t08_reg.c, rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, rtc/rtc.h, rtc/rtcprobe.c, serial/mc68681.c, serial/mc68681.h, serial/mc68681_p.h, serial/mc68681_reg.c, serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/serial.h, serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h, serial/z85c30_reg.c: URL for license changed.
* 2003-09-03 Jiri Gaisler <jiri@gaisler.com>Joel Sherrill2003-09-034-4/+991
| | | | | | | PR 477/networking * network/Makefile.am: Add driver for OpenCores NIC. * network/README.open_eth, network/open_eth.c, network/open_eth.h: New files.
* 2003-08-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-201-1/+0
| | | | * network/cs8900.c: Correct copyright statements.