Deleted Added
full compact
agpreg.h (61452) agpreg.h (61501)
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 61452 2000-06-09 16:04:30Z dfr $
26 * $FreeBSD: head/sys/dev/agp/agpreg.h 61501 2000-06-10 17:44:53Z dfr $
27 */
28
29#ifndef _PCI_AGPREG_H_
30#define _PCI_AGPREG_H_
31
32/*
33 * Offsets for various AGP configuration registers.
34 */

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

79#define AGP_ALI_TLBCTRL 0xc0
80
81/*
82 * Config offsets for the AMD 751 chipset.
83 */
84#define AGP_AMD751_REGISTERS 0x14
85#define AGP_AMD751_APCTRL 0xac
86#define AGP_AMD751_MODECTRL 0xb0
27 */
28
29#ifndef _PCI_AGPREG_H_
30#define _PCI_AGPREG_H_
31
32/*
33 * Offsets for various AGP configuration registers.
34 */

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

79#define AGP_ALI_TLBCTRL 0xc0
80
81/*
82 * Config offsets for the AMD 751 chipset.
83 */
84#define AGP_AMD751_REGISTERS 0x14
85#define AGP_AMD751_APCTRL 0xac
86#define AGP_AMD751_MODECTRL 0xb0
87#define AGP_AMD751_MODECTRL_SYNEN 0x80
88#define AGP_AMD751_MODECTRL2 0xb2
89#define AGP_AMD751_MODECTRL2_G1LM 0x01
90#define AGP_AMD751_MODECTRL2_GPDCE 0x02
91#define AGP_AMD751_MODECTRL2_NGSE 0x08
87
88/*
89 * Memory mapped register offsets for AMD 751 chipset.
90 */
91#define AGP_AMD751_CAPS 0x00
92#define AGP_AMD751_CAPS_EHI 0x0800
93#define AGP_AMD751_CAPS_P2P 0x0400
94#define AGP_AMD751_CAPS_MPC 0x0200

--- 15 unchanged lines hidden ---
92
93/*
94 * Memory mapped register offsets for AMD 751 chipset.
95 */
96#define AGP_AMD751_CAPS 0x00
97#define AGP_AMD751_CAPS_EHI 0x0800
98#define AGP_AMD751_CAPS_P2P 0x0400
99#define AGP_AMD751_CAPS_MPC 0x0200

--- 15 unchanged lines hidden ---