diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-25 05:38:59 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-25 05:38:59 +0000 |
commit | 0694b73a7a808a264fc311d9e757c669337c140d (patch) | |
tree | 64801ca1f89497b82dadaaa06a0d49ce68e93749 /sys/dev/pci/pcidevs_data.h | |
parent | 3092e8c9a45e1aa97b51708ef811fb0fd5d4c47b (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d95db72cbcd..ba393dd6a89 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.1081 2006/06/24 14:02:28 jsg Exp + * OpenBSD: pcidevs,v 1.1082 2006/06/25 05:38:13 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -8303,6 +8303,14 @@ static const struct pci_known_product pci_known_products[] = { "PMC/GNIC2", }, { + PCI_VENDOR_PARALLELS, PCI_PRODUCT_PARALLELS_TOOLS, + "Tools", + }, + { + PCI_VENDOR_PARALLELS, PCI_PRODUCT_PARALLELS_VIDEO, + "Video", + }, + { PCI_VENDOR_PCTECH, PCI_PRODUCT_PCTECH_RZ1000, "RZ1000", }, @@ -12379,6 +12387,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "NetMos", }, { + PCI_VENDOR_PARALLELS, + "Parallels", + }, + { PCI_VENDOR_3COM2, "3Com", }, |