From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJXit-00077A-Tw for qemu-devel@nongnu.org; Thu, 07 Apr 2005 10:11:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJXit-00074f-Ie for qemu-devel@nongnu.org; Thu, 07 Apr 2005 10:11:07 -0400 Received: from [157.193.49.13] (helo=cypress.UGent.be) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DJY9F-0002Ip-0h for qemu-devel@nongnu.org; Thu, 07 Apr 2005 10:38:21 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by cypress.UGent.be (Postfix) with ESMTP id 55D3538262F for ; Thu, 7 Apr 2005 16:37:40 +0200 (CEST) Received: from cypress.UGent.be ([127.0.0.1]) by localhost (gibbon.UGent.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08818-07 for ; Thu, 7 Apr 2005 16:37:40 +0200 (CEST) Received: from trappist.elis.UGent.be (trappist.elis.UGent.be [157.193.204.1]) by cypress.UGent.be (Postfix) with ESMTP id 091F0382633 for ; Thu, 7 Apr 2005 16:37:40 +0200 (CEST) Received: from [157.193.206.33] (bigmac.elis.UGent.be [157.193.206.33]) by trappist.elis.UGent.be (8.11.6/8.11.6) with ESMTP id j37EbdC13024 for ; Thu, 7 Apr 2005 16:37:39 +0200 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: References: <20050407134702.TSKB18351.lakermmtao08.cox.net@smtp.east.cox.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <73e6cee1f849f2255e17061ee82b7ed1@elis.ugent.be> Content-Transfer-Encoding: 7bit From: Jonas Maebe Subject: Re: [Qemu-devel] More Solaris QEMU hosting weirdness Date: Thu, 7 Apr 2005 16:37:39 +0200 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 7 apr 2005, at 16:30, malc wrote: > This is normal. Almost all writes to mixer are silenetly ignored, > and as for not understood, well they are, and i wasn't able to > find any documentation. Does DosBox also not support them? (http://dosbox.sourceforge.net) dosbox/src/hardware/sblaster.cpp contains a lot of mixer-related stuff at least. Jonas