CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/23 00:09:36
Modified files:
sys/dev/pci : if_athn_pci.c
Log message:
task_add(NULL, blah) is a fault, fix by using task_add(systq, blah).
reported by josh grosse on misc@
