From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 06:22:11 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 7DFE537B401 for ; Thu, 24 Jul 2003 06:22:11 -0700 (PDT) Received: from smtp.web.de (smtp01.web.de [217.72.192.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7534843FA3 for ; Thu, 24 Jul 2003 06:22:10 -0700 (PDT) (envelope-from f.dei@web.de) Received: from pd958d5e3.dip.t-dialin.net ([217.88.213.227] helo=web.de) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.99 #420) id 19fg2r-0008OX-00 for freebsd-questions@freebsd.org; Thu, 24 Jul 2003 15:22:09 +0200 Message-ID: <3F1FDD81.1000904@web.de> Date: Thu, 24 Jul 2003 15:22:09 +0200 From: Felix Deichmann User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.4) Gecko/20030721 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: f.dei@web.de Subject: Promise Ultra100 TX2 support broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2003 13:22:11 -0000 Hi. I have a Promise Ultra100 TX2 card with 2 brand new Maxtor drives. The setup should work in UDMA100 mode, but is downgraded to PIO mode 4 under FreeBSD 5.1 and 4.8. Hardware is definitely OK, I have 2 controllers, 6 different 80 wire IDE cables, shielded and unshielded and no irq conflicts. Always the same problem. Disks work perfectly on an onboard VIA controller. The Promise BIOS is the latest. NetBSD also downgrades to PIO mode 4, in an i386 and an alpha. Maybe some registers not setup correctly by the driver(s)? dmesg excerpt: [...] atapci0: port 0xe080-0xe08f,0xe0a0-0xe0a3,0xe090-0xe097,0xe0a4-0xe0a7,0xe098-0xe09f mem 0x84000000-0x84003fff irq 10 at device 14.0 on pci 0 [...] ad4: 39205MB [79656/16/63] at ata2-master UDMA100 [...] ad4: UDMA ICRC error reading fsbn 0 (ad4 bn 0; cn 0 tn 0 sn 0) retrying ad4: UDMA ICRC error reading fsbn 0 (ad4 bn 0; cn 0 tn 0 sn 0) retrying ad4: UDMA ICRC error reading fsbn 0 (ad4 bn 0; cn 0 tn 0 sn 0) retrying ad4: UDMA ICRC error reading fsbn 0 (ad4 bn 0; cn 0 tn 0 sn 0) falling back to PIO mode Help would be greatly appreciated! Regards Felix