summaryrefslogtreecommitdiff
path: root/dde_pcnet32
AgeCommit message (Collapse)Author
2012-02-22Clean up includesSamuel Thibault
To use the standard hurd Makeconf rules and permit external dde_* build
2012-02-19Simply use -l to link libmachdev and libddekitSamuel Thibault
2012-02-19Fix ddekit initialization. Shared linking makes initcall failSamuel Thibault
2012-02-19Dynamically link against libddekit, libhurd-slab and libbpfSamuel Thibault
2012-02-19Simplify link flags computationSamuel Thibault
2012-02-19fix linkSamuel Thibault
2012-02-18include bpf in linkSamuel Thibault
2010-08-01link DDE drivers with BPF library.Zheng Da
2010-06-15handle the case hurd is built in a separate dir.Zheng Da
if hurd is built in its source tree, nothing needs to be changed. but if hurd is built in a separate directory, BUILDDIR has to specify the path where hurd is built.
2010-06-09Fix up DDE pathsOlaf Buddenhagen
2010-06-09remove printing in dde pcnet32.Zheng Da
2010-05-31make glue code of networking more independant.Zheng Da
This change is required for block device drivers. When block device drivers are linked to the glue code, the linker should be able to perform garbage collection and exclude the code of networking from the driver programs.
2010-05-28link to libhurd-slab while building dde drivers.Zheng Da
2010-05-07remove printing in dde_e1000 and dde_pcnet32.Zheng Da
2010-02-27ignore more files.Zheng Da
2010-02-27Use pcnet32 driver in Linux 2.6.29.Zheng Da
2010-02-06remove printing in dde_pcnet32.Zheng Da
2010-02-05a new thread for device requests in dde_pcnet32.Zheng Da
2010-02-01check in dde_pcnet32.Zheng Da