From owner-freebsd-questions Tue Apr 2 20:37:30 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA09035 for questions-outgoing; Tue, 2 Apr 1996 20:37:30 -0800 (PST) Received: from xi.dorm.umd.edu (xi.dorm.umd.edu [129.2.152.45]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA09028 for ; Tue, 2 Apr 1996 20:37:26 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by xi.dorm.umd.edu (8.7.4/8.6.12) with SMTP id XAA05452; Tue, 2 Apr 1996 23:37:21 -0500 (EST) Date: Tue, 2 Apr 1996 23:37:21 -0500 (EST) From: Sujal Patel X-Sender: smpatel@xi.dorm.umd.edu To: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= cc: freebsd-questions@freebsd.org Subject: Re: sb16 problem In-Reply-To: <199604030000.JAA02795@mail.tky007.tth.expo96.ad.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 3 Apr 1996, Masafumi NAKANE/[ISO-2022-JP] 中根雅文 wrote: > I'm having a little problem with SoundBlaster 16. I can do ``cat > foo.au >/dev/audio'' without much problem except that I get following > message on the console. > > isa_dmadone_nobounce: channel 1 not busy This is a fairly harmless informational message and you can just comment it out (/usr/src/sys/i386/isa/isa.c).. There are changes that will shortly be commited to -current that will clean this up further, but until then you can just have the kernel stop reporting the error. Sujal