summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/if_re (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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>)
* - 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-0/+1
| | | | | | | | * .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-193-0/+3902