diff options
Diffstat (limited to 'sys/dev/pci/pucdata.c')
-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, |