aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-11-19 18:59:04 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-11-19 18:59:04 +0000
commitf143db1a981c10a7ea20e79a95c9454592cc4c0a (patch)
tree9b5acf03d0455fe59fef40e592d63af033be8c05
parentf194376568ca5a102a67be44d4f5ac3cac38fe7e (diff)
Notes
-rw-r--r--sys/amd64/isa/isa.h5
-rw-r--r--sys/i386/isa/isa.h5
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/amd64/isa/isa.h b/sys/amd64/isa/isa.h
index 7c15c8788f32..cec13f6b5d97 100644
--- a/sys/amd64/isa/isa.h
+++ b/sys/amd64/isa/isa.h
@@ -34,12 +34,13 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
- * $Id: isa.h,v 1.9 1994/11/18 19:01:25 gibbs Exp $
+ * $Id: isa.h,v 1.10 1994/11/19 18:47:57 phk Exp $
*/
#ifndef _I386_ISA_ISA_H_
#define _I386_ISA_ISA_H_
+/* BEWARE: Included in both assembler and C code */
/*
* ISA Bus conventions
*/
@@ -176,6 +177,4 @@
#define CYRIX_EMC 0xC0000000 /* Cyrix EMC */
#endif COMPAQ_RAMRELOC
-extern u_int atdevbase; /* offset in virtual memory of ISA io mem */
-
#endif /* !_I386_ISA_ISA_H_ */
diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h
index 7c15c8788f32..cec13f6b5d97 100644
--- a/sys/i386/isa/isa.h
+++ b/sys/i386/isa/isa.h
@@ -34,12 +34,13 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
- * $Id: isa.h,v 1.9 1994/11/18 19:01:25 gibbs Exp $
+ * $Id: isa.h,v 1.10 1994/11/19 18:47:57 phk Exp $
*/
#ifndef _I386_ISA_ISA_H_
#define _I386_ISA_ISA_H_
+/* BEWARE: Included in both assembler and C code */
/*
* ISA Bus conventions
*/
@@ -176,6 +177,4 @@
#define CYRIX_EMC 0xC0000000 /* Cyrix EMC */
#endif COMPAQ_RAMRELOC
-extern u_int atdevbase; /* offset in virtual memory of ISA io mem */
-
#endif /* !_I386_ISA_ISA_H_ */