Re: [PATCH] SGI IOC4: Detect IO card variant

From: Andrew Morton
Date: Wed May 03 2006 - 22:26:44 EST


On Wed, 3 May 2006 17:21:23 -0500 (CDT)
Brent Casavant <bcasavan@xxxxxxx> wrote:

> +#ifndef PCI_DEVICE_ID_QLOGIC_ISP12160
> +#define PCI_DEVICE_ID_QLOGIC_ISP12160 0x1216
> +#endif
> +#ifndef PCI_VENDOR_ID_VITESSE
> +#define PCI_VENDOR_ID_VITESSE 0x1725
> +#endif
> +#ifndef PCI_DEVICE_ID_VITESSE_7174
> +#define PCI_DEVICE_ID_VITESSE_7174 0x7174
> +#endif

We shouldn't need the ifdefs here. Let's just get the right defines in the
right place and use them.

I'm unable to work out whether this problem which this patch fixes warrants
a 2.6.17 merge.

-
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/