]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
e1000: Remove redundant disable_ulp for ich8lan
authorKevin Bowling <kbowling@FreeBSD.org>
Wed, 8 Feb 2023 23:17:03 +0000 (16:17 -0700)
committerKevin Bowling <kbowling@FreeBSD.org>
Thu, 9 Feb 2023 00:24:28 +0000 (17:24 -0700)
commitd36fbdb08ff567393a698aaf16f726275901ec96
tree58316587ebefce4f704c808de0d8cb534451b7ba
parent1aa9a35f6361cc898e2323e1f2823771eb4161da
e1000: Remove redundant disable_ulp for ich8lan

This call only makes sense for ich8lan, and the shared code does it in
e1000_setup_init_funcs() above this deletion.

Obtained from: DPDK
MFC after: 2 weeks
Sponsored by: BBOX.io
Pull Request: https://github.com/freebsd/freebsd-src/pull/539
sys/dev/e1000/e1000_ich8lan.c
sys/dev/e1000/if_em.c