diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-06 07:21:50 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-06 07:21:50 +0000 |
commit | 66af668d7ad938e7865a44f40b3af60aa1ec8d30 (patch) | |
tree | 0c5d22916d740eece9404a05eb68edad04b57778 /sys/dev | |
parent | 5552307bdf91c8853f51f50ec9bf047abc551b58 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 22 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 944daa854de..7390babed56 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.687 2003/10/31 03:53:02 deraadt Exp + * OpenBSD: pcidevs,v 1.688 2003/11/06 07:21:26 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1280,6 +1280,10 @@ #define PCI_PRODUCT_INTEL_82830MP_AGP 0x3576 /* 82830MP CPU to AGP Bridge */ #define PCI_PRODUCT_INTEL_82830MP_IV 0x3577 /* 82830MP Integrated Video */ #define PCI_PRODUCT_INTEL_82830MP_IO_2 0x3578 /* 82830MP CPU to I/O Bridge 2 */ +#define PCI_PRODUCT_INTEL_82852GM_HPB 0x3580 /* 82852GM Hub-to-PCI */ +#define PCI_PRODUCT_INTEL_82852GM_AGP 0x3582 /* 82852GM AGP */ +#define PCI_PRODUCT_INTEL_82852GM_MEM 0x3584 /* 82852GM Memory */ +#define PCI_PRODUCT_INTEL_82852GM_CFG 0x3585 /* 82852GM Configuration */ #define PCI_PRODUCT_INTEL_82855PE 0x3340 /* 82855PE Host-Hub Bridge */ #define PCI_PRODUCT_INTEL_82855PE_AGP 0x3341 /* 82855PE AGP */ #define PCI_PRODUCT_INTEL_82801DBM 0x24cc /* 82801DBM LPC */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 27e376c757b..2754cb52506 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.687 2003/10/31 03:53:02 deraadt Exp + * OpenBSD: pcidevs,v 1.688 2003/11/06 07:21:26 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3343,6 +3343,22 @@ static const struct pci_known_product pci_known_products[] = { "82830MP CPU to I/O Bridge 2", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82852GM_HPB, + "82852GM Hub-to-PCI", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82852GM_AGP, + "82852GM AGP", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82852GM_MEM, + "82852GM Memory", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82852GM_CFG, + "82852GM Configuration", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82855PE, "82855PE Host-Hub Bridge", }, |