summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-28 20:48:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-28 20:48:31 +0000
commit01f3bfe55e3751082df3160cb6d1fd2014bf732e (patch)
treedfaa349554538ad2e2c0e32f633efeef9fb96bc7
parent3d7b35cbb14d1f4cde07817dbe03d9d21be4ad93 (diff)
sync
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 56fdc8ab9d0..b0ea0096c21 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.380 2001/03/28 18:10:25 deraadt Exp
+ * OpenBSD: pcidevs,v 1.381 2001/03/28 20:48:22 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1256,6 +1256,7 @@
#define PCI_PRODUCT_LAVA_IOFLEX_2S_1 0x0111 /* Serial */
#define PCI_PRODUCT_LAVA_LAVAPORT_0 0x0201 /* Serial */
#define PCI_PRODUCT_LAVA_LAVAPORT_1 0x0202 /* Serial */
+#define PCI_PRODUCT_LAVA_650 0x0600 /* Dual Serial */
#define PCI_PRODUCT_LAVA_OCTOPUS950_0 0x0180 /* Quad Serial */
#define PCI_PRODUCT_LAVA_OCTOPUS950_1 0x0181 /* Quad Serial */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index a0a744f79ca..1e50ff3a962 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.380 2001/03/28 18:10:25 deraadt Exp
+ * OpenBSD: pcidevs,v 1.381 2001/03/28 20:48:22 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2147,6 +2147,10 @@ static const struct pci_known_product pci_known_products[] = {
"Serial",
},
{
+ PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_650,
+ "Dual Serial",
+ },
+ {
PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS950_0,
"Quad Serial",
},