Deleted Added
full compact
agpreg.h (129189) agpreg.h (133406)
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 129189 2004-05-13 20:05:42Z jhb $
26 * $FreeBSD: head/sys/dev/agp/agpreg.h 133406 2004-08-09 21:01:49Z anholt $
27 */
28
29#ifndef _PCI_AGPREG_H_
30#define _PCI_AGPREG_H_
31
32/*
33 * Offsets for various AGP configuration registers.
34 */

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

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
27 */
28
29#ifndef _PCI_AGPREG_H_
30#define _PCI_AGPREG_H_
31
32/*
33 * Offsets for various AGP configuration registers.
34 */

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

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#define AGP_VIA_AGPSEL 0xfd
102
103/*
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

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

--- 138 unchanged lines hidden ---