peter       2008-04-19 07:25:57 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      machdep.c 
  Log:
  Put in a real isa_irq_pending() stub in order to remove two lines of dmesg
  noise from sio per unit.  sio likes to probe if interrupts are configured
  correctly by looking at the pending bits of the atpic in order to put a
  non-fatal warning on the console.  I think I'd rather read the pending
  bits from the apics, but I'm not sure its worth the hassle.
  
  Revision  Changes    Path
  1.684     +14 -2     src/sys/amd64/amd64/machdep.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