From owner-freebsd-current@FreeBSD.ORG Sun Sep 30 22:03:01 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4B0A16A418 for ; Sun, 30 Sep 2007 22:03:01 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from aaron.protected-networks.net (aaron.protected-networks.net [202.12.127.66]) by mx1.freebsd.org (Postfix) with ESMTP id 7221E13C4A5 for ; Sun, 30 Sep 2007 22:03:01 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from localhost (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id 4F351C2F0; Sun, 30 Sep 2007 18:03:00 -0400 (EDT) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) (Authenticated sender: imb@protected-networks.net) by aaron.protected-networks.net (Postfix) with ESMTP id EBBEFC5D2; Sun, 30 Sep 2007 18:02:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1191189764; bh=QTPS1qWMmmkK2s KPuVPRVbjQ6Bc8i0wrkFdPEYIEG8g=; h=DomainKey-Signature:Message-ID: Date:From:User-Agent:MIME-Version:To:CC:Subject:References: In-Reply-To:X-Enigmail-Version:OpenPGP:Content-Type: Content-Transfer-Encoding; b=J32vtA6oUC8E7/N2xYh8/L3MtKIx1Sz1rRkuP NfLdpUFV9YiMGWpr7MDbjTFazY1Q4JUYaiVoZppj3j4ORkydwDbVy8XQ0J5WEj5mUCe Cfy7zM7EbEgV2C4ChLPhnIew 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: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=VExBL/xWEWd5o1aHK02RcHQOzLGexwnvT15VhNpJXeVkCLDmwdctZpTxJZp3iQfZQ Orbu9DH9OMOC8Q4YEJ6EqZ3Bvm1ByQXohqivBW1gliWQnbK24phHjrVcO6Us6eY Message-ID: <47001D02.4080700@protected-networks.net> Date: Sun, 30 Sep 2007 18:02:42 -0400 From: Michael Butler User-Agent: Thunderbird 2.0.0.6 (X11/20070903) MIME-Version: 1.0 To: Marius Strobl References: <20070930114914.GB38896@alchemy.franken.de> In-Reply-To: <20070930114914.GB38896@alchemy.franken.de> X-Enigmail-Version: 0.95.2 OpenPGP: id=0442D492 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: HEADS UP: [cvs commit: src UPDATING src/share/man/man4 pci.4 src/share/man/man9 pci.9 src/sys/amd64/include legacyvar.h src/sys/amd64/amd64 legacy.c src/sys/amd64/pci pci_bus.c src/sys/arm/xscale/i80321 i80321_pci.c src/sys/arm/xscale/ixp425 ... 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: Sun, 30 Sep 2007 22:03:01 -0000 Marius Strobl wrote: > As mentioned in UPDATING the change below requires the hal port > to be recompiled in order to continue to work. On !386 you > additionally need to update to xorg-server-1.4_1,1. > Regarding common ports affected by the introduction of support > for PCI domains these two ports should be it. > Other consumers of potentially also need to be > recompiled and adjusted, f.e. sjog needs to be recompiled but > should need no changes. Generally, if a port uses pc_bus it > also needs to deal with pc_domain now. This breaks [ls|set]pci even when recompiled. It also breaks my ability to use an /etc/rc.early containing .. pciconf -wb pci0:30:0 0x1a 8 .. which is required to allow any cardbus devices, e.g. Netgear WG511T, to work. The problem is that we don't (and nor does the BIOS) properly set the subordinate bus of the parent PCI-PCI bridge and the above command sets it 'manually'. Where it would previously succeed, I now get .. toshi# pciconf -wb pci0:30:0 0x1a 8 pciconf: ioctl(PCIOCWRITE): Operation not supported by device Michael