From owner-freebsd-current@FreeBSD.ORG Wed Oct 12 15:20:11 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F7801065670; Wed, 12 Oct 2011 15:20:11 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0AE518FC14; Wed, 12 Oct 2011 15:20:11 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id 0810B60E5; Wed, 12 Oct 2011 11:20:09 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1318432810; bh=sRc8VNAzlIqMzJfT0r0+FXk0jgUG6J6l1En1JQNHZZg=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:Content-Type: Content-Transfer-Encoding; b=Muno8K5J8ejYeRuBYFYlsW8goy2eslenev1/rDqQEtwHrK1Nm2sQiDlfyATSTQFtg yhwCF4uVTH/g9fpKgLg159kTA2IjKhTZNF4mksaf3fdXLBxeX4w/3Q9yeO9MC9c DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: content-type:content-transfer-encoding; b=Us6PQ+FnYnl+UXZ+8L5KAECoBtUsxHy/DyWSXqSAG+h40k3LS7CDrNLQowfRwf9QX Nu4k2GU6eVu4k/J0OJ7B0fsA+qu5tCF4r+9Ca3Qf8qURqY45ZWmhy0vADMb8JFx Message-ID: <4E95B028.6090307@protected-networks.net> Date: Wed, 12 Oct 2011 11:20:08 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:7.0.1) Gecko/20111001 Thunderbird/7.0.1 MIME-Version: 1.0 To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Fixed: ichwd failure to attach X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2011 15:20:11 -0000 SVN r226302 solves the ichwd failure to attach issue .. instead of .. isa_probe_children: disabling PnP devices ichwd0: on isa0 isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer pcib0: allocated type 4 (0x1030-0x1037) for rid 0 of ichwd0 pcib0: allocated type 4 (0x1060-0x107f) for rid 1 of ichwd0 ichwd0: unable to reserve GCS registers device_attach: ichwd0 attach returned 6 .. I now get .. isa_probe_children: disabling PnP devices ichwd0: on isa0 isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer pcib0: allocated type 4 (0x1030-0x1037) for rid 0 of ichwd0 pcib0: allocated type 4 (0x1060-0x107f) for rid 1 of ichwd0 ichwd0: Intel ICH7M watchdog timer (ICH7 or equivalent) ichwd0: timer disabled .. thanks! Michael