cvs commit: src/sys/dev/sound/pcm sound.c src/sys/dev/sound/isa gusc.c sbc.c src/sys/dev/sound/pci csa.c

Ariff Abdullah ariff at FreeBSD.org
Fri Feb 23 19:40:14 UTC 2007


ariff       2007-02-23 19:40:13 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pcm    sound.c 
    sys/dev/sound/isa    gusc.c sbc.c 
    sys/dev/sound/pci    csa.c 
  Log:
  - Compile time compatibility for pre/post newbus API (intr filter)
    changes. This should ease the job of maintaining codebase since much
    of the regression tests are done across os versions.
  - bus_setup_intr() -> snd_setup_intr().
  
  Revision  Changes    Path
  1.19      +13 -5     src/sys/dev/sound/isa/gusc.c
  1.47      +12 -3     src/sys/dev/sound/isa/sbc.c
  1.36      +10 -4     src/sys/dev/sound/pci/csa.c
  1.110     +5 -1      src/sys/dev/sound/pcm/sound.c


More information about the cvs-src mailing list