diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-10-28 00:12:04 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-10-28 00:12:04 +0000 |
commit | 6784c4f8dfcc4bf582879070e22114a108fc5695 (patch) | |
tree | f6048742f6d41ca6e7290537c60c7a4b2fed2cc3 /sys | |
parent | 05ee8115b41b847db15a9943af2bf5637fba99bd (diff) |
sync
Diffstat (limited to 'sys')
-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 b744bdfe312..990c7e11eee 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.683 2003/10/22 11:00:59 henning Exp + * OpenBSD: pcidevs,v 1.684 2003/10/28 00:11:38 grange Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1348,6 +1348,7 @@ #define PCI_PRODUCT_IRE_ADSP2141 0x2f44 /* ADSP 2141 */ /* ITExpress */ +#define PCI_PRODUCT_ITEXPRESS_IT8212 0x8212 /* IT8212 */ #define PCI_PRODUCT_ITEXPRESS_IT8330G 0x8330 /* IT8330G */ /* KTI */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d7decd8caea..24ec17187b9 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.683 2003/10/22 11:00:59 henning Exp + * OpenBSD: pcidevs,v 1.684 2003/10/28 00:11:38 grange Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3563,6 +3563,10 @@ static const struct pci_known_product pci_known_products[] = { "ADSP 2141", }, { + PCI_VENDOR_ITEXPRESS, PCI_PRODUCT_ITEXPRESS_IT8212, + "IT8212", + }, + { PCI_VENDOR_ITEXPRESS, PCI_PRODUCT_ITEXPRESS_IT8330G, "IT8330G", }, |