Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266009AbUIDUAL (ORCPT ); Sat, 4 Sep 2004 16:00:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266006AbUIDUAL (ORCPT ); Sat, 4 Sep 2004 16:00:11 -0400 Received: from rproxy.gmail.com ([64.233.170.201]:16251 "EHLO mproxy.gmail.com") by vger.kernel.org with ESMTP id S266013AbUIDUAH (ORCPT ); Sat, 4 Sep 2004 16:00:07 -0400 Message-ID: <9e4733910409041300139dabe0@mail.gmail.com> Date: Sat, 4 Sep 2004 16:00:04 -0400 From: Jon Smirl Reply-To: Jon Smirl To: lkml Subject: multi-domain PCI and sysfs Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 25 How do multiple PCI domains appear in sysfs? I don't own a machine with these so I can't just look. Do they appear like: /sys/devices/pci0000:00 /sys/devices/pci0001:00 /sys/devices/pci0002:00 I'm trying to figure out where to attach a sysfs attribute for turning vga off in a domain. I'd like to do something like: /sys/devices/pci0000:00/vga /sys/devices/pci0001:00/vga /sys/devices/pci0002:00/vga I need to know what the domains look like in sysfs in order to pick the right place for the attribute. -- Jon Smirl jonsmirl@gmail.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/