diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-31 21:13:32 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-31 21:13:32 -0500 |
| commit | ef59c4e935feb966900a8321e75f74d7df2a2f16 (patch) | |
| tree | 8bdd8e837554b268b600b57187612b9ac4a5d5f5 /include/linux | |
| parent | 69396dcfa3c50a6b8d2caaccf5d1496ecd5594be (diff) | |
| parent | 3103039cc2a8dc6ababc29afac5c3cadbfa69af9 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci.h | 2 | ||||
| -rw-r--r-- | include/linux/pci_ids.h | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 0a44072383ec..fe1a2b02fc55 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -406,7 +406,6 @@ struct pci_dev *pci_find_device_reverse (unsigned int vendor, unsigned int devic | |||
| 406 | struct pci_dev *pci_find_slot (unsigned int bus, unsigned int devfn); | 406 | struct pci_dev *pci_find_slot (unsigned int bus, unsigned int devfn); |
| 407 | int pci_find_capability (struct pci_dev *dev, int cap); | 407 | int pci_find_capability (struct pci_dev *dev, int cap); |
| 408 | int pci_find_next_capability (struct pci_dev *dev, u8 pos, int cap); | 408 | int pci_find_next_capability (struct pci_dev *dev, u8 pos, int cap); |
| 409 | int pci_find_ext_capability (struct pci_dev *dev, int cap); | ||
| 410 | struct pci_bus * pci_find_next_bus(const struct pci_bus *from); | 409 | struct pci_bus * pci_find_next_bus(const struct pci_bus *from); |
| 411 | 410 | ||
| 412 | struct pci_dev *pci_get_device (unsigned int vendor, unsigned int device, struct pci_dev *from); | 411 | struct pci_dev *pci_get_device (unsigned int vendor, unsigned int device, struct pci_dev *from); |
| @@ -626,7 +625,6 @@ static inline int pci_register_driver(struct pci_driver *drv) { return 0;} | |||
| 626 | static inline void pci_unregister_driver(struct pci_driver *drv) { } | 625 | static inline void pci_unregister_driver(struct pci_driver *drv) { } |
| 627 | static inline int pci_find_capability (struct pci_dev *dev, int cap) {return 0; } | 626 | static inline int pci_find_capability (struct pci_dev *dev, int cap) {return 0; } |
| 628 | static inline int pci_find_next_capability (struct pci_dev *dev, u8 post, int cap) { return 0; } | 627 | static inline int pci_find_next_capability (struct pci_dev *dev, u8 post, int cap) { return 0; } |
| 629 | static inline int pci_find_ext_capability (struct pci_dev *dev, int cap) {return 0; } | ||
| 630 | static inline const struct pci_device_id *pci_match_device(const struct pci_device_id *ids, const struct pci_dev *dev) { return NULL; } | 628 | static inline const struct pci_device_id *pci_match_device(const struct pci_device_id *ids, const struct pci_dev *dev) { return NULL; } |
| 631 | 629 | ||
| 632 | /* Power management related routines */ | 630 | /* Power management related routines */ |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 4401a7e06057..b0b908f583c5 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
| @@ -394,14 +394,9 @@ | |||
| 394 | #define PCI_DEVICE_ID_NS_SC1100_SMI 0x0511 | 394 | #define PCI_DEVICE_ID_NS_SC1100_SMI 0x0511 |
| 395 | #define PCI_DEVICE_ID_NS_SC1100_XBUS 0x0515 | 395 | #define PCI_DEVICE_ID_NS_SC1100_XBUS 0x0515 |
| 396 | #define PCI_DEVICE_ID_NS_87410 0xd001 | 396 | #define PCI_DEVICE_ID_NS_87410 0xd001 |
| 397 | #define PCI_DEVICE_ID_NS_CS5535_IDE 0x002d | ||
| 398 | 397 | ||
| 399 | #define PCI_DEVICE_ID_NS_CS5535_HOST_BRIDGE 0x0028 | 398 | #define PCI_DEVICE_ID_NS_CS5535_HOST_BRIDGE 0x0028 |
| 400 | #define PCI_DEVICE_ID_NS_CS5535_ISA_BRIDGE 0x002b | 399 | #define PCI_DEVICE_ID_NS_CS5535_ISA_BRIDGE 0x002b |
| 401 | #define PCI_DEVICE_ID_NS_CS5535_IDE 0x002d | ||
| 402 | #define PCI_DEVICE_ID_NS_CS5535_AUDIO 0x002e | ||
| 403 | #define PCI_DEVICE_ID_NS_CS5535_USB 0x002f | ||
| 404 | #define PCI_DEVICE_ID_NS_CS5535_VIDEO 0x0030 | ||
| 405 | 400 | ||
| 406 | #define PCI_VENDOR_ID_TSENG 0x100c | 401 | #define PCI_VENDOR_ID_TSENG 0x100c |
| 407 | #define PCI_DEVICE_ID_TSENG_W32P_2 0x3202 | 402 | #define PCI_DEVICE_ID_TSENG_W32P_2 0x3202 |
| @@ -511,8 +506,6 @@ | |||
| 511 | #define PCI_DEVICE_ID_AMD_CS5536_UOC 0x2097 | 506 | #define PCI_DEVICE_ID_AMD_CS5536_UOC 0x2097 |
| 512 | #define PCI_DEVICE_ID_AMD_CS5536_IDE 0x209A | 507 | #define PCI_DEVICE_ID_AMD_CS5536_IDE 0x209A |
| 513 | 508 | ||
| 514 | #define PCI_DEVICE_ID_AMD_CS5536_IDE 0x209A | ||
| 515 | |||
| 516 | #define PCI_DEVICE_ID_AMD_LX_VIDEO 0x2081 | 509 | #define PCI_DEVICE_ID_AMD_LX_VIDEO 0x2081 |
| 517 | #define PCI_DEVICE_ID_AMD_LX_AES 0x2082 | 510 | #define PCI_DEVICE_ID_AMD_LX_AES 0x2082 |
| 518 | 511 | ||
| @@ -2065,6 +2058,7 @@ | |||
| 2065 | #define PCI_DEVICE_ID_INTEL_82801EB_5 0x24d5 | 2058 | #define PCI_DEVICE_ID_INTEL_82801EB_5 0x24d5 |
| 2066 | #define PCI_DEVICE_ID_INTEL_82801EB_6 0x24d6 | 2059 | #define PCI_DEVICE_ID_INTEL_82801EB_6 0x24d6 |
| 2067 | #define PCI_DEVICE_ID_INTEL_82801EB_11 0x24db | 2060 | #define PCI_DEVICE_ID_INTEL_82801EB_11 0x24db |
| 2061 | #define PCI_DEVICE_ID_INTEL_82801EB_13 0x24dd | ||
| 2068 | #define PCI_DEVICE_ID_INTEL_ESB_1 0x25a1 | 2062 | #define PCI_DEVICE_ID_INTEL_ESB_1 0x25a1 |
| 2069 | #define PCI_DEVICE_ID_INTEL_ESB_2 0x25a2 | 2063 | #define PCI_DEVICE_ID_INTEL_ESB_2 0x25a2 |
| 2070 | #define PCI_DEVICE_ID_INTEL_ESB_4 0x25a4 | 2064 | #define PCI_DEVICE_ID_INTEL_ESB_4 0x25a4 |
| @@ -2106,6 +2100,13 @@ | |||
| 2106 | #define PCI_DEVICE_ID_INTEL_ICH7_19 0x27dd | 2100 | #define PCI_DEVICE_ID_INTEL_ICH7_19 0x27dd |
| 2107 | #define PCI_DEVICE_ID_INTEL_ICH7_20 0x27de | 2101 | #define PCI_DEVICE_ID_INTEL_ICH7_20 0x27de |
| 2108 | #define PCI_DEVICE_ID_INTEL_ICH7_21 0x27df | 2102 | #define PCI_DEVICE_ID_INTEL_ICH7_21 0x27df |
| 2103 | #define PCI_DEVICE_ID_INTEL_ICH8_0 0x2810 | ||
| 2104 | #define PCI_DEVICE_ID_INTEL_ICH8_1 0x2811 | ||
| 2105 | #define PCI_DEVICE_ID_INTEL_ICH8_2 0x2812 | ||
| 2106 | #define PCI_DEVICE_ID_INTEL_ICH8_3 0x2814 | ||
| 2107 | #define PCI_DEVICE_ID_INTEL_ICH8_4 0x2815 | ||
| 2108 | #define PCI_DEVICE_ID_INTEL_ICH8_5 0x283e | ||
| 2109 | #define PCI_DEVICE_ID_INTEL_ICH8_6 0x2850 | ||
| 2109 | #define PCI_DEVICE_ID_INTEL_82855PM_HB 0x3340 | 2110 | #define PCI_DEVICE_ID_INTEL_82855PM_HB 0x3340 |
| 2110 | #define PCI_DEVICE_ID_INTEL_82830_HB 0x3575 | 2111 | #define PCI_DEVICE_ID_INTEL_82830_HB 0x3575 |
| 2111 | #define PCI_DEVICE_ID_INTEL_82830_CGC 0x3577 | 2112 | #define PCI_DEVICE_ID_INTEL_82830_CGC 0x3577 |
| @@ -2149,6 +2150,7 @@ | |||
| 2149 | #define PCI_DEVICE_ID_INTEL_82443GX_2 0x71a2 | 2150 | #define PCI_DEVICE_ID_INTEL_82443GX_2 0x71a2 |
| 2150 | #define PCI_DEVICE_ID_INTEL_82372FB_1 0x7601 | 2151 | #define PCI_DEVICE_ID_INTEL_82372FB_1 0x7601 |
| 2151 | #define PCI_DEVICE_ID_INTEL_82454GX 0x84c4 | 2152 | #define PCI_DEVICE_ID_INTEL_82454GX 0x84c4 |
| 2153 | #define PCI_DEVICE_ID_INTEL_82450GX 0x84c5 | ||
| 2152 | #define PCI_DEVICE_ID_INTEL_82451NX 0x84ca | 2154 | #define PCI_DEVICE_ID_INTEL_82451NX 0x84ca |
| 2153 | #define PCI_DEVICE_ID_INTEL_82454NX 0x84cb | 2155 | #define PCI_DEVICE_ID_INTEL_82454NX 0x84cb |
| 2154 | #define PCI_DEVICE_ID_INTEL_84460GX 0x84ea | 2156 | #define PCI_DEVICE_ID_INTEL_84460GX 0x84ea |
