diff options
author | phk <phk@FreeBSD.org> | 1994-11-19 18:59:04 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-19 18:59:04 +0000 |
commit | cef2194fe10c7c23e15f76823fac892983cd8c59 (patch) | |
tree | 9b5acf03d0455fe59fef40e592d63af033be8c05 | |
parent | be53cb00951debfb45fe93354b66116bb2e964de (diff) | |
download | FreeBSD-src-cef2194fe10c7c23e15f76823fac892983cd8c59.zip FreeBSD-src-cef2194fe10c7c23e15f76823fac892983cd8c59.tar.gz |
I just learned that isa.h is included in assembler files too...
-rw-r--r-- | sys/amd64/isa/isa.h | 5 | ||||
-rw-r--r-- | sys/i386/isa/isa.h | 5 |
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_ */ |