summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - reverted AC_PREREQ to 2.62Till Straumann2009-04-235-2800/+0
| | | | | - removed files that are generated by autreconf after checkout and added them to .cvsignore
* This commit was generated by cvs2svn to compensate for changes in r23, whichTill Straumann2009-04-235-0/+2800
|\ | | | | included commits to RCS files with non-trunk default branches.
| * - importing original version I had sent Joel on 20090214baseTill Straumann2009-04-235-0/+2800
| | | | | | | | (SLAC tag 'joel-bsd-drivers-20090214')
* | This commit was generated by cvs2svn to compensate for changes in r20, whichTill Straumann2009-04-2222-13/+4027
|\| | | | | included commits to RCS files with non-trunk default branches.
| * - importing updated version from SLAC as of 20090422Till Straumann2009-04-2227-64/+4033
| |
| * This commit was manufactured by cvs2svn to create branch 'base'.cvs2git2009-02-192-0/+480
| | | | | | | | | | Cherrypick from master 2009-02-19 20:05:44 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>': bsd_eth_drivers/if_em/e1000_manage.c bsd_eth_drivers/if_em/e1000_manage.h
* | 2009-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-207-2/+7563
| | | | | | | | | | | | | | | | | | | | * configure.ac, bsd_eth_drivers/Makefile.am, bsd_eth_drivers/libbsdport/alldrv.c, bsd_eth_drivers/libbsdport/libbsdport_api.h: Add first cut at Broadcomm BCM57xx driver. * bsd_eth_drivers/if_bge/.cvsignore, bsd_eth_drivers/if_bge/Makefile.am, bsd_eth_drivers/if_bge/if_bge.c, bsd_eth_drivers/if_bge/if_bgereg.h: New files.
* | - use separate #ifdef __rtems__ branch when using bus_setup_intr() becauseTill Straumann2009-02-201-1/+6
| | | | | | | | | | | | APIs are really different. - must not use INTR_FAST anymore since this will (deliberately) produce a compile-time error (see <sys/bus.h>)
* | - detect use of INTR_FAST and produce a compile-time error with aTill Straumann2009-02-201-3/+22
| | | | | | | | hint what the porter has to do.
* | - compute hashes for multicast filtering (UNTESTED)Till Straumann2009-02-201-1/+16
| |
* | - added mdio callbacks and rtems specific code to poll the phy.Till Straumann2009-02-201-12/+67
| |
* | - fixed arguments to bus_setup_intr(); 're_intr' is really whatTill Straumann2009-02-201-2/+22
| | | | | | | | | | | | | | | | the newer API calls a 'filter' -- however, it must be equipped with a proper return value. - as long as MII stuff is not implememented we fake an OK link by setting rl_link=1. - removed re_intr_check_dis(), re_intr_en()
* | 2009-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-201-23/+8
| | | | | | | | * bsd_eth_drivers/re/if_re.c: Almost runs.
* | 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-191-9/+3
| | | | | | | | * bsd_eth_drivers/libbsdport/sysbus.c: Revert Till's patch.
* | 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-192-0/+480
| | | | | | | | | | | | * bsd_eth_drivers/if_em/e1000_manage.c, bsd_eth_drivers/if_em/e1000_manage.h: New files. Missed in initial import.
* | 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-196-0/+6
|/ | | | | | | | * .cvsignore, networkconfig-qemu.h, bsd_eth_drivers/.cvsignore, bsd_eth_drivers/if_em/.cvsignore, bsd_eth_drivers/if_le/.cvsignore, bsd_eth_drivers/if_pcn/.cvsignore, bsd_eth_drivers/libbsdport/.cvsignore, bsd_eth_drivers/re/.cvsignore: New files.
* Initial import.initialJoel Sherrill2009-02-1970-0/+40258