]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Customer report of a panic on boot due to the old
authorJack F Vogel <jfv@FreeBSD.org>
Wed, 15 Aug 2012 17:12:40 +0000 (17:12 +0000)
committerJack F Vogel <jfv@FreeBSD.org>
Wed, 15 Aug 2012 17:12:40 +0000 (17:12 +0000)
commit252781f47d2b9c8c99d1401ac826ea289c1ba37a
tree34ec7885d4c424e0d5de59a63b1a33904f46db7c
parent07da61a6cc849ba69b93275a7af4bae5fae6b509
Customer report of a panic on boot due to the old
"m_getjcl:invalid cluster type" that occurred some
time back with the igb driver. This happens often when
booting over the net. I believe the NIC hardware is left
in a warm state when handed over to the driver, and a stray
RX interrupt happens earlier than the code is prepared for
it to happen. This change was verified to fix the problem,
its kind of a bandaid... but it is similar to what was done
in the igb code.
sys/dev/e1000/if_em.c