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

git: kernel: Add descriptions to the intrhooks that miss them.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Jul 2012 09:34:07 -0700 (PDT)

commit 52800c9d1564b2c29ffe6d7a4ad627b55526ce97
Author: Sascha Wildner <saw@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



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