DragonFly BSD
DragonFly commits List (threaded) for 2005-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/sound/pci ich.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 3 Feb 2005 18:57:20 -0800 (PST)

dillon      2005/02/03 18:57:20 PST

DragonFly src repository

  Modified files:
    sys/dev/sound/pci    ich.c 
  Log:
  One of the last things the system does before it tries to mount root is
  wait for interrupt-driven configuration hooks to finish.  This is one of
  the common places where the system locks up due to e.g. blown interrupt
  routing.
  
  Wait up to 60 seconds for interrupt driven hooks to complete.  Generate
  a warning every 10 seconds listing the hooks that have not yet completed.
  Name all the hook structures to make the listing meaningful.  After 60
  seconds, give up and continue booting.  The system might actually
  be useable enough to aid in debugging depending on which device failed.
  
  Revision  Changes    Path
  1.7       +1 -0      src/sys/dev/sound/pci/ich.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/pci/ich.c.diff?r1=1.6&r2=1.7&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]