git: kernel: Add descriptions to the intrhooks that miss them.
Sascha Wildner
swildner at crater.dragonflybsd.org
Tue Jul 10 09:34:07 PDT 2012
commit 52800c9d1564b2c29ffe6d7a4ad627b55526ce97
Author: Sascha Wildner <saw at online.de>
Date: Tue Jul 10 18:33:44 2012 +0200
kernel: Add descriptions to the intrhooks that miss them.
The description is printed in the
"**WARNING** waiting for the following device to finish configuring: ..."
messages we occasionally see, from run_interrupt_driven_config_hooks(),
most of the times for xpt.
Some of them had been accidentally removed in past synchronizations with
FreeBSD (mostly by me).
Summary of changes:
sys/bus/mmc/mmc.c | 1 +
sys/dev/disk/isp/isp_freebsd.c | 1 +
sys/dev/raid/aac/aac.c | 1 +
sys/dev/raid/amr/amr.c | 1 +
sys/dev/raid/mfi/mfi.c | 1 +
sys/dev/raid/mps/mps.c | 1 +
sys/dev/raid/twe/twe_freebsd.c | 1 +
sys/dev/sound/pci/atiixp.c | 1 +
sys/dev/sound/pci/hda/hdac.c | 1 +
sys/dev/sound/pci/ich.c | 1 +
10 files changed, 10 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/52800c9d1564b2c29ffe6d7a4ad627b55526ce97
--
DragonFly BSD source repository
More information about the Commits
mailing list