cvs commit: src/sys/dev/sound/pci ich.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Feb 3 18:57:26 PST 2005
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
More information about the Commits
mailing list