Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2003 01:44:50 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/if_ndis if_ndis.c
Message-ID:  <200312250944.hBP9ioNg038901@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2003/12/25 01:44:50 PST

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis.c 
  Log:
  - In ndis_intr(), don't do any interrupt processing if the IFF_UP
    flag isn't set.
  - In ndis_attach(), halt the NIC before exiting the routine. Calling
    ndis_init() will bring it up again, and we don't want it running
    (and potentially generating interrupts) until we're ready to deal
    with it.
  
  Revision  Changes    Path
  1.13      +6 -9      src/sys/dev/if_ndis/if_ndis.c



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