Messages in this thread |  | | | Subject | Re: pci_domain_nr vs. /sys/devices | | From | Benjamin Herrenschmidt <> | | Date | 11 Jun 2003 18:00:52 +0200 |
| |
On Wed, 2003-06-11 at 17:40, Russell King wrote:
> See pci_alloc_primary_bus_parented() in drivers/pci/probe.c. The '0' > is the bus number passed in. So, the names include the pci bus numbers > of the root buses.
This is the right solution imho, yes. Adding more indirection with pci-domain isn't useful.
Now, we should also fix pci_setup_device to make this naming generic to the entire kernel don't you think ? This won't affect /proc/bus/pci as it doesn't use the slot_name field in pci_dev, but at least it will make naming consistent.
(That also mean increasing slot_name size in pci.h)
Ben.
- 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/
|  |