Messages in this thread |  | | | Date | Wed, 13 Aug 2003 14:26:11 -0700 | | From | Greg KH <> | | Subject | Re: C99 Initialisers |
| |
On Wed, Aug 13, 2003 at 10:21:48PM +0200, Krzysztof Halasa wrote: > Greg KH <greg@kroah.com> writes: > > > - { PCI_VENDOR_ID_ALTIMA, PCI_DEVICE_ID_ALTIMA_AC9100, > > - PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, > > + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5700) }, > > + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5701) }, > > We might even consider > > + { PCI_DEVICE(BROADCOM, TIGON3_5700) }, > + { PCI_DEVICE(BROADCOM, TIGON3_5701) }, > > As probably using anything but PCI_DEVICE_ID_* and PCI_VENDOR_ID_* > would be a bug.
Someone else mentioned that to me, but that's just mean as this file shows that not all device ids are in the pci id table.
Maybe that's a 2.7 thing :)
thanks,
greg k-h - 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/
|  |