summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/sonic.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-04bsps: Move libchip to bspsSebastian Huber1-1685/+0
2018-01-31bsps: Move network define to source filesSebastian Huber1-0/+2
2016-05-06sonic.c: Fix warning on gcc 6Martin Galvan1-13/+11
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-11-02libnetworking: Use system eventsSebastian Huber1-3/+3
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-04-16m68k: replace m68k_isr with rtems_isrGedare Bloom1-4/+0
2011-12-092011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+1
2011-12-082011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+4
2011-10-102011-10-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
2011-10-092011-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
2008-08-302008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+3
2007-03-132007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+3
2006-09-042006-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-5/+5
2006-09-012006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2005-05-022005-05-02 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-1/+1
2004-04-20Remove stray white spaces.Ralf Corsepius1-25/+25
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-5/+5
2004-03-232004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-16/+16
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2002-04-042002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+1
2001-03-022001-03-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+0
2000-11-132000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill1-0/+34
1999-03-24Patch from Eric Norum <eric@skatter.usask.ca> to use new networkJoel Sherrill1-16/+20
1999-03-23Modifications from Jiri Gaisler <jgais@ws.estec.esa.nl> toJoel Sherrill1-104/+128
1999-03-11Interrupt handler installed as raw handler. Problem caught byJoel Sherrill1-1/+1
1999-02-05Split SONIC chip into appropriate files for libchip'ing. The portableJoel Sherrill1-162/+30
1999-02-04Reorganized into libchip style but not yet split out into multiple filesJoel Sherrill1-152/+206
1999-02-04Works great now.Joel Sherrill1-10/+27
1999-02-02Added debug print routines for TX and RX descriptors.Joel Sherrill1-65/+89
1999-01-31Can send and receive packets but fails when TDA wraps. There appearsJoel Sherrill1-45/+112
1998-10-26Merged base line score603e BSPJoel Sherrill1-28/+28
1998-09-11Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1-408/+453
1998-08-14If 0 out the code which touches the chip in questionable ways for processingJoel Sherrill1-0/+6
1998-08-13Enable TX interrupts only when we need TDAs.Joel Sherrill1-1/+0
1998-08-13Cleaned up some debugging stuff.Joel Sherrill1-23/+15
1998-08-12Removed spurious prints and cleaned up XXX.Joel Sherrill1-11/+10
1998-08-12Added more debug information. There are probably debug prints left in.Joel Sherrill1-24/+53
1998-08-12Fixed bug where the last link of the RDA was not initialized properly.Joel Sherrill1-15/+30
1998-08-11Added SONIC_DEBUG_DESCRIPTORS and changed debug level.Joel Sherrill1-3/+11
1998-08-10Survives 16-20 packets. Appears to be ok on TX buffer management.Joel Sherrill1-11/+16
1998-08-10Added printsJoel Sherrill1-1/+2
1998-08-10Can now reply to multiple successive pings successfully without being inJoel Sherrill1-23/+18
1998-08-10replies to ping -- forced into prosmiscuous modeJoel Sherrill1-13/+21
1998-08-08Reordered some stuff.Joel Sherrill1-7/+10
1998-08-08Changed debug level.Joel Sherrill1-36/+84
1998-08-06Enabled specific types of debug info.Joel Sherrill1-31/+55
1998-08-06Changed debug enable macros to support individually enabling differentJoel Sherrill1-15/+30
1998-08-05DCR setting changed to match what the DY-4 Firmware initialized it to.Joel Sherrill1-135/+259
1998-08-03Switched to read/write register routines and added some basic debugJoel Sherrill1-94/+195