diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-03-30 11:13:18 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-03-30 11:13:18 +0000 |
commit | 899609a92a8584fe9db006d39465ed9f8bf7c961 (patch) | |
tree | fcc947caae1350274cff0e1b04d952b5821bb5eb /sys/dev/pci/pcidevs_data.h | |
parent | c4984a8d7a06ab064fd09c25602eeeebdab908dc (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 23315a68cee..f8e807ff947 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.2069 2024/03/23 10:35:50 sthen Exp + * OpenBSD: pcidevs,v 1.2070 2024/03/30 11:12:20 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -26672,6 +26672,10 @@ static const struct pci_known_product pci_known_products[] = { "HSSIc", }, { + PCI_VENDOR_LONGSYS, PCI_PRODUCT_LONGSYS_FORESEE_XP1000, + "FORESEE XP1000", + }, + { PCI_VENDOR_LUCENT, PCI_PRODUCT_LUCENT_LTMODEM, "K56flex DSVD LTMODEM", }, @@ -37072,6 +37076,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "NetChip Technology", }, { + PCI_VENDOR_CADENCE, + "Cadence", + }, + { PCI_VENDOR_I4, "I4", }, @@ -37224,6 +37232,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Rockchip", }, { + PCI_VENDOR_LONGSYS, + "Longsys", + }, + { PCI_VENDOR_TEKRAM2, "Tekram", }, |