diff options
author | 2001-03-02 09:36:29 +0000 | |
---|---|---|
committer | 2001-03-02 09:36:29 +0000 | |
commit | 7deaf3ed64aa6c366d59a17ffdffa18c87a91d21 (patch) | |
tree | 1425c8673dd76a75f4bdc06d0397e828402d12e4 | |
parent | new lava (diff) | |
download | wireguard-openbsd-7deaf3ed64aa6c366d59a17ffdffa18c87a91d21.tar.xz wireguard-openbsd-7deaf3ed64aa6c366d59a17ffdffa18c87a91d21.zip |
pcidevs.h
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 80413f60e2f..3944734528e 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.369 2001/02/22 01:34:29 chris Exp + * OpenBSD: pcidevs,v 1.371 2001/03/02 09:36:22 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2087,7 +2087,7 @@ static const struct pci_known_product pci_known_products[] = { "DS1", }, { - PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_PARALLEL, + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_TWOSP_1P, "Parallel", }, { @@ -2103,18 +2103,26 @@ static const struct pci_known_product pci_known_products[] = { "Dual Parallel B", }, { - PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_SERIAL, + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_TWOSP_2S, "Dual Serial", }, { - PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_SERIAL1, + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_IOFLEX_2S_0, "Serial", }, { - PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_SERIAL2, + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_IOFLEX_2S_1, "Serial", }, { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS950_0, + "Quad Serial", + }, + { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS950_1, + "Quad Serial", + }, + { PCI_VENDOR_LEADTEK, PCI_PRODUCT_LEADTEK_S3_805, "S3 805", }, |