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

git: DragonFly_RELEASE_3_2 kernel: Add KOBJMETHOD_END and use it.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Oct 2012 06:04:50 -0700 (PDT)

commit e89f96a5b1e2bf6f4f6db1c739f64c33b472895a
Author: Sascha Wildner <saw@online.de>
Date:   Fri Oct 12 09:34:00 2012 +0200

    kernel: Add KOBJMETHOD_END and use it.

Summary of changes:
 sys/dev/sound/isa/ad1816.c        |    4 +-
 sys/dev/sound/isa/ess.c           |    4 +-
 sys/dev/sound/isa/mss.c           |    6 ++--
 sys/dev/sound/isa/sb16.c          |    4 +-
 sys/dev/sound/isa/sb8.c           |    6 ++--
 sys/dev/sound/pci/als4000.c       |    6 ++--
 sys/dev/sound/pci/atiixp.c        |    4 +-
 sys/dev/sound/pci/au88x0.c        |    4 +-
 sys/dev/sound/pci/aureal.c        |    4 +-
 sys/dev/sound/pci/cmi.c           |    4 +-
 sys/dev/sound/pci/cs4281.c        |    4 +-
 sys/dev/sound/pci/csapcm.c        |    4 +-
 sys/dev/sound/pci/ds1.c           |    6 ++--
 sys/dev/sound/pci/emu10k1.c       |    6 ++--
 sys/dev/sound/pci/envy24.c        |    6 ++--
 sys/dev/sound/pci/envy24ht.c      |    6 ++--
 sys/dev/sound/pci/es137x.c        |    8 ++--
 sys/dev/sound/pci/fm801.c         |    4 +-
 sys/dev/sound/pci/hda/hdac.c      |    4 +-
 sys/dev/sound/pci/ich.c           |    4 +-
 sys/dev/sound/pci/maestro.c       |    6 ++--
 sys/dev/sound/pci/maestro3.c      |    6 ++--
 sys/dev/sound/pci/neomagic.c      |    4 +-
 sys/dev/sound/pci/solo.c          |    4 +-
 sys/dev/sound/pci/t4dwave.c       |    6 ++--
 sys/dev/sound/pci/via8233.c       |    8 ++--
 sys/dev/sound/pci/via82c686.c     |    4 +-
 sys/dev/sound/pci/vibes.c         |    6 ++--
 sys/dev/sound/pcm/ac97.c          |    3 +-
 sys/dev/sound/pcm/fake.c          |    3 +-
 sys/dev/sound/pcm/feeder.c        |    2 +-
 sys/dev/sound/pcm/feeder_fmt.c    |   56 ++++++++++++++++++-------------------
 sys/dev/sound/pcm/feeder_rate.c   |    2 +-
 sys/dev/sound/pcm/feeder_volume.c |    4 +--
 sys/dev/sound/pcm/vchan.c         |    5 +--
 sys/dev/sound/usb/uaudio_pcm.c    |    4 +-
 sys/kern/subr_bus.c               |    2 +-
 sys/libiconv/iconv_xlat.c         |    3 +-
 sys/libiconv/iconv_xlat16.c       |    2 +-
 sys/sys/kobj.h                    |    1 +
 40 files changed, 111 insertions(+), 118 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e89f96a5b1e2bf6f4f6db1c739f64c33b472895a


-- 
DragonFly BSD source repository



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