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

Roland Dreier rdreier at cisco.com
Thu Mar 9 09:54:57 PST 2006


 > +	/* 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.



More information about the general mailing list