CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/22 04:22:37
Modified files:
sys/dev/pci : if_wpi.c if_wpivar.h
Log message:
Prevent a process from entering wpi_ioctl while another process is
tsleep'ing (for example waiting for the firmware to become alive)
in iwn_init.
ok damien@
