diff options
| author | 2005-06-07 13:41:30 -0700 | |
|---|---|---|
| committer | 2005-06-07 13:41:30 -0700 | |
| commit | eba4f669d6ec9be4173bb2619e9b8500b3c36542 (patch) | |
| tree | 60178d4f2dd4fa1f8985b38fdbe4cd6b99a58c7a /include/linux | |
| parent | [PATCH] PCI: do VIA IRQ fixup always, not just in PIC mode (diff) | |
| parent | [PATCH] Replace check_bridge_mode() with (bridge->mode & AGSTAT_MODE_3_0). (diff) | |
Merge of master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index b0d6134e1ee6..18f734ec9181 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2382,6 +2382,8 @@ #define PCI_DEVICE_ID_INTEL_82915G_IG 0x2582 #define PCI_DEVICE_ID_INTEL_82915GM_HB 0x2590 #define PCI_DEVICE_ID_INTEL_82915GM_IG 0x2592 +#define PCI_DEVICE_ID_INTEL_82945G_HB 0x2770 +#define PCI_DEVICE_ID_INTEL_82945G_IG 0x2772 #define PCI_DEVICE_ID_INTEL_ICH6_0 0x2640 #define PCI_DEVICE_ID_INTEL_ICH6_1 0x2641 #define PCI_DEVICE_ID_INTEL_ICH6_2 0x2642 |
