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

cvs commit: src/sys/dev/sound/driver/sbc Makefile


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 5 Jan 2004 12:23:53 -0800 (PST)

dillon      2004/01/05 12:23:53 PST

DragonFly src repository

  Modified files:
    sys/dev/sound/driver/sbc Makefile 
  Log:
  When you attempt to kldload snd_sb16 and then unload it, the system crashes.
  
  the problem turns out to be in snd_pcm.  snd_sbc needs a dependancy on
  snd_pcm.  Without it, if you load a module that depends on both snd_sbc and
  snd_pcm (like snd_sb16), then later try to unload it, the system may
  unload snd_pcm before snd_sbc causing a panic.
  
  Reported-by: Galen Sampson <galen_sampson@xxxxxxxxx>, esmith <esmith@xxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.3       +2 -1      src/sys/dev/sound/driver/sbc/Makefile


http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/driver/sbc/Makefile.diff?r1=1.2&r2=1.3&f=h



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