diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-11 09:47:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-11 09:47:13 +0000 |
commit | 0f7af2ec36331a03bad16c30540312fa6454bb8a (patch) | |
tree | e449d89531d08a64e085b726b00fb65f1d9180ec /sys | |
parent | f6e2b423861173e62cb09bac69d991caaef7e2ac (diff) |
document the fast thingy on the VScom PCI-200L
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pucdata.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index f3566dbea68..36c29ae8db6 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.13 2001/08/05 10:05:36 deraadt Exp $ */ +/* $OpenBSD: pucdata.c,v 1.14 2001/08/11 09:47:12 deraadt Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -559,6 +559,12 @@ const struct puc_device_description puc_devices[] = { }, }, + /* + * VScom PCI-200L has 2 x 16550 UARTS. + * The board has a jumper which allows you to select a clock speed + * of either 14.7456MHz or 1.8432MHz. By default it runs at the + * latter. If pins 2 & 3 are shorted, use COM_FREQ * 8 instead. + */ { /* "VScom PCI-200L with 2 x 16550 UARTS" */ { PCI_VENDOR_OXFORD, PCI_PRODUCT_OXFORD_VSCOM_PCI200L, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, |