summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-08 23:24:09 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-08 23:24:09 +0000
commit48cc0137de52cf0bef3ed72ba03291ea021eb448 (patch)
treefd2585ffc7c8dfb1c1550c0a7e9f380dd1e07dfb
parenta1f1d41fccd71658905c99b6734c919d68b70ae0 (diff)
com freq is 7372800, which "normal" * 4 and is discovered by
Enrik Berkhan <Enrik.Berkhan@planb.de> .
-rw-r--r--sys/arch/hppa/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h
index 0097e87c180..84ae6a6be4c 100644
--- a/sys/arch/hppa/include/param.h
+++ b/sys/arch/hppa/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.17 2002/02/01 08:47:43 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.18 2002/02/08 23:24:08 mickey Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -139,7 +139,7 @@
#ifndef _LOCORE
#define CONADDR conaddr
#define CONUNIT conunit
-#define COM_FREQ 7272727
+#define COM_FREQ 7372800
extern hppa_hpa_t conaddr;
extern int conunit;
#endif