summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/if_em (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-08-15 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-08-151-2/+2
| | | | | * if_em/31000_osdep.h: added missing 'void' return type of __out_le32() inline function.
* 2009-08-05 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-08-053-99/+140
| | | | | | | | | | | | * if_em/Makefile.am, if_em/e1000_osdep.h, if_em/if_em.c: Changed 'e1000_osdep.h' to provide stdalone I/O methods for select architectures (x86 and PPC -- others fall back on libbsdport/bus.h). This lets the low-level driver (everything except for 'if_em.c/if_em.h') API be independent of BSD networking and libbsdport which is desirable since certain applications may wish to just use the low-level API for implementing dedicated 'raw-ethernet' drivers for BSD-independent, proprietary GigE communication.
* - removed 'bootverbose' -- now defined by libbsdport.Till Straumann2009-04-231-2/+0
|
* - reverted AC_PREREQ to 2.62Till Straumann2009-04-231-563/+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/+563
|\ | | | | included commits to RCS files with non-trunk default branches.
| * - importing original version I had sent Joel on 20090214baseTill Straumann2009-04-231-0/+563
| | | | | | | | (SLAC tag 'joel-bsd-drivers-20090214')
* | This commit was generated by cvs2svn to compensate for changes in r20, whichTill Straumann2009-04-224-0/+546
|\| | | | | included commits to RCS files with non-trunk default branches.
| * - importing updated version from SLAC as of 20090422Till Straumann2009-04-224-0/+546
| |
| * 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-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-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-1930-0/+27348