diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-23 18:07:00 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-23 18:07:00 +0000 |
commit | d232f851a8f724fd810f2c934225fff4889846aa (patch) | |
tree | 87e2251bf4bfc654abd5373a6ecb8158d9d0f980 /sys/dev | |
parent | f2077d210a0b47fd71980fe1ab63820d7c0d304b (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index cbc62547765..cf6ce741a70 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.1025 2006/02/19 09:32:00 brad Exp + * OpenBSD: pcidevs,v 1.1026 2006/02/23 18:02:54 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3411,6 +3411,7 @@ #define PCI_PRODUCT_VORTEX_GDT_7x29RN 0x0261 /* GDT7x29RN */ #define PCI_PRODUCT_VORTEX_GDT_8x22RZ 0x02f6 /* GDT8x22RZ */ #define PCI_PRODUCT_VORTEX_GDT_ICP 0x0300 /* ICP */ +#define PCI_PRODUCT_VORTEX_GDT_ICP2 0x0301 /* ICP */ /* VLSI products */ #define PCI_PRODUCT_VLSI_82C592 0x0005 /* 82C592 CPU */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 186264780d6..0f504c5ef56 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.1025 2006/02/19 09:32:00 brad Exp + * OpenBSD: pcidevs,v 1.1026 2006/02/23 18:02:54 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10647,6 +10647,10 @@ static const struct pci_known_product pci_known_products[] = { "ICP", }, { + PCI_VENDOR_VORTEX, PCI_PRODUCT_VORTEX_GDT_ICP2, + "ICP", + }, + { PCI_VENDOR_VLSI, PCI_PRODUCT_VLSI_82C592, "82C592 CPU", }, |