From owner-freebsd-stable Thu Oct 4 23:59:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id 6406037B407; Thu, 4 Oct 2001 23:59:29 -0700 (PDT) Received: (from sos@localhost) by freebsd.dk (8.11.6/8.11.3) id f956xS731174; Fri, 5 Oct 2001 08:59:28 +0200 (CEST) (envelope-from sos) From: Søren Schmidt Message-Id: <200110050659.f956xS731174@freebsd.dk> Subject: Re: burncd blank freezes system for a while In-Reply-To: <20011004085334.A50784@titan.klemm.gtn.com> To: Andreas Klemm Date: Fri, 5 Oct 2001 08:59:28 +0200 (CEST) Cc: stable@FreeBSD.ORG Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Andreas Klemm wrote: > Hi Søren, > > first of all thanks for your fine burncd program. It is always my last > chance when burning audio CD's under windows 2000 fails (even with > the latest Nero and other software). Its a pity, that commercial > programs don't do the job well... You're welcome :) > My problem: whenever I blank a CD-RW, it freezes my system for a while > (perhaps ~5-10 seconds). Mouse cursor freezes under X11. But its not > during the complete blank operation. This is normal (on -stable) for now. > ad2: 43979MB [89355/16/63] at ata1-master UDMA66 > acd1: CD-RW at ata1-slave using PIO4 The above two lines says it all, you share a disk with the burner, now when the blank starts that operation blocks the ATA bus the burner is on due to the way its done in -stable (this doesn't happen on -current but the method there has other problems :) ). So if your system tries to use the disk on that same channel it has to wait until the burner releases the bus. There is no harm done, but the system is unresponsive durinf the block... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message