diff options
author | jfv <jfv@FreeBSD.org> | 2008-03-01 03:58:49 +0000 |
---|---|---|
committer | jfv <jfv@FreeBSD.org> | 2008-03-01 03:58:49 +0000 |
commit | 6b66e3cf88d32721501951833d4c04f8cb7b47e4 (patch) | |
tree | 4e66fefd8e8d8523779c5253981ce404ea0ae968 | |
parent | a343e3dc53f9163864ddbd6ce12bb346a4ecf60b (diff) | |
download | FreeBSD-src-6b66e3cf88d32721501951833d4c04f8cb7b47e4.zip FreeBSD-src-6b66e3cf88d32721501951833d4c04f8cb7b47e4.tar.gz |
Somehow missed the stanza for 575 in the em driver
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4f62683..36abb5d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -622,8 +622,6 @@ dev/em/e1000_82543.c optional em \ compile-with "${NORMAL_C} -I$S/dev/em" dev/em/e1000_82571.c optional em \ compile-with "${NORMAL_C} -I$S/dev/em" -dev/em/e1000_82575.c optional em \ - compile-with "${NORMAL_C} -I$S/dev/em" dev/em/e1000_api.c optional em \ compile-with "${NORMAL_C} -I$S/dev/em" dev/em/e1000_ich8lan.c optional em \ |