summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-28 21:04:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-28 21:04:30 +0000
commitc7e5993ac279ac0666a9b781332121ce70d01083 (patch)
treea787c3f66b2668c780cc04bcad754316eacba382 /sys/dev/pci
parent87365df13b85baf9a2cbff59b1981e9b14379a60 (diff)
lavaport 650
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pucdata.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index d657dc6c6b2..8a006814c4b 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.10 2001/03/28 18:10:54 deraadt Exp $ */
+/* $OpenBSD: pucdata.c,v 1.11 2001/03/28 21:04:29 deraadt Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -607,6 +607,15 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* Lava Computers LavaPort-650 */
+ { /* "Lava Computers high-speed port", */
+ { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_650, 0, 0 },
+ { 0xffff, 0xfffc, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ*4 },
+ },
+ },
+
/* Koutech IOFLEX-2S PCI Dual Port Serial, port 1 */
{ /* "Koutech IOFLEX-2S PCI Dual Port Serial, port 1", */
{ PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_IOFLEX_2S_0, 0, 0 },