diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-09-14 18:50:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-09-14 18:50:28 +0000 |
commit | b2fc4421b497da9e420c51669d2504c7d5c202a2 (patch) | |
tree | 627f8920ba2384c4b0b74e2ea3395ee9761e5403 /sys/dev | |
parent | 08eb2162b421f1666b98f838a6d7d59deeed9151 (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index dc2b15afff6..7deb97cdb0a 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.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 $ */ @@ -1160,6 +1160,8 @@ #define PCI_PRODUCT_LAVA_PARALLEL2A 0x8002 /* Dual Parallel */ #define PCI_PRODUCT_LAVA_PARALLELB 0x8003 /* Dual Parallel B */ #define PCI_PRODUCT_LAVA_SERIAL 0x0100 /* Dual Serial */ +#define PCI_PRODUCT_LAVA_SERIAL1 0x0110 /* Serial */ +#define PCI_PRODUCT_LAVA_SERIAL2 0x0111 /* Serial */ /* LeadTek Research */ #define PCI_PRODUCT_LEADTEK_S3_805 0x0000 /* S3 805 */ 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", |