diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-04-17 07:47:32 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-04-17 07:47:32 +0000 |
commit | cd08a13be66e94f555fc176e4e75d5b34838a4e8 (patch) | |
tree | 75e52ae8c8c6470e75bbb80e956042eba02475cf /sys/dev/pci/pcidevs_data.h | |
parent | 0d724740539eebbe70efd9e319a5c826ae734c13 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f29d46bcf8a..3af25366265 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.858 2005/04/17 06:44:03 jsg Exp + * OpenBSD: pcidevs,v 1.859 2005/04/17 07:46:01 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3223,6 +3223,14 @@ static const struct pci_known_product pci_known_products[] = { "INIC-950", }, { + PCI_VENDOR_INPROCOMM, PCI_PRODUCT_INPROCOMM_IPN2120, + "IPN2120", + }, + { + PCI_VENDOR_INPROCOMM, PCI_PRODUCT_INPROCOMM_IPN2220, + "IPN2220", + }, + { PCI_VENDOR_IMS, PCI_PRODUCT_IMS_8849, "8849", }, @@ -4507,6 +4515,18 @@ static const struct pci_known_product pci_known_products[] = { "PRISM2.5", }, { + PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_ISL3877, + "Prism Indigo", + }, + { + PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_ISL3886, + "Prism Javelin/Xbow", + }, + { + PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_ISL3890, + "Prism GT/Duette", + }, + { PCI_VENDOR_INVERTEX, PCI_PRODUCT_INVERTEX_AEON, "AEON", }, @@ -4855,6 +4875,14 @@ static const struct pci_known_product pci_known_products[] = { "i740 PCI", }, { + PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_88W8310_1, + "Libertas 88W8310", + }, + { + PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_88W8310_2, + "Libertas 88W8310", + }, + { PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_SK_V2, "SKv2", }, @@ -9495,6 +9523,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Hawking Technology", }, { + PCI_VENDOR_INPROCOMM, + "INPROCOMM", + }, + { PCI_VENDOR_LANERGY, "Lanergy", }, |