diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index de895820e66..77ec686bfb6 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.376 2001/03/14 04:42:23 deraadt Exp + * OpenBSD: pcidevs,v 1.377 2001/03/14 22:49:00 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2119,6 +2119,14 @@ static const struct pci_known_product pci_known_products[] = { "Serial", }, { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_LAVAPORT_0, + "Serial", + }, + { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_LAVAPORT_1, + "Serial", + }, + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS950_0, "Quad Serial", }, |