diff options
author | 2004-12-08 18:54:45 +0000 | |
---|---|---|
committer | 2004-12-08 18:54:45 +0000 | |
commit | b626090a8d66ad923205964a33980b4df7cd7601 (patch) | |
tree | 32b22535afb8a8df703e5148fe17096efc2d771e | |
parent | rearrange the output loop for file lists in the log message so we don't (diff) | |
download | wireguard-openbsd-b626090a8d66ad923205964a33980b4df7cd7601.tar.xz wireguard-openbsd-b626090a8d66ad923205964a33980b4df7cd7601.zip |
sync
-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 80c79c5532e..27774d4077f 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.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 $ */ @@ -1692,6 +1692,7 @@ #define PCI_PRODUCT_MENTOR_PCI0661 0x0661 /* PCI-PCI */ /* Mitsubishi Electronics */ +#define PCI_PRODUCT_MITSUBISHIELEC_4D30T 0x0301 /* Powerstorm 4D30T */ #define PCI_PRODUCT_MITSUBISHIELEC_GUI 0x0304 /* GUI Accel */ /* Motorola products */ 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", }, |