Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2005 04:56:14 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/wi if_wi.c
Message-ID:  <200508050456.j754uEcq052428@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-08-05 04:56:14 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/wi           if_wi.c 
  Log:
  When the MAC address is reported all zeros, then error is necessarily
  0.  This means that we 'succeed' the attach, even after we've freed
  the internal data bits.  This leads to a panic when you eject the card
  with this problem.
  
  Set error = ENXIO in the mac read zeros case.
  
  Revision  Changes    Path
  1.183     +3 -1      src/sys/dev/wi/if_wi.c



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