summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/if_dc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* classic networking: do not reference BSP_irq_enabled_at_i8259s which is no ↵Pavel Pisa2016-09-201-8/+1
| | | | | | | more available on i386. This change is required to build RTEMS with classic "--enable-networking" and link applications/tests which reference RTEMS_BSP_NETWORK_DRIVER_ATTACH.
* libnetworking: Use system eventsSebastian Huber2012-11-021-1/+1
| | | | | | | Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-111-2/+1
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* 2010-06-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-031-5/+1
| | | | * libchip/network/if_dc.c: Fix warning.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-281-1/+0
| | | | * libchip/network/if_dc.c: Remove warnings.
* Move #include <rtems/pci.h> into #if *_SUPPORTED-guarded code sections.Ralf Corsepius2009-12-111-1/+1
|
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-081-4/+7
| | | | | | | * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Ensure PCI drivers are built on all supported configurations. PowerPC conditionals were not current and code was not being built on supported BSPs.
* Whitespace removal.Ralf Corsepius2009-11-301-56/+56
|
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-061-2/+2
| | | | * libchip/network/if_dc.c: Fix type mismatch.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-061-9/+17
| | | | * libchip/network/if_dc.c: Fixed warnings.
* 2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-191-1/+1
| | | | | * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-191-4/+4
| | | | | * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL. * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
* 2007-09-14 Daron Chabot <djc915@mail.usask.ca>Joel Sherrill2007-09-141-7/+7
| | | | | | * libchip/network/if_dc.c: Changed type of ISR argument to void* from rtems_interrupt_vector, to permit passing arbitrary arguments to the ISR. Clean up of variables to silence compiler warnings.
* powerpc-specific adjustments to pci-API changes.Ralf Corsepius2007-04-011-1/+1
|
* 2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-311-3/+3
| | | | | * libchip/network/dec21140.c, libchip/network/if_dc.c, libchip/network/if_fxp.c: Reflect changes to pci-API.
* Use ioctl_command_t as ioctl argument.Ralf Corsepius2007-03-301-2/+2
|
* *** empty log message ***Joel Sherrill2006-09-111-15/+15
|
* Changes from Daron ChabotEric Norum2006-02-231-43/+82
|
* Reflect mii.h and if_media.h having moved.Ralf Corsepius2005-11-141-2/+3
|
* 2005-08-18 Karel Gardas <kgardas@objectsecurity.com>Joel Sherrill2005-08-221-4/+0
| | | | | * libchip/network/if_fxp.c, libchip/network/if_dc.c, libchip/network/dec21140.c: Remove initialization of PCI bus.
* 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-161-0/+3798
* libchip/Makefile.am: Add driver for Tulip clones. * libchip/network/README.tulipclone, libchip/network/if_dc.c, libchip/network/if_dcreg.h: New files.