diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2006-06-15 15:29:26 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2006-06-15 15:29:26 +0000 |
commit | 6132b25fc1c9106eea34f2d0ec39e5d2458581f0 (patch) | |
tree | 2f163eef521bc38bb791d96b74183afa4f16df60 | |
parent | 8c12441c5237a84fc3d755ce8ce28064def46a4a (diff) |
oxford 16pci954/siig 2050 has a 10x clock (why?!)
-rw-r--r-- | sys/dev/pci/pucdata.c | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 933b8a4eb3d..1acec1dcf11 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.42 2005/11/02 17:08:22 deraadt Exp $ */ +/* $OpenBSD: pucdata.c,v 1.43 2006/06/15 15:29:25 jason Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -792,6 +792,19 @@ const struct puc_device_description puc_devices[] = { }, }, + /* SIIG 2050 (uses Oxford 16PCI954 and a 10x clock) */ + { /* "Oxford Semiconductor OX16PCI954 UARTs", */ + { PCI_VENDOR_OXFORD2, PCI_PRODUCT_OXFORD2_OX16PCI954, + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2050 }, + { 0xffff, 0xffff, 0xffff, 0xffff }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10 }, + { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10 }, + { PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 10 }, + { PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 10 }, + }, + }, + /* Oxford Semiconductor OX16PCI954 PCI UARTs */ { /* "Oxford Semiconductor OX16PCI954 UARTs", */ { PCI_VENDOR_OXFORD2, PCI_PRODUCT_OXFORD2_OX16PCI954, 0, 0 }, |