cvs commit: src/sys/dev/nfe if_nfe.c

Pyun YongHyeon yongari at FreeBSD.org
Thu Sep 13 22:12:26 PDT 2007


yongari     2007-09-14 05:12:25 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/nfe          if_nfe.c 
  Log:
  During boot(before setting IP address) PHY can generate link state
  change interrupt if the link is established with link parter. However
  interrupt handler didn't acknowledge the interrupt if nfe(4) was not
  running at the time of interrupt delivery. This caused endless
  interrupt generation. Fix the bug by acknowledging the interrupt
  regardless of running state of the driver.
  
  PR:     kern/116295
  Submitted by:   Mark Derbyshire (mark At taom dot com)
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.21      +6 -6      src/sys/dev/nfe/if_nfe.c


More information about the cvs-src mailing list