CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/02/17 14:36:05
Modified files: sys/netinet6 : nd6.c Log message: The device driver ioctl code can sleep, so calling it from a timeout is *not* a good idea. Instead hand the work off expiring interface addresses off to a taskq. Fixes the "p->p_wchan == NULL" panics seen with usb ethernet adapters. tested by matthieu@ ok mpi@, stsp@