diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2004-12-08 18:54:47 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2004-12-08 18:54:47 +0000 |
commit | 9796facf0bc1cb5aece7b803d61c3e65ba14ea6b (patch) | |
tree | be8cd80430c11e6cadfd967e05961c5b86dea740 /sys/dev/pci/pcidevs_data.h | |
parent | fb972d3966975898f208e2783611ee6e74ebcdb5 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7ce13aee311..2bdff65d7a1 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.807 2004/12/07 11:06:56 jsg Exp + * OpenBSD: pcidevs,v 1.808 2004/12/08 18:52:22 martin Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4675,6 +4675,10 @@ static const struct pci_known_product pci_known_products[] = { "PCI-PCI", }, { + PCI_VENDOR_MITSUBISHIELEC, PCI_PRODUCT_MITSUBISHIELEC_4D30T, + "Powerstorm 4D30T", + }, + { PCI_VENDOR_MITSUBISHIELEC, PCI_PRODUCT_MITSUBISHIELEC_GUI, "GUI Accel", }, |