Module: xenomai-head Branch: master Commit: 1bcf8f4da4f72ccf4057cbb776da37631d60f834 URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=1bcf8f4da4f72ccf4057cbb776da37631d60f834
Author: Gilles Chanteperdrix <[email protected]> Date: Sat Jun 12 14:46:27 2010 +0200 rtcan: add missing PCI IDs for old kernels --- include/asm-generic/pci_ids.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/asm-generic/pci_ids.h b/include/asm-generic/pci_ids.h index b10cdf3..7bb9c29 100644 --- a/include/asm-generic/pci_ids.h +++ b/include/asm-generic/pci_ids.h @@ -21,5 +21,8 @@ #ifndef PCI_DEVICE_ID_PLX_9030 #define PCI_DEVICE_ID_PLX_9030 0x9030 #endif +#ifndef PCI_DEVICE_ID_PLX_9056 +#define PCI_DEVICE_ID_PLX_9056 0x9056 +#endif #endif /* _XENO_ASM_GENERIC_PCI_IDS_H */ _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
