diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-27 22:02:46 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-27 22:02:46 +0000 |
| commit | 6cfbfac6d49191510d1faa8b9807e74f7494bf74 (patch) | |
| tree | 6d9de24b9cc395fd96a9cf0a416893fe00b60e6f | |
| parent | 32bc35fdb67fedc3035b2eb6c05f26140038e7d4 (diff) | |
Notes
| -rw-r--r-- | sys/dev/puc/puc_pccard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/puc/puc_pccard.c b/sys/dev/puc/puc_pccard.c index f30e5d7d63bb..29b27e354bed 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 }, } }; |
