[openib-general] [PATCH] Fix ipath build on ia64
Roland Dreier
rdreier at cisco.com
Tue Nov 14 15:12:29 PST 2006
Seems fine, with the minor comment:
> +#ifdef CONFIG_HT_IRQ
> case PCI_DEVICE_ID_INFINIPATH_HT:
> ipath_init_iba6110_funcs(dd);
> break;
> +#endif
> +#ifdef CONFIG_PCI_MSI
> case PCI_DEVICE_ID_INFINIPATH_PE800:
> ipath_init_iba6120_funcs(dd);
> break;
> +#endif
would it make sense to add the ifdef to the struct pci_driver too, so
that the probe function doesn't even get called for a device the
driver can't handle?
- R.
More information about the general
mailing list