diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-01-08 02:30:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-01-08 02:30:26 +0000 |
commit | fa1fdfd8c5c44f7c021da1b5fceb5dcbf4e26ea5 (patch) | |
tree | 90c5c04b377c59c17451013067f76902ec39350b | |
parent | dfc0b5e5a4d2654f157beabd6db58956310010b1 (diff) |
a single-com in the Exsys EX-4109x family; Gregory Edigarov <edigarov@qarea.com>
-rw-r--r-- | sys/dev/pci/pucdata.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index f38abc97b65..d5440abb904 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.85 2012/10/12 21:56:03 sasano Exp $ */ +/* $OpenBSD: pucdata.c,v 1.86 2013/01/08 02:30:25 deraadt Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -638,6 +638,15 @@ const struct puc_device_description puc_devs[] = { }, }, + /* Exsys EX-41092 (sold as SIIG JJ-E10011-S3) */ + { /* "Exsys EX-41092", */ + { PCI_VENDOR_OXFORD2, PCI_PRODUCT_OXFORD2_EXSYS_EX41092,0x0000,0x0000}, + { 0xffff, 0xffff, 0x0000,0x0000}, + { + { PUC_COM_MUL(10), 0x10, 0x0000 }, + }, + }, + /* Exsys EX-41098, second part of Serial Technologies Expander PCI-232-108 */ { /* "Exsys EX-41098", */ { PCI_VENDOR_OXFORD2, PCI_PRODUCT_OXFORD2_EXSYS_EX41098, |