From owner-freebsd-scsi Tue Feb 9 04:15:36 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09189 for freebsd-scsi-outgoing; Tue, 9 Feb 1999 04:15:36 -0800 (PST) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09184 for ; Tue, 9 Feb 1999 04:15:32 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id TAA16269; Tue, 9 Feb 1999 19:56:26 +1100 Date: Tue, 9 Feb 1999 19:56:26 +1100 From: Bruce Evans Message-Id: <199902090856.TAA16269@godzilla.zeta.org.au> To: dwmalone@maths.tcd.ie, freebsd-scsi@FreeBSD.ORG Subject: Re: Long vmcore dumps. Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Sorry - confused about the units for delay - that patch doesn't >help in the least! Does anyone know what is slowing it? The ide >dump code seems to go much faster even on quite old disks.... The IDE dump code normally writes 127.5K at a time. The SCSI dump code normally writes PAGE_SIZE (4K on i386's) at a time. Some drives are challenged by small synchronous i/o's. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message