Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2003 14:29:35 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ath if_ath.c if_ath_pci.c
Message-ID:  <200308132129.h7DLTZlB070332@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2003/08/13 14:29:35 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c if_ath_pci.c 
  Log:
  Close a race where ath_intr is installed and may be called before
  the HAL is setup: use sc_invalid to discard such entries into
  ath_intr.  This can easily happen if the device is assigned a shared IRQ.
  
  Revision  Changes    Path
  1.6       +3 -2      src/sys/dev/ath/if_ath.c
  1.3       +5 -0      src/sys/dev/ath/if_ath_pci.c



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