isareg.h (cc7495b5c1c0dc1a0eb0128220ef454ccc87df47) | isareg.h (cfa84f46316d500ad9b4a7d62b98b498134d2584) |
---|---|
1/*- 2 * Copyright (c) 1990 The Regents of the University of California. 3 * All rights reserved. 4 * 5 * This code is derived from software contributed to Berkeley by 6 * William Jolitz. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 20 unchanged lines hidden (view full) --- 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 34 * SUCH DAMAGE. 35 * 36 * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 | 1/*- 2 * Copyright (c) 1990 The Regents of the University of California. 3 * All rights reserved. 4 * 5 * This code is derived from software contributed to Berkeley by 6 * William Jolitz. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 20 unchanged lines hidden (view full) --- 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 34 * SUCH DAMAGE. 35 * 36 * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 |
37 * $Id: isareg.h,v 1.1 1998/08/06 08:49:09 dfr Exp $ | 37 * $Id: isareg.h,v 1.2 1999/01/06 05:49:30 yokota Exp $ |
38 */ 39 40#ifdef PC98 41#error isa.h is included from PC-9801 source 42#endif 43 | 38 */ 39 40#ifdef PC98 41#error isa.h is included from PC-9801 source 42#endif 43 |
44#ifndef _I386_ISA_ISA_H_ 45#define _I386_ISA_ISA_H_ | 44#ifndef _ISA_ISA_H_ 45#define _ISA_ISA_H_ |
46 47/* BEWARE: Included in both assembler and C code */ 48 49/* 50 * ISA Bus conventions 51 */ 52 53/* --- 138 unchanged lines hidden (view full) --- 192 */ 193#ifndef COMPAQ_RAMRELOC 194#define COMPAQ_RAMRELOC 0x80C00000 /* Compaq RAM relocation/diag */ 195#define COMPAQ_RAMSETUP 0x80C00002 /* Compaq RAM setup */ 196#define WEITEK_FPU 0xC0000000 /* WTL 2167 */ 197#define CYRIX_EMC 0xC0000000 /* Cyrix EMC */ 198#endif /* !COMPAQ_RAMRELOC */ 199 | 46 47/* BEWARE: Included in both assembler and C code */ 48 49/* 50 * ISA Bus conventions 51 */ 52 53/* --- 138 unchanged lines hidden (view full) --- 192 */ 193#ifndef COMPAQ_RAMRELOC 194#define COMPAQ_RAMRELOC 0x80C00000 /* Compaq RAM relocation/diag */ 195#define COMPAQ_RAMSETUP 0x80C00002 /* Compaq RAM setup */ 196#define WEITEK_FPU 0xC0000000 /* WTL 2167 */ 197#define CYRIX_EMC 0xC0000000 /* Cyrix EMC */ 198#endif /* !COMPAQ_RAMRELOC */ 199 |
200#endif /* !_I386_ISA_ISA_H_ */ | 200#endif /* !_ISA_ISA_H_ */ |