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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to