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

git: kernel - More sound kmalloc adjustments.


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 29 Jan 2011 10:06:46 -0800 (PST)

commit 7522187f9ce061fe4b182300186d4be7fbf3650d
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Jan 29 10:05:31 2011 -0800

    kernel - More sound kmalloc adjustments.
    
    * All remaining kmalloc()'s switched to M_WAITOK.  None of these should be
      using M_NOWAIT.

Summary of changes:
 sys/dev/sound/isa/ad1816.c     |    4 +-
 sys/dev/sound/isa/ess.c        |    5 +--
 sys/dev/sound/isa/gusc.c       |   27 ++++------
 sys/dev/sound/isa/mss.c        |   18 ++-----
 sys/dev/sound/isa/sb16.c       |    5 +--
 sys/dev/sound/isa/sb8.c        |    5 +--
 sys/dev/sound/isa/sbc.c        |   12 ++--
 sys/dev/sound/pci/als4000.c    |    6 +--
 sys/dev/sound/pci/atiixp.c     |    6 +--
 sys/dev/sound/pci/au88x0.c     |    5 +--
 sys/dev/sound/pci/aureal.c     |    6 +--
 sys/dev/sound/pci/cmi.c        |    7 +--
 sys/dev/sound/pci/cs4281.c     |    6 +--
 sys/dev/sound/pci/csa.c        |   14 ++----
 sys/dev/sound/pci/csapcm.c     |    4 +-
 sys/dev/sound/pci/emu10k1.c    |    4 +-
 sys/dev/sound/pci/envy24.c     |   26 ++--------
 sys/dev/sound/pci/envy24ht.c   |   36 +++-----------
 sys/dev/sound/pci/es137x.c     |    5 +--
 sys/dev/sound/pci/fm801.c      |    6 +--
 sys/dev/sound/pci/hda/hdac.c   |   35 +++-----------
 sys/dev/sound/pci/maestro.c    |    6 +--
 sys/dev/sound/pci/maestro3.c   |   12 +----
 sys/dev/sound/pci/neomagic.c   |   12 +----
 sys/dev/sound/pci/solo.c       |    5 +--
 sys/dev/sound/pci/spicds.c     |    4 +-
 sys/dev/sound/pci/t4dwave.c    |    6 +--
 sys/dev/sound/pci/via8233.c    |    5 +--
 sys/dev/sound/pci/via82c686.c  |    5 +--
 sys/dev/sound/pci/vibes.c      |    6 +--
 sys/dev/sound/usb/uaudio.c     |  104 ++++++++++------------------------------
 sys/dev/sound/usb/uaudio_pcm.c |    8 +--
 32 files changed, 96 insertions(+), 319 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7522187f9ce061fe4b182300186d4be7fbf3650d


-- 
DragonFly BSD source repository



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