From owner-cvs-sys Sun Mar 10 12:16:29 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA17007 for cvs-sys-outgoing; Sun, 10 Mar 1996 12:16:29 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA17002 Sun, 10 Mar 1996 12:16:24 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id HAA12857; Mon, 11 Mar 1996 07:11:31 +1100 Date: Mon, 11 Mar 1996 07:11:31 +1100 From: Bruce Evans Message-Id: <199603102011.HAA12857@godzilla.zeta.org.au> To: jkh@time.cdrom.com, joerg_wunsch@uriah.heep.sax.de Subject: Re: cvs commit: src/sys/i386/isa isa.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, jkh@freefall.freebsd.org, multimedia@freebsd.org Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Ick. Instead of fixing the problems, simply don't report the >> symptoms? >Not surprisingly, I thought the same thing for awhile before deciding >to commit this change. My final rationale was that this problem had >persisted for several months, was *not* very informational in nature >(the sound code works, it just gripes like this) and if nobody was >going to fix it soon then I might as well shut the silly thing up. The message also reports problems with floppy DMA. isa_dmadone() isn't called when a command is aborted. This problem has persisted for several years. Perhaps the messages should be more annoying so that things get fixed faster. Bruce