Re: PATCH: More PCI ID's for linux-2.4.0-test11/include/linux/pci_ids.h

2000-11-24 Thread Kai Germaschewski
Hi! On Thu, 23 Nov 2000, Adam J. Richter wrote: > The following patch adds some missing PCI_VENDOR_ID's and > PCI_DEVICE_ID's that are scattered throughout a bunch of .c files in > drivers/isdn/hisax/. The definitions in the .c files are protected > by '#ifndef PCI_VENDOR_ID_...', so it

Re: PATCH: More PCI ID's for linux-2.4.0-test11/include/linux/pci_ids.h

2000-11-23 Thread Peter Samuelson
[Adam J. Richter] > +#define PCI_VENDOR_ID_ELSA 0x1048 > +#define PCI_DEVICE_ID_ELSA_MIRCOLINK 0x1000 > +#define PCI_DEVICE_ID_ELSA_QS30000x3000 Oh, don't propagate the typo. Spell it MICROLINK here and in hisax/elsa.c. > #define PCI_VENDOR_ID_PLX0x10b5 > +#define PC

PATCH: More PCI ID's for linux-2.4.0-test11/include/linux/pci_ids.h

2000-11-23 Thread Adam J. Richter
The following patch adds some missing PCI_VENDOR_ID's and PCI_DEVICE_ID's that are scattered throughout a bunch of .c files in drivers/isdn/hisax/. The definitions in the .c files are protected by '#ifndef PCI_VENDOR_ID_...', so it is not necessary to remove those declarations from the .c