From owner-freebsd-stable@FreeBSD.ORG Tue Apr 26 15:46:56 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 53F0316A4CE for ; Tue, 26 Apr 2005 15:46:56 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CF943D49 for ; Tue, 26 Apr 2005 15:46:55 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j3QFjxBk082049; Tue, 26 Apr 2005 17:45:59 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <426E61FA.8050303@DeepCore.dk> Date: Tue, 26 Apr 2005 17:44:58 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en MIME-Version: 1.0 To: tofik suleymanov References: <426E4F4A.7050804@oxygen.az> In-Reply-To: <426E4F4A.7050804@oxygen.az> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.12 cc: rauf@kuliyev.com cc: stable@freebsd.org Subject: Re: 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 15:46:56 -0000 tofik suleymanov wrote: > Good day Soren, >=20 > i've applied ATA mkIII patch on freshly cvsuped 5.4-STABLE and=20 > experienced > problems with onboard sata controller.Here is a fragment from dmesg out= put: >=20 > atapci1: port=20 > 0xe000-0xe00f,0xb70-0xb73,0x970-0x977,0xbf0-0xbf3,0x9f0-0x9f7 irq 22 at= =20 > 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 >=20 > while Fasttrack TX2200 controller recognized as "Promise PDC 20571=20 > SATA150 controller" works fine. > Before ATA mkIII patch the onboard controller recognized as: > atapci1: port=20 > 0xe000-0xe00f,0xb70-0xb73,0x970-0x977,0xbf0-0xbf3,0x9f0-0x9f7 irq 11 at= =20 > device 10.0 on pci0 >=20 > The motherboard is Gigabyte GA-K8NS nForce3 250 chipset with amd64=20 > Athlon CPU. >=20 > Any clues about making those two controllers work together ? It should work on -current, but I have no boards to check this on=20 currently. I have no immediate plans for a new patch for 5.4-STABLE, as=20 it misses the callout updates thats in -current and that ATA needs now. --=20 -S=F8ren