cvs commit: src/sys/compat/ndis subr_ndis.c

Weongyo Jeong weongyo at FreeBSD.org
Thu May 15 04:29:29 UTC 2008


weongyo     2008-05-15 04:29:28 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      subr_ndis.c 
  Log:
  Fix a panic when it occurred during initializing the ndis driver because
  it try to read network address through ifnet structure which is NULL
  until the ndis driver's initialization is finished.
  
  Reviewed by:    thompsa
  
  Revision  Changes    Path
  1.112     +4 -0      src/sys/compat/ndis/subr_ndis.c


More information about the cvs-src mailing list