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 124bf425caf..a6572d23c43 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.317 2000/09/14 13:18:50 niklas Exp + * OpenBSD: pcidevs,v 1.318 2000/09/14 18:50:05 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2673,6 +2673,18 @@ struct pci_knowndev pci_knowndevs[] = { "Dual Serial", }, { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_SERIAL1, + 0, + "Lava", + "Serial", + }, + { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_SERIAL2, + 0, + "Lava", + "Serial", + }, + { PCI_VENDOR_LEADTEK, PCI_PRODUCT_LEADTEK_S3_805, 0, "LeadTek Research", |