Re: [PATCH 2 of 20] ipath - core device driver

From: Roland Dreier
Date: Thu Mar 09 2006 - 12:52:36 EST


> + /* setup the chip-specific functions, as early as possible. */
> + switch (ent->device) {
> + case PCI_DEVICE_ID_INFINIPATH_HT:
> + ipath_init_ht400_funcs(dd);
> + break;
> + case PCI_DEVICE_ID_INFINIPATH_PE800:
> + ipath_init_pe800_funcs(dd);
> + break;

What happens if ht400 or pe800 support is not built? How does this link?

- R.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/