summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/gpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pcmcia/gpr.c')
-rw-r--r--sys/dev/pcmcia/gpr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/gpr.c b/sys/dev/pcmcia/gpr.c
index de96d1f9722..60a6ab36426 100644
--- a/sys/dev/pcmcia/gpr.c
+++ b/sys/dev/pcmcia/gpr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gpr.c,v 1.8 2002/11/10 03:57:25 fgsch Exp $ */
+/* $OpenBSD: gpr.c,v 1.9 2003/02/11 19:20:28 mickey Exp $ */
/*
* Copyright (c) 2002, Federico G. Schwindt
@@ -78,7 +78,7 @@
#define GPR400_SELECT 0x50 /* Select card */
#define GPR400_DRV0 0x00 /* Downloaded driver 0 */
#define GPR400_ISODRV 0x02 /* ISO7816-3 driver */
-#define GPR400_CLK_MASK 0x08 /* 0: 3.68Mhz, 1: 7.36Mhz */
+#define GPR400_CLK_MASK 0x08 /* 0: 3.68MHz, 1: 7.36MHz */
#define GPR400_STATUS 0xA0 /* Reader status */
#define GPR400_CONT 0x04 /* Chain block */