summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-12 07:15:38 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-12 07:15:38 +0000
commitd721cac8d9758ea0192620c1117af45f3a88e622 (patch)
tree66aba44f9fbe476e557c2bbdb8e6a2c7edbe412c /sys/i386/eisa
parent24ca0028ac460583e4419263815e7bc7603654ab (diff)
downloadFreeBSD-src-d721cac8d9758ea0192620c1117af45f3a88e622.zip
FreeBSD-src-d721cac8d9758ea0192620c1117af45f3a88e622.tar.gz
Remove erronous definitions of PHYSTOKV, correct one is in param.h now.
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r--sys/i386/eisa/aha1742.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c
index 69e02d7..1e3e154 100644
--- a/sys/i386/eisa/aha1742.c
+++ b/sys/i386/eisa/aha1742.c
@@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
- * $Id: aha1742.c,v 1.7 93/08/26 21:12:21 julian Exp Locker: julian $
+ * $Id: aha1742.c,v 1.9 1993/08/28 03:07:40 rgrimes Exp $
*/
#include <sys/types.h>
@@ -81,7 +81,6 @@ extern physaddr kvtophys();
#endif MACH
#ifdef __386BSD__
-#define PHYSTOKV(x) (x | 0xFE000000)
#define KVTOPHYS(x) vtophys(x)
#endif __386BSD__
OpenPOWER on IntegriCloud