summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-18 20:43:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-18 20:43:36 +0000
commit8376e8e1fbcb5f1432e20d080b7f7e197c6a7f07 (patch)
tree4ca89cffd8534847a1d9d325f38d98bdb0033c7c
parentba1697b45cc88ab07c7acc7ff884de243f0ead5b (diff)
vscom pci-200h
-rw-r--r--sys/dev/pci/pucdata.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index e304b8af400..e2623c77fbc 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.15 2001/11/08 19:53:28 mickey Exp $ */
+/* $OpenBSD: pucdata.c,v 1.16 2001/11/18 20:43:35 deraadt Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -574,6 +574,19 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /*
+ * VScom PCI-200H uses a 14.7456 Mhz crystal instead of the standard
+ * 1.8432Mhz.
+ */
+ { /* "VScom PCI-200H with 2 x 16950 UARTS" */
+ { PCI_VENDOR_OXFORD, PCI_PRODUCT_OXFORD_VSCOM_PCI200H, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
+ { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
+ },
+ },
+
/* NEC PK-UG-X001 K56flex PCI Modem card.
NEC MARTH bridge chip and Rockwell RCVDL56ACF/SP using. */
{ /* "NEC PK-UG-X001 K56flex PCI Modem", */