summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/tc/scc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/tc/scc.c b/sys/arch/alpha/tc/scc.c
index 82fcc24a18e..00aa9a6b1e2 100644
--- a/sys/arch/alpha/tc/scc.c
+++ b/sys/arch/alpha/tc/scc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scc.c,v 1.19 2003/10/03 16:44:49 miod Exp $ */
+/* $OpenBSD: scc.c,v 1.20 2004/09/19 21:34:42 mickey Exp $ */
/* $NetBSD: scc.c,v 1.58 2002/03/17 19:40:27 atatat Exp $ */
/*
@@ -136,7 +136,7 @@ struct scc_softc {
*
* Speed selections with Pclk=7.3728MHz, clock x16
*/
-struct speedtab sccspeedtab[] = {
+const struct speedtab sccspeedtab[] = {
{ 0, 0, },
{ 50, 4606, },
{ 75, 3070, },