From owner-freebsd-current@FreeBSD.ORG Sun Sep 30 23:58:19 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 EA68116A417 for ; Sun, 30 Sep 2007 23:58:19 +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 B55A913C455 for ; Sun, 30 Sep 2007 23:58:19 +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 EDE00C2CB; Sun, 30 Sep 2007 19:58:18 -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 694D5C2F0; Sun, 30 Sep 2007 19:58:11 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1191196691; bh=i0oVKVzXaB1Zsa oRhCQ6st8LjaRywR8lmUHt0Q+oGYU=; 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=dMnUeafF1PqR5dy1uCwuJsAIYpP8ETkIbyCpU Qxk1uAEetPSscE3oY+mXKgH3kM3Arh7gfxgEGIly4G3W7g7CJy45ebdKA4OVLeDv8JI 0WtMy3rSouuGO/4UwFHKaPfm 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=Z7dcgxwmznnL2kF05jqxBbcf+gUxjLPWDwUMhBDiZ7PGw6Iye0X6+Whfc0EnhX7cD ++/6ZQukBIAu1WaZmPadczCGkqCWFW9hLYZoQGpopkNv9VmfO3GDID5jMuETrhv Message-ID: <47003811.5080603@protected-networks.net> Date: Sun, 30 Sep 2007 19:58:09 -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> <47001D02.4080700@protected-networks.net> <20070930221748.GC55741@alchemy.franken.de> In-Reply-To: <20070930221748.GC55741@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 23:58:20 -0000 Marius Strobl wrote: >> toshi# pciconf -wb pci0:30:0 0x1a 8 >> pciconf: ioctl(PCIOCWRITE): Operation not supported by device >> > > As mentioned the format of the location strings has changed, > you probably need to use pci0:0:30:0. Doh! This works, thanks! Michael