diff options
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 2e9a9e447dd..0b021348048 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.117 1999/02/08 18:17:20 millert Exp + * OpenBSD: pcidevs,v 1.118 1999/02/16 04:15:20 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1617,6 +1617,12 @@ struct pci_knowndev pci_knowndevs[] = { "Powerstorm 4D50T", }, { + PCI_VENDOR_INVERTEX, PCI_PRODUCT_INVERTEX_AEON, + 0, + "Invertex", + "AEON", + }, + { PCI_VENDOR_ITT, PCI_PRODUCT_ITT_AGX016, 0, "I. T. T.", @@ -5763,6 +5769,12 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_INVERTEX, 0, + PCI_KNOWNDEV_NOPROD, + "Invertex", + NULL, + }, + { PCI_VENDOR_SYMPHONY2, 0, PCI_KNOWNDEV_NOPROD, "Symphony Labs (2nd ID)", |