summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-01 08:47:44 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-01 08:47:44 +0000
commit619e7a97d6158e0973616fd0707ca96f759b7e62 (patch)
tree1b996fb194bc906816329f30272b3fd200202f8e
parent90da781d3471f53c6751d3ba45d9c6681f66e19a (diff)
redefine COM_FREQ to 7.272727MHz
-rw-r--r--sys/arch/hppa/include/param.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h
index 0148b780205..0097e87c180 100644
--- a/sys/arch/hppa/include/param.h
+++ b/sys/arch/hppa/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.16 2002/01/25 21:25:55 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.17 2002/02/01 08:47:43 mickey Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -139,6 +139,7 @@
#ifndef _LOCORE
#define CONADDR conaddr
#define CONUNIT conunit
+#define COM_FREQ 7272727
extern hppa_hpa_t conaddr;
extern int conunit;
#endif