summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/libbsdport (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - callout_stop() and callout_reset() actually must return an 'int' valueTill Straumann2009-04-232-7/+63
| | | | | indicating whether a callout was pending. - added callout_active(), callout_pending(), callout_deactivate().
* - added definition for MA_NOTOWNEDTill Straumann2009-04-231-1/+2
|
* - fixed ETHER_SIOCMULTIFRAG() macro. Need to reset 'e' (error) to zero ifTill Straumann2009-04-231-2/+15
| | | | | | ether_addmulti()/ether_delmulti() return ENETRESET (which is acually an OK status). - moved mii_mediachg() dummy from libbsdport.h to libbsdport_post.h
* - added FXP driverTill Straumann2009-04-231-0/+2
|
* - added 'bootverbose' (in new 'misc.c' file)Till Straumann2009-04-233-1/+60
| | | | | - added rtems_mii_phy_probe(). This is a helper albeit RTEMS specific. Porting the whole MII/media stuff is still too much ATM.
* - reverted AC_PREREQ to 2.62Till Straumann2009-04-231-616/+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-231-0/+616
|\ | | | | included commits to RCS files with non-trunk default branches.
| * - importing original version I had sent Joel on 20090214baseTill Straumann2009-04-231-0/+616
| | | | | | | | (SLAC tag 'joel-bsd-drivers-20090214')
* | This commit was generated by cvs2svn to compensate for changes in r20, whichTill Straumann2009-04-226-13/+217
|\| | | | | included commits to RCS files with non-trunk default branches.
| * - importing updated version from SLAC as of 20090422Till Straumann2009-04-2210-63/+222
| |
* | 2009-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-202-1/+8
| | | | | | | | | | | | | | | | | | | | * 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.
* | - 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.
* | 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-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-1922-0/+2957