From 2af09b20737af4c168f303eae41855bbe4874264 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 27 Sep 2002 22:02:46 +0000 Subject: 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. --- sys/dev/puc/puc_pccard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 }, } }; -- cgit v1.1