summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.agp
blob: b60209e0ca05d08da7216073db3d67b10f5e36c8 (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
#	$OpenBSD: files.agp,v 1.3 2008/11/09 15:11:19 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	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