Deleted Added
full compact
specialreg.h (51127) specialreg.h (79609)
1/*-
2 * Copyright (c) 1991 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91
1/*-
2 * Copyright (c) 1991 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91
34 * $FreeBSD: head/sys/i386/include/specialreg.h 51127 1999-09-10 15:51:44Z peter $
34 * $FreeBSD: head/sys/i386/include/specialreg.h 79609 2001-07-12 06:32:51Z peter $
35 */
36
37#ifndef _MACHINE_SPECIALREG_H_
38#define _MACHINE_SPECIALREG_H_
39
40/*
41 * Bits in 386 special registers:
42 */

--- 45 unchanged lines hidden (view full) ---

88#define CPUID_CX8 0x0100
89#define CPUID_APIC 0x0200
90#define CPUID_B10 0x0400
91#define CPUID_B11 0x0800
92#define CPUID_MTRR 0x1000
93#define CPUID_PGE 0x2000
94#define CPUID_MCA 0x4000
95#define CPUID_CMOV 0x8000
35 */
36
37#ifndef _MACHINE_SPECIALREG_H_
38#define _MACHINE_SPECIALREG_H_
39
40/*
41 * Bits in 386 special registers:
42 */

--- 45 unchanged lines hidden (view full) ---

88#define CPUID_CX8 0x0100
89#define CPUID_APIC 0x0200
90#define CPUID_B10 0x0400
91#define CPUID_B11 0x0800
92#define CPUID_MTRR 0x1000
93#define CPUID_PGE 0x2000
94#define CPUID_MCA 0x4000
95#define CPUID_CMOV 0x8000
96#define CPUID_FXSR 0x01000000
97#define CPUID_XMM 0x02000000
96
97/*
98 * Model-specific registers for the i386 family
99 */
100#define MSR_P5_MC_ADDR 0x000
101#define MSR_P5_MC_TYPE 0x001
102#define MSR_TSC 0x010
103#define MSR_APICBASE 0x01b

--- 239 unchanged lines hidden ---
98
99/*
100 * Model-specific registers for the i386 family
101 */
102#define MSR_P5_MC_ADDR 0x000
103#define MSR_P5_MC_TYPE 0x001
104#define MSR_TSC 0x010
105#define MSR_APICBASE 0x01b

--- 239 unchanged lines hidden ---