From owner-freebsd-questions Wed Aug 12 01:20:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17975 for freebsd-questions-outgoing; Wed, 12 Aug 1998 01:20:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailgw1.fhg.de (mailgw1.fhg.de [153.96.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17892 for ; Wed, 12 Aug 1998 01:20:07 -0700 (PDT) (envelope-from runge@egd.igd.fhg.de) Received: by mailgw1.fhg.de (fhg.de); Wed, 12 Aug 1998 10:19:37 +0200 (MET DST) X-ENV: (mailgw1.fhg.de) runge@egd.igd.fhg.de -> freebsd-questions@freebsd.ORG.VIA-SMTP X-BULK-CHECK-980812.10.14.04: egd.egd.igd.fhg.de [153.96.43.2] Received: by mailgw1.fhg.de (fhg.de) with SMTP; Wed, 12 Aug 1998 10:13:48 +0200 (MET DST) from brussel.egd.igd.fhg.de Received: by brussel.egd.igd.fhg.de; Wed, 12 Aug 98 10:11:31 +0200 Message-Id: <35D14E33.98645E0A@rostock.zgdv.de> Date: Wed, 12 Aug 1998 10:11:31 +0200 From: Thomas Runge Organization: http://www.rostock.zgdv.de X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.6 sun4u) Mime-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Aladdin V boards trouble Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there. I've got a new Aladdin V based board. It has onboard PCI IDE supporting PIO modes up to mode 5, Ultra DMA/33 and 100 MHz CPU bus frequency (you may find a complete description at http://www.ali.com.tw/av.htm). I built a kernel supporting multi sector and 32 bit transfers including LBA support. This one works, but not fine. It freezes my box on heavy disk usage very often. I switched on some kernel options for debug messages and getting this on failure: interrupt timeout: status 50 error 1 wdtimeout() DMA status 4. I find this message while booting: "ide_pci: generic_dma_init 01f0:1: warning, IDE controller timing not set" and traced it down to ide_pci.c. There I found, that my board isnt explicitly supported, just some intel based ones. And the generic DMA routines used by the kernel seem to have problems... So, my question is, is there is a patch or work in progress to support this board? Or is it possible to disable DMA easily as long as there is no special driver for it? Maybe this should be a kernel option? (And no, I wont disable these features in BIOS, as there is another OS an my disk that I need and which supports it ;-> ) -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message