diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-11-10 12:14:34 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-11-10 12:14:34 +0000 |
commit | 628ff6da0b265a200f20dce35d33f8aa2b1ca773 (patch) | |
tree | 4d7a026af4bff6384301a7455e38eaa716209a51 /sys/dev/pci/pcidevs_data.h | |
parent | 1b66e6c8540694c30f53ea804f12a793fc09a036 (diff) |
regen
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 4d01ac1150f..e3b5ce86ee0 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.2051 2023/09/25 15:37:36 deraadt Exp + * OpenBSD: pcidevs,v 1.2052 2023/11/10 12:14:04 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3268,6 +3268,10 @@ static const struct pci_known_product pci_known_products[] = { "Phoenix", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_PHOENIX2, + "Phoenix 2", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_PICASSO, "Picasso", }, |