summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7c15c87..cec13f6 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 7c15c87..cec13f6 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_ */
OpenPOWER on IntegriCloud