Argh, where were my eyes... There was another typo which broke Alpha.
Greg, please apply.
Ivan.
--- 2.5/include/asm-alpha/pci.h Sat Jun 21 15:36:01 2003
+++ linux/include/asm-alpha/pci.h Sat Jun 21 15:36:24 2003
@@ -197,7 +197,8 @@ pcibios_resource_to_bus(struct pci_dev *
/* Bus number == domain number until we get above 256 busses */
static inline int pci_name_bus(char *name, struct pci_bus *bus)
{
- int domain = pci_domain_nr(bus)
+ int domain = pci_domain_nr(bus);
+
if (domain < 256) {
sprintf(name, "%02x", domain);
} else {
-
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/