Deleted Added
full compact
agpreg.h (127873) agpreg.h (129189)
1/*-
2 * Copyright (c) 2000 Doug Rabson
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

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2000 Doug Rabson
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

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/dev/agp/agpreg.h 127873 2004-04-05 02:32:07Z imp $
26 * $FreeBSD: head/sys/dev/agp/agpreg.h 129189 2004-05-13 20:05:42Z jhb $
27 */
28
29#ifndef _PCI_AGPREG_H_
30#define _PCI_AGPREG_H_
31
32/*
33 * Offsets for various AGP configuration registers.
34 */

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

82 * Config offsets for Intel i820/i840/i845/i850/i860/i865 AGP chipsets.
83 */
84#define AGP_INTEL_MCHCFG 0x50
85#define AGP_INTEL_I820_RDCR 0x51
86#define AGP_INTEL_I845_MCHCFG 0x51
87#define AGP_INTEL_I8XX_ERRSTS 0xc8
88
89/*
27 */
28
29#ifndef _PCI_AGPREG_H_
30#define _PCI_AGPREG_H_
31
32/*
33 * Offsets for various AGP configuration registers.
34 */

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

82 * Config offsets for Intel i820/i840/i845/i850/i860/i865 AGP chipsets.
83 */
84#define AGP_INTEL_MCHCFG 0x50
85#define AGP_INTEL_I820_RDCR 0x51
86#define AGP_INTEL_I845_MCHCFG 0x51
87#define AGP_INTEL_I8XX_ERRSTS 0xc8
88
89/*
90 * Config offsets for VIA AGP chipsets.
90 * Config offsets for VIA AGP 2.x chipsets.
91 */
92#define AGP_VIA_GARTCTRL 0x80
93#define AGP_VIA_APSIZE 0x84
94#define AGP_VIA_ATTBASE 0x88
95
96/*
91 */
92#define AGP_VIA_GARTCTRL 0x80
93#define AGP_VIA_APSIZE 0x84
94#define AGP_VIA_ATTBASE 0x88
95
96/*
97 * Config offsets for VIA AGP 3.0 chipsets.
98 */
99#define AGP3_VIA_GARTCTRL 0x90
100#define AGP3_VIA_APSIZE 0x94
101#define AGP3_VIA_ATTBASE 0x98
102
103/*
97 * Config offsets for SiS AGP chipsets.
98 */
99#define AGP_SIS_ATTBASE 0x90
100#define AGP_SIS_WINCTRL 0x94
101#define AGP_SIS_TLBCTRL 0x97
102#define AGP_SIS_TLBFLUSH 0x98
103
104/*

--- 136 unchanged lines hidden ---
104 * Config offsets for SiS AGP chipsets.
105 */
106#define AGP_SIS_ATTBASE 0x90
107#define AGP_SIS_WINCTRL 0x94
108#define AGP_SIS_TLBCTRL 0x97
109#define AGP_SIS_TLBFLUSH 0x98
110
111/*

--- 136 unchanged lines hidden ---