CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/10/21 16:34:00
Modified files:
sys/arch/armv7/imx: if_fec.c
Log message:
Stop setting MIIF_AUTOTSLEEP in fec(4)
This can lead to tsleep in an interrupt context, which resulted in the
following panic:
kernel diagnostic assertion "p->p_wchan == NULL" failed: file
"/usr/src/sys/kern/kern_sched.c", line 333
TID PPID PGRP UID S FLAGS WAIT COMMAND
86009 0 0 0 2 0x40014200 miiaut idle0
Reported by matthieu@ with sabre lite, analysis by guenther@
ok kettenis@