summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/i82586.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move libchip to bspsSebastian Huber2018-04-041-2198/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move network define to source filesSebastian Huber2018-01-311-0/+2
| | | | | Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic.
* libchip: Use public include pathChris Johns2018-01-041-1/+1
| | | | Update #3254.
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-071-1/+0
| | | | Update #2833.
* network: Include missing <inttypes.h>Sebastian Huber2017-06-071-0/+1
| | | | Update #2833.
* libchip/network: Fixed warningAndreas Heinig2013-02-271-1/+2
|
* libnetworking: Use system eventsSebastian Huber2012-11-021-2/+2
| | | | | | | Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-0/+9
| | | | | | 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-4/+4
| | | | | * libchip/network/i82586.c: Use int32_t instead of int for 16bit-target compliance.
* 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-121-1/+1
| | | | | | * 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-1/+1
| | | | * libchip/network/i82586.c: Fix warnings for ctype methods.
* 2009-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-111-1/+1
| | | | | | * libchip/network/i82586.c: Fix warning in manner suggested by Arnout Vandecappelle <arnout@mind.be> in http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
* 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-161-1/+1
| | | | | * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate all public use of TOD conversion routines.
* *** empty log message ***Joel Sherrill2006-09-111-1/+1
|
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-011-2/+2
| | | | | | | * libchip/network/cs8900.c, libchip/network/greth.c, libchip/network/i82586.c, libchip/network/open_eth.c, libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly sized integers, and inttypes.h printf helpers.
* 2005-05-02 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-021-2/+2
| | | | | | | * 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.
* Install working version of ether_sprintf().Eric Norum2004-10-251-16/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-201-53/+53
|
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-201-1/+1
| | | | | | * libchip/network/if_media.h: Update from FreeBSD. * libchip/network/open_eth.c, libchip/network/cs8900.c, libchip/network/i82586.c: #include <errno.h>.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-2/+2
| | | | | | | | | | | * 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.
* 2002-05-07 Chris Johns <ccj@acm.org>Joel Sherrill2002-05-141-1/+7
| | | | | | * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf lengths to remove the ethernet header as the FreeBSD (RTEMS) stack requires it to be stripped.
* 2002-04-11 Chris Johns <ccj@acm.org>Joel Sherrill2002-04-131-2/+1
| | | | | | | * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver control block field to the ifconfig network driver structure. This field is needed by the i82586 driver which was ported from NetBSD as it had better hardware abstraction.
* 2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-041-0/+1
| | | | | * network/i82586.c: Include <string.h>. * network/sonic.c: Ditto.
* 2001-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-09-211-3/+4
| | | | | | | | * network/Makefile.am: Fixed typo on file name. * network/i82586.c: Commented out line 318 which is referencing a member of a structure that is not currently there. This needs to be worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments to C style.
* 2001-09-19 Chris Johns <ccj@acm.org>Joel Sherrill2001-09-191-0/+2195
* network/README.i82586, network/i82586.c, network/i82586reg.h, network/i82586var.h: New files. Network driver for Intel i82586.