Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2003 13:54:58 -0700 (PDT)
From:      John Polstra <jdp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/wi if_wi_pci.c
Message-ID:  <200307262054.h6QKsw2o079227@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         2003/07/26 13:54:58 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/wi           if_wi_pci.c 
  Log:
  Fix a couple of bugs in the resume handler.  Don't call the if_init
  function unless the device is configured up.  Without this fix, the
  device ends up in the RUNNING state even though it is configured down.
  Also, check the RUNNING flag before calling the if_start function, in
  case the if_init function failed for one reason or another.
  
  Revision  Changes    Path
  1.18      +3 -2      src/sys/dev/wi/if_wi_pci.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307262054.h6QKsw2o079227>