diff options
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 741c378afe7..f64894612dc 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.889 2005/07/11 01:30:00 deraadt Exp + * OpenBSD: pcidevs,v 1.890 2005/07/12 01:55:53 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1523,6 +1523,8 @@ #define PCI_PRODUCT_INTEL_82845G 0x2560 /* 82845G/GL */ #define PCI_PRODUCT_INTEL_82845G_AGP 0x2561 /* 82845G/GL/GV/GE/PE AGP */ #define PCI_PRODUCT_INTEL_82845G_IGD 0x2562 /* 82845G/GL Video */ +#define PCI_PRODUCT_INTEL_915GM_HB 0x2590 /* 915GM/PM/GMS Host */ +#define PCI_PRODUCT_INTEL_915GM_IGD 0x2592 /* 915GM/GMS Video */ #define PCI_PRODUCT_INTEL_82865_IO_1 0x2570 /* 82865G/PE/P CPU-I/0-1 */ #define PCI_PRODUCT_INTEL_82865_AGP 0x2571 /* 82865G/PE/P CPU-AGP */ #define PCI_PRODUCT_INTEL_82865_IGD 0x2572 /* 82865G Video */ @@ -1551,6 +1553,7 @@ #define PCI_PRODUCT_INTEL_6300ESB_PCIX 0x25ae /* 6300ESB PCIX */ #define PCI_PRODUCT_INTEL_6300ESB_SATA2 0x25b0 /* 6300ESB SATA */ #define PCI_PRODUCT_INTEL_82801FB_LPC 0x2640 /* 82801FB LPC */ +#define PCI_PRODUCT_INTEL_82801FBM_LPC 0x2641 /* 82801FBM LPC */ #define PCI_PRODUCT_INTEL_82801FB_SATA 0x2651 /* 82801FB SATA */ #define PCI_PRODUCT_INTEL_82801FR_SATA 0x2652 /* 82801FR SATA */ #define PCI_PRODUCT_INTEL_82801FBM_IDE 0x2653 /* 82801FBM IDE */ @@ -1564,8 +1567,10 @@ #define PCI_PRODUCT_INTEL_82801FB_PCIE_3 0x2664 /* 82801FB PCIE */ #define PCI_PRODUCT_INTEL_82801FB_PCIE_4 0x2666 /* 82801FB PCIE */ #define PCI_PRODUCT_INTEL_82801FB_SMBUS 0x266a /* 82801FB SMBus */ +#define PCI_PRODUCT_INTEL_82801FB_ACM 0x266d /* 82801FB Modem */ #define PCI_PRODUCT_INTEL_82801FB_ACA 0x266e /* 82801FB AC97 */ #define PCI_PRODUCT_INTEL_82801FB_IDE 0x266f /* 82801FB IDE */ +#define PCI_PRODUCT_INTEL_915GM_IGD_S 0x2792 /* 915GM/GMS Video */ #define PCI_PRODUCT_INTEL_RCU32 0x3092 /* RCU32 I2O RAID */ #define PCI_PRODUCT_INTEL_31244 0x3200 /* 31244 SATA */ #define PCI_PRODUCT_INTEL_82855PE 0x3340 /* 82855PE Hub */ |