summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc/puc_pccard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/puc/puc_pccard.c')
-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