cvs commit: src/sys/amd64/amd64 machdep.c

Peter Wemm peter at FreeBSD.org
Sat Apr 19 07:25:58 UTC 2008


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


More information about the cvs-src mailing list