Deleted Added
full compact
agp_i810.c (177115) agp_i810.c (179901)
1/*-
2 * Copyright (c) 2000 Doug Rabson
3 * Copyright (c) 2000 Ruslan Ermilov
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

26 */
27
28/*
29 * Fixes for 830/845G support: David Dawes <dawes@xfree86.org>
30 * 852GM/855GM/865G support added by David Dawes <dawes@xfree86.org>
31 */
32
33#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2000 Doug Rabson
3 * Copyright (c) 2000 Ruslan Ermilov
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

26 */
27
28/*
29 * Fixes for 830/845G support: David Dawes <dawes@xfree86.org>
30 * 852GM/855GM/865G support added by David Dawes <dawes@xfree86.org>
31 */
32
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/sys/dev/agp/agp_i810.c 177115 2008-03-12 18:23:39Z remko $");
34__FBSDID("$FreeBSD: head/sys/dev/agp/agp_i810.c 179901 2008-06-20 22:23:41Z gonzo $");
35
36#include "opt_bus.h"
37
38#include <sys/param.h>
39#include <sys/systm.h>
40#include <sys/malloc.h>
41#include <sys/kernel.h>
42#include <sys/module.h>

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

141 {0x258A8086, CHIP_I915, 0x00020000,
142 "Intel E7221 SVGA controller"},
143 {0x25928086, CHIP_I915, 0x00020000,
144 "Intel 82915GM (915GM GMCH) SVGA controller"},
145 {0x27728086, CHIP_I915, 0x00020000,
146 "Intel 82945G (945G GMCH) SVGA controller"},
147 {0x27A28086, CHIP_I915, 0x00020000,
148 "Intel 82945GM (945GM GMCH) SVGA controller"},
35
36#include "opt_bus.h"
37
38#include <sys/param.h>
39#include <sys/systm.h>
40#include <sys/malloc.h>
41#include <sys/kernel.h>
42#include <sys/module.h>

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

141 {0x258A8086, CHIP_I915, 0x00020000,
142 "Intel E7221 SVGA controller"},
143 {0x25928086, CHIP_I915, 0x00020000,
144 "Intel 82915GM (915GM GMCH) SVGA controller"},
145 {0x27728086, CHIP_I915, 0x00020000,
146 "Intel 82945G (945G GMCH) SVGA controller"},
147 {0x27A28086, CHIP_I915, 0x00020000,
148 "Intel 82945GM (945GM GMCH) SVGA controller"},
149 {0x27A28086, CHIP_I915, 0x00020000,
149 {0x27AE8086, CHIP_I915, 0x00020000,
150 "Intel 945GME SVGA controller"},
151 {0x29728086, CHIP_I965, 0x00020000,
152 "Intel 946GZ SVGA controller"},
153 {0x29828086, CHIP_I965, 0x00020000,
154 "Intel G965 SVGA controller"},
155 {0x29928086, CHIP_I965, 0x00020000,
156 "Intel Q965 SVGA controller"},
157 {0x29a28086, CHIP_I965, 0x00020000,

--- 865 unchanged lines hidden ---
150 "Intel 945GME SVGA controller"},
151 {0x29728086, CHIP_I965, 0x00020000,
152 "Intel 946GZ SVGA controller"},
153 {0x29828086, CHIP_I965, 0x00020000,
154 "Intel G965 SVGA controller"},
155 {0x29928086, CHIP_I965, 0x00020000,
156 "Intel Q965 SVGA controller"},
157 {0x29a28086, CHIP_I965, 0x00020000,

--- 865 unchanged lines hidden ---