CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2015/07/09 07:48:54
Modified files: sys/dev/usb : if_athn_usb.c Log message: Allow more time for USB athn(4) firmware boot. It seems people on daemonforums are running into the previous 1 second timeout on some machines, which the driver will treat as fatal. Not sure if this will really fix the issue but it won't hurt. Also reported in NetBSD land which inherited our driver: http://mail-index.netbsd.org/current-users/2014/05/06/msg024793.html ok mpi@