summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-21 03:56:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-21 03:56:45 +0000
commitff476cb7704660434306ec244776294128217c54 (patch)
tree493e4f78d074c649e7f6424ea50945c97fd67079 /sys
parent7310d2ed7ff7a1a7fcb6619815f757da7d355563 (diff)
a single port com puc from lava
Diffstat (limited to 'sys')
-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 },