diff options
author | 2003-05-08 18:55:20 +0000 | |
---|---|---|
committer | 2003-05-08 18:55:20 +0000 | |
commit | 851d096b8dad4f6f4c3a41e618ff1d708b0ddd8b (patch) | |
tree | 99871c7b173eebc42fe371eb377d6715269a90f2 | |
parent | new devices on T40 (diff) | |
download | wireguard-openbsd-851d096b8dad4f6f4c3a41e618ff1d708b0ddd8b.tar.xz wireguard-openbsd-851d096b8dad4f6f4c3a41e618ff1d708b0ddd8b.zip |
sync
-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 30e789427c8..8c4cd8ace81 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.617 2003/05/05 13:12:47 henning Exp + * OpenBSD: pcidevs,v 1.618 2003/05/08 18:55:13 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1515,6 +1515,9 @@ #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_82855PE 0x3340 /* 82855PE Host-Hub Bridge */ +#define PCI_PRODUCT_INTEL_82855PE_AGP 0x3341 /* 82855PE AGP */ +#define PCI_PRODUCT_INTEL_82801DBM 0x24cc /* 82801DBM LPC */ #define PCI_PRODUCT_INTEL_RCU32 0x3092 /* RCU32 I2O RAID */ #define PCI_PRODUCT_INTEL_82371SB_ISA 0x7000 /* 82371SB PCI-ISA */ #define PCI_PRODUCT_INTEL_82371SB_IDE 0x7010 /* 82371SB IDE */ @@ -2334,6 +2337,7 @@ #define PCI_PRODUCT_TI_PCI1420 0xac51 /* PCI1420 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI1451 0xac52 /* PCI1451 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI1421 0xac53 /* PCI1421 PCI-CardBus */ +#define PCI_PRODUCT_TI_PCI1520 0xac55 /* PCI1520 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI2040 0xac60 /* PCI2040 PCI-DSP */ /* Topic */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f59ef077a53..13922d3a38e 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.617 2003/05/05 13:12:47 henning Exp + * OpenBSD: pcidevs,v 1.618 2003/05/08 18:55:13 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2983,6 +2983,18 @@ static const struct pci_known_product pci_known_products[] = { "82830MP CPU to I/O Bridge 2", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82855PE, + "82855PE Host-Hub Bridge", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82855PE_AGP, + "82855PE AGP", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801DBM, + "82801DBM LPC", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RCU32, "RCU32 I2O RAID", }, @@ -5559,6 +5571,10 @@ static const struct pci_known_product pci_known_products[] = { "PCI1421 PCI-CardBus", }, { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1520, + "PCI1520 PCI-CardBus", + }, + { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2040, "PCI2040 PCI-DSP", }, |