summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.agp
blob: 4c714b70c38bfeb5542c4cf7c5c139a3ee25ca06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#	$OpenBSD: files.agp,v 1.4 2011/05/30 22:03:47 oga Exp $

define agpdev {}

# agpbus defined in /sys/conf/files
device agp: agpdev
attach agp at agpdev
file	dev/pci/agp.c		agp		needs-flag

device	aliagp: agpdev
attach	aliagp at agpbus
file	dev/pci/agp_ali.c	aliagp

device	amdagp: agpdev
attach	amdagp at agpbus
file	dev/pci/agp_amd.c	amdagp

device	intelagp: agpdev
attach	intelagp at agpbus
file	dev/pci/agp_intel.c	intelagp

# agpint defined in  /sys/conf/files since it attaches at vga
device	intagp: agpdev
attach	intagp at agpint
# intelagp needs file to check presence of IGD
file	dev/pci/agp_i810.c	intagp		needs-flag

device	mmuagp: agpdev
attach	mmuagp at agpbus
file	dev/pci/mmuagp.c	mmuagp

device	sisagp: agpdev
attach	sisagp at agpbus
file	dev/pci/agp_sis.c	sisagp

device	viaagp: agpdev
attach	viaagp at agpbus
file	dev/pci/agp_via.c	viaagp