cvs commit: src/sys/dev/if_ndis if_ndis.c

Weongyo Jeong weongyo at FreeBSD.org
Fri May 30 07:17:52 UTC 2008


weongyo     2008-05-30 07:17:51 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis.c 
  Log:
  Fix a panic that it's occurred when NDIS init handler returned a error
  by unknown reasons.   In this case, sc->ifp is still NULL so it will
  cause a page fault during calling ndis_detach()
  
  Revision  Changes    Path
  1.140     +8 -5      src/sys/dev/if_ndis/if_ndis.c


More information about the cvs-src mailing list