summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-11-21 03:56:44 +0000
committerderaadt <deraadt@openbsd.org>2004-11-21 03:56:44 +0000
commitd3e97fd80c1f57e2ee977d3ac36fe73131d0bf9f (patch)
treea13930629c52ad643bf44057c8463cfa567d6515
parentdone items (diff)
downloadwireguard-openbsd-d3e97fd80c1f57e2ee977d3ac36fe73131d0bf9f.tar.xz
wireguard-openbsd-d3e97fd80c1f57e2ee977d3ac36fe73131d0bf9f.zip
a single port com puc from lava
-rw-r--r--sys/dev/pci/pucdata.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index d3e5a5cddb1..3c489a4980d 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.38 2004/08/18 19:58:14 millert Exp $ */
+/* $OpenBSD: pucdata.c,v 1.39 2004/11/21 03:56:44 deraadt Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -829,6 +829,17 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /*
+ * Lava Computers LavaPort-single serial port.
+ */
+ { /* "Lava Computers high-speed port", */
+ { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_LAVAPORT_2, 0, 0 },
+ { 0xffff, 0xfffc, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ*4 },
+ },
+ },
+
/* Lava Computers LavaPort-650 */
{ /* "Lava Computers high-speed port", */
{ PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_650, 0, 0 },