summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-27 22:02:46 +0000
committerphk <phk@FreeBSD.org>2002-09-27 22:02:46 +0000
commit2af09b20737af4c168f303eae41855bbe4874264 (patch)
tree6d9de24b9cc395fd96a9cf0a416893fe00b60e6f /sys/dev
parentcc0058119ee38271d6e6796085c955c489fdda06 (diff)
downloadFreeBSD-src-2af09b20737af4c168f303eae41855bbe4874264.zip
FreeBSD-src-2af09b20737af4c168f303eae41855bbe4874264.tar.gz
Add "missing scratch-pad register" to the first of the two ports
on the Argosy SP-320 dual-port async PCcard. An amazing piece of hardware seen from an ISO9000 point of view.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/puc/puc_pccard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/puc/puc_pccard.c b/sys/dev/puc/puc_pccard.c
index f30e5d7..29b27e3 100644
--- a/sys/dev/puc/puc_pccard.c
+++ b/sys/dev/puc/puc_pccard.c
@@ -52,8 +52,8 @@ const struct puc_device_description rscom_devices = {
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{
- { PUC_PORT_TYPE_COM, 0x0, 0x00, DEFAULT_RCLK },
- { PUC_PORT_TYPE_COM, 0x1, 0x00, DEFAULT_RCLK },
+ { PUC_PORT_TYPE_COM, 0x0, 0x00, DEFAULT_RCLK, 0x100000 },
+ { PUC_PORT_TYPE_COM, 0x1, 0x00, DEFAULT_RCLK, 0 },
}
};
OpenPOWER on IntegriCloud