diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 374e9908df7..bb2871ec622 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.398 2001/05/25 10:04:55 deraadt Exp + * OpenBSD: pcidevs,v 1.399 2001/05/28 06:52:00 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -47,6 +47,10 @@ static const struct pci_known_product pci_known_products[] = { "3c985", }, { + PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556, + "3c556 Mini-PCI V.90 Modem", + }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C339, "3c339", }, @@ -1523,6 +1527,10 @@ static const struct pci_known_product pci_known_products[] = { "Maestro 2E", }, { + PCI_VENDOR_ESSTECH, PCI_PRODUCT_ESSTECH_ES1989, + "ES1989", + }, + { PCI_VENDOR_ESSTECH, PCI_PRODUCT_ESSTECH_MAESTRO3, "Maestro 3", }, @@ -3635,10 +3643,14 @@ static const struct pci_known_product pci_known_products[] = { "4DWAVE NX", }, { - PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_CYBERBLADE_I7, + PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_CYBERBLADEI7, "CyberBlade i7", }, { + PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_CYBERBLADEI7AGP, + "CyberBlade i7 AGP", + }, + { PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_TGUI_9320, "TGUI 9320", }, |