Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 1996 22:07:12 -0800 (PST)
From:      "Andrey A. Chernov" <ache>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/i386/isa/sound os.h
Message-ID:  <199601160607.WAA14762@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        96/01/15 22:07:11

  Modified:    sys/i386/isa/sound  os.h
  Log:
  sleep/wakeup macros was designed to do it on random address in the stack.
  This random address can be matched (with some probability) with another
  sleep addresses from other drivers, which can cause strange sleep/wakeup
  sequence. Rewrite this ugly code to do the right thing.
  
  Revision  Changes    Path
  1.23      +3 -4      src/sys/i386/isa/sound/os.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601160607.WAA14762>