From owner-freebsd-stable@FreeBSD.ORG Tue Apr 26 14:25:18 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5710B16A4E5 for ; Tue, 26 Apr 2005 14:25:18 +0000 (GMT) Received: from ns01.connect.az (ns02.connect.az [62.212.236.162]) by mx1.FreeBSD.org (Postfix) with SMTP id DC4E343D2D for ; Tue, 26 Apr 2005 14:25:16 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: (qmail 82040 invoked from network); 26 Apr 2005 17:26:05 -0000 Received: from unknown (HELO ?192.168.0.10?) (192.168.0.10) by office.connect.az with SMTP; 26 Apr 2005 17:26:05 -0000 Message-ID: <426E4F4A.7050804@oxygen.az> Date: Tue, 26 Apr 2005 19:25:14 +0500 From: tofik suleymanov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050401) X-Accept-Language: en-us, en MIME-Version: 1.0 To: sos@DeepCore.dk Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: rauf@kuliyev.com cc: stable@freebsd.org Subject: more troubles with ATA X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 14:25:18 -0000 Good day Soren, i've applied ATA mkIII patch on freshly cvsuped 5.4-STABLE and experienced problems with onboard sata controller.Here is a fragment from dmesg output: atapci1: port 0xe000-0xe00f,0xb70-0xb73,0x970-0x977,0xbf0-0xbf3,0x9f0-0x9f7 irq 22 at device 10.0 on pci0 ata2: on atapci1 atapci1: failed to enable memory mapping ! device_attach: ata2 attach returned 6 ata3: on atapci1 atapci1: failed to enable memory mapping ! device_attach: ata3 attach returned 6 while Fasttrack TX2200 controller recognized as "Promise PDC 20571 SATA150 controller" works fine. Before ATA mkIII patch the onboard controller recognized as: atapci1: port 0xe000-0xe00f,0xb70-0xb73,0x970-0x977,0xbf0-0xbf3,0x9f0-0x9f7 irq 11 at device 10.0 on pci0 The motherboard is Gigabyte GA-K8NS nForce3 250 chipset with amd64 Athlon CPU. Any clues about making those two controllers work together ?