diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-02 17:15:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-02 17:15:02 +0000 |
commit | bf047a633986acd1b6ca1d1f86d99a92878e09c5 (patch) | |
tree | 4bd3853e237a3c5ad4ee6241a9de35e2b8d8e497 /sys | |
parent | aea9762b5a44339456e1cd4b8a8999664c6ad472 (diff) |
2nd port location was incorrect; bde@freebsd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pucdata.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 79cf548b93a..7b85159ba47 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.28 2003/06/27 10:04:53 henning Exp $ */ +/* $OpenBSD: pucdata.c,v 1.29 2003/08/02 17:15:01 deraadt Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -618,17 +618,13 @@ const struct puc_device_description puc_devices[] = { /* * VScom PCI 200HV2, is 200H Version 2. * Sells as 200H - * strange things with the second port, either my card is simply - * broken or something really strange is going on. - * second port does not work at all. I'll request another one for - * further testing. */ { /* "VScom PCI-200HV2", */ { PCI_VENDOR_OXFORD, PCI_PRODUCT_OXFORD_VSCOM_PCI200HV2, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, { { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 }, - { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 }, + { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 }, }, }, |