diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-05-14 16:39:26 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-05-14 16:39:26 +0000 |
commit | 32e4c70af86db3d3904d835b6c1eb09da3290640 (patch) | |
tree | 7183cef9995e014b6a5279859fddbe73fc51a012 /sys/dev | |
parent | 808edb4598d975bafaa42a374811450016089a9d (diff) |
Syba SD-LAB PCI I/O Card 4S
From: Christian Gut <cycloon@is-root.org>
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pucdata.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 8455b01e4e8..66f98477fed 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.34 2004/04/17 17:53:46 deraadt Exp $ */ +/* $OpenBSD: pucdata.c,v 1.35 2004/05/14 16:39:25 henning Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -896,6 +896,18 @@ const struct puc_device_description puc_devices[] = { }, }, + /* SD-LAB PCI I/O Card 4S */ + { /* "Syba Tech Ltd. PCI-4S" */ + { PCI_VENDOR_SYBA, PCI_PRODUCT_SYBA_4S, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x3e8, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x10, 0x2e8, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x10, 0x3f8, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x10, 0x2f8, COM_FREQ }, + }, + }, + /* SD-LAB PCI I/O Card 4S2P */ { /* "Syba Tech Ltd. PCI-4S2P-550-ECP" */ { PCI_VENDOR_SYBA, PCI_PRODUCT_SYBA_4S2P, 0, 0 }, |