diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-09-14 18:50:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-09-14 18:50:21 +0000 |
commit | 08eb2162b421f1666b98f838a6d7d59deeed9151 (patch) | |
tree | 537c0cb909e6b8aabb034de54af9fb71bd720893 | |
parent | 8bc01844350209ea86523af3242d69f84496f621 (diff) |
more lava; moride@portside.net has one
-rw-r--r-- | sys/dev/pci/pucdata.c | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 59e3670c3d0..f59a4d40006 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.5 2000/09/11 21:23:25 deraadt Exp $ */ +/* $OpenBSD: pucdata.c,v 1.6 2000/09/14 18:50:20 deraadt Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -554,6 +554,24 @@ const struct puc_device_description puc_devices[] = { }, }, + /* Koutech IOFLEX-2S PCI Dual Port Serial, port 1 */ + { /* "Koutech IOFLEX-2S PCI Dual Port Serial, port 1", */ + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_SERIAL1, 0, 0 }, + { 0xffff, 0xfffc, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x00 }, + }, + }, + + /* Koutech IOFLEX-2S PCI Dual Port Serial, port 2 */ + { /* "Koutech IOFLEX-2S PCI Dual Port Serial, port 2", */ + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_SERIAL2, 0, 0 }, + { 0xffff, 0xfffc, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x00 }, + }, + }, + /* US Robotics (3Com) PCI Modems */ { /* "US Robotics (3Com) 3CP5609 PCI 16550 Modem", */ { PCI_VENDOR_USR, PCI_PRODUCT_USR_3CP5610, 0, 0 }, |