Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 388 Bytes

This repo holds the e1000 driver extracted from FreeBSD.

Updating from upstream

In a clone of the upstream FreeBSD repo, run:

git filter-repo --subdirectory-filter sys/dev/e1000/ --force
git filter-repo --path-regex 'e1000_osdep.[ch]' --invert-paths
git filter-repo --path-regex 'e1000_*' --path 'LICENSE'