Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2007 00:23:38 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/le am7990.c am79900.c
Message-ID:  <200712300023.lBU0NcNP010634@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2007-12-30 00:23:38 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/le           am7990.c am79900.c 
  Log:
  Correct the comments in am7990_intr() and am79900_intr(); it's not
  possible to end up in the interrupt handler again while processing the
  previous RX interrupt in ifp->if_input() because the MD interrupt code
  disables the delivery of the respective interrupt until all associated
  handlers were called (in the INTR_FILTER case the MI code supposedly
  does the same). Toggling the NIC interrupt enable bit in these handlers
  still is necessary though as some chips (f.e. the VMware emulated one)
  require this to be done in order to keep issuing interrupts.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.5       +3 -4      src/sys/dev/le/am7990.c
  1.5       +3 -4      src/sys/dev/le/am79900.c



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