cvs commit: src/sys/dev/wi if_wi.c if_wivar.h

Warner Losh imp at FreeBSD.org
Mon Dec 8 23:41:08 PST 2003


imp         2003/12/08 23:41:07 PST

  FreeBSD src repository

  Modified files:
    sys/dev/wi           if_wi.c if_wivar.h 
  Log:
  Older versions of the intersil firmware is a lot slower than newer
  versions of the firmware.  It responds more slowly to commands, and we
  bogusly failed them.  We assume that all versions of the intersil
  firmware before 1.0 are 10 times slower and will give it 10x the time
  to finish.
  
  # for 5.2 we should always just assume 5s.
  
  Revision  Changes    Path
  1.159     +7 -1      src/sys/dev/wi/if_wi.c
  1.21      +1 -0      src/sys/dev/wi/if_wivar.h


More information about the cvs-all mailing list