From owner-freebsd-i386@FreeBSD.ORG Tue Jan 24 03:20:08 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1778716A41F for ; Tue, 24 Jan 2006 03:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 601F643D49 for ; Tue, 24 Jan 2006 03:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0O3K7IM069549 for ; Tue, 24 Jan 2006 03:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0O3K76o069548; Tue, 24 Jan 2006 03:20:07 GMT (envelope-from gnats) Resent-Date: Tue, 24 Jan 2006 03:20:07 GMT Resent-Message-Id: <200601240320.k0O3K76o069548@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Arthur Hartwig Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07C4616A424 for ; Tue, 24 Jan 2006 03:14:40 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CECBC43D68 for ; Tue, 24 Jan 2006 03:14:38 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O3EbJC024345 for ; Tue, 24 Jan 2006 03:14:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0O3EbA4024333; Tue, 24 Jan 2006 03:14:37 GMT (envelope-from nobody) Message-Id: <200601240314.k0O3EbA4024333@www.freebsd.org> Date: Tue, 24 Jan 2006 03:14:37 GMT From: Arthur Hartwig To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/92238: Spurious "atapci1: failed to enable memory mapping!" message on startup X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 03:20:08 -0000 >Number: 92238 >Category: i386 >Synopsis: Spurious "atapci1: failed to enable memory mapping!" message on startup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 24 03:20:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Arthur Hartwig >Release: 7.0-CURRENT >Organization: Nokia >Environment: FreeBSD oz-net-11.nes.nokia.com 7.0-CURRENT FreeBSD 7.0-CURRENT #10: Mon Jan 23 17:26:46 EST 2006 hartwig@oz-net-11.nes.nokia.com:/usr/src/sys/i386/compile/oz-net-11 i386 >Description: I have a Gigabyte GA8I945P-G motherboard which has a ICH7 with chipid 0x27c08086. On startup the system reports: atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 31.2 on pci0 atapci1: failed to enable memory mapping! ata0: on atapci1 ata1: on atapci1 >How-To-Repeat: Reboot. >Fix: In dev/ata-ata-chipset.c function ata_intel_ident() the ids array has an entry for chipid ATA_I82801GB_S1 (0x27c08086) with AHCI . The current Intel I/O Controller Hub 7 (ICH7) Family Specification Update (file 30701409.pdf) says (page 16) the device with ID 27c0h is "Desktop Non-AHCI and Non-RAID Mode". I changed the ids array so the line for the ATA_I82801GB_S1 read: { ATA_I82801GB_S1, 0, 0, 0x00, ATA_SA300, "ICH7" }, rebuilt the kernel, rebooted and the "failed to enable memory mapping" message no longer appeared. >Release-Note: >Audit-Trail: >Unformatted: