summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/if_em/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-202011-07-20 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann1-1/+4
* if_em/Makefile.am, if_em/e1000_osdep.h, if_em/e1000_osdep.c, if_em/if_em.c: added e1000_osdep.c which implements all os-dependent parts in a bsdnet-agnostic fashion. Hence, the low-level driver can be used w/o bsdnet. FIXES: dependency on bsdnet initialization; PCI bus header was not initialized when not used via bsdnet (lanIpBasic driver crashed).
2009-08-052009-08-05 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann1-0/+1
* 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.