From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 00:00:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E549037B401 for ; Thu, 24 Apr 2003 00:00:14 -0700 (PDT) Received: from mail-out.ukr.net (mail-out.ukr.net [212.42.65.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4248743FDD for ; Thu, 24 Apr 2003 00:00:13 -0700 (PDT) (envelope-from mirya@ukr.net) Received: from hammer.ukr.net ([212.42.65.68]) by mail-out.ukr.net with esmtp ID 198aiG-000DX6-00; Thu, 24 Apr 2003 10:00:08 +0300 Received: from mail by hammer.ukr.net with local ID 198aiF-0005MJ-00 for questions@FreeBSD.org; Thu, 24 Apr 2003 10:00:07 +0300 Received: from [193.41.88.254] by www2.ukr.net with HTTP; Thu, 24 Apr 2003 07:00:07 +0000 (GMT) From: "Kyryll Mirnenko" To: questions@FreeBSD.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: 10.1.235.9 via proxy univ-gw.unicyb.kiev.ua [193.41.88.254] Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Date: Thu, 24 Apr 2003 10:00:07 +0300 X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *198aiF-0005MJ-00*zs2QnzJP9v2* Subject: Working with non-DMA HDDs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kyryll Mirnenko List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 07:00:15 -0000 I've got HDD without DMA which fails to be under writting for a while without pauses. Sequental (without pauses) flushing of 3-4 memory buffers to disk make it go away (ERR: device disappeared). For ex., 4.5 release installer fails with this error. I found that even the small break makes HDD work normally (as in DOS/Windows). Is there any alternative HDD driver which doesn't use memory buffer this way? Or give another solution.