From cef2194fe10c7c23e15f76823fac892983cd8c59 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 19 Nov 1994 18:59:04 +0000 Subject: I just learned that isa.h is included in assembler files too... --- sys/i386/isa/isa.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/i386') 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_ */ -- cgit v1.1